Searched refs:MAXDIRS (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sbin/ldconfig/
H A Delfhints.c46 #define MAXDIRS 1024 /* Maximum directories in path */ macro
54 static const char *dirs[MAXDIRS];
87 if (ndirs >= MAXDIRS)
/freebsd-10.1-release/libexec/tftpd/
H A Dtftpd.c85 * MAXDIRS should be at least as large as the number of arguments that
88 #define MAXDIRS 20 macro
92 } dirs[MAXDIRS+1];
196 for (dirp = dirs; optind < argc && dirp < &dirs[MAXDIRS];
/freebsd-10.1-release/contrib/tcsh/
H A Dma.setp.c38 * more than MAXDIRS (64) directories in a path.
89 #define MAXDIRS 64 /* max directories on a path */ macro
102 char *pdir[MAXDIRS]; /* directory names for each pathlist */

Completed in 96 milliseconds