HomeSort by: relevance | last modified time | path
    Searched refs:MAXSYMLINKS (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
canonicalize.c 46 #ifndef MAXSYMLINKS
47 # define MAXSYMLINKS 20
242 if (++num_links > MAXSYMLINKS)
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
canonicalize.c 46 #ifndef MAXSYMLINKS
47 # define MAXSYMLINKS 20
242 if (++num_links > MAXSYMLINKS)
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
canonicalize.c 46 #ifndef MAXSYMLINKS
47 # define MAXSYMLINKS 20
242 if (++num_links > MAXSYMLINKS)
  /src/external/gpl2/rcs/include/
conf.h 46 #if has_readlink && !defined(MAXSYMLINKS)
50 # ifndef MAXSYMLINKS
51 # define MAXSYMLINKS 20 /* BSD; not standard yet */
  /src/external/gpl2/rcs/dist/src/
conf.heg 46 #if has_readlink && !defined(MAXSYMLINKS)
50 # ifndef MAXSYMLINKS
51 # define MAXSYMLINKS 20 /* BSD; not standard yet */
rcsedit.c 1256 int linkcount = MAXSYMLINKS;
  /src/lib/libc/gen/
getcwd.c 180 if (nlnk++ >= MAXSYMLINKS) {
sysconf.c 360 return MAXSYMLINKS;
  /src/usr.sbin/sysinst/
aout2elf.c 368 if (nlnk++ >= MAXSYMLINKS) {
  /src/sys/sys/
param.h 405 * MAXSYMLINKS defines the maximum number of symbolic links that may
409 * MAXSYMLINKS should be >= _POSIX_SYMLOOP_MAX (see <limits.h>)
412 #define MAXSYMLINKS 32
  /src/sys/lib/libsa/
minixfs3.c 655 ++nlinks > MAXSYMLINKS) {
ext2fs.c 626 ++nlinks > MAXSYMLINKS) {
nfs.c 703 || ++nlinks > MAXSYMLINKS) {
ufs.c 828 ++nlinks > MAXSYMLINKS) {
  /src/sys/kern/
vfs_lookup.c 747 if (ndp->ni_loopcnt++ >= MAXSYMLINKS) {
  /src/sys/fs/nfs/server/
nfs_nfsdport.c 458 if (ndp->ni_loopcnt++ >= MAXSYMLINKS) {

Completed in 76 milliseconds