Searched refs:MAXSYMLINKS (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.0-release/contrib/sendmail/src/
H A Dconf.h119 #ifndef MAXSYMLINKS
120 # define MAXSYMLINKS 32 /* max number of symlinks in a path */ macro
121 #endif /* ! MAXSYMLINKS */
122 #define MAXLINKPATHLEN (MAXPATHLEN * MAXSYMLINKS) /* max link-expanded file */
/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Dconf.h46 #if has_readlink && !defined(MAXSYMLINKS)
50 # ifndef MAXSYMLINKS
51 # define MAXSYMLINKS 20 /* BSD; not standard yet */ macro
H A Drcsedit.c1254 int linkcount = MAXSYMLINKS;
/freebsd-10.0-release/contrib/bmake/
H A Drealpath.c176 if (nlnk++ >= MAXSYMLINKS) {
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Drealpath.c146 if (symlinks++ > MAXSYMLINKS) {
/freebsd-10.0-release/lib/libc/stdlib/
H A Drealpath.c189 if (symlinks++ > MAXSYMLINKS) {
/freebsd-10.0-release/sys/sys/
H A Dparam.h257 * and must be less than or equal to MAXBSIZE. MAXSYMLINKS defines the
263 #define MAXSYMLINKS 32 macro
/freebsd-10.0-release/lib/libc/gen/
H A Dsysconf.c567 return (MAXSYMLINKS);
/freebsd-10.0-release/crypto/openssh/
H A Ddefines.h109 # define MAXSYMLINKS 5 macro
/freebsd-10.0-release/contrib/sendmail/libsmutil/
H A Dsafefile.c413 if (level > MAXSYMLINKS)
/freebsd-10.0-release/lib/libstand/
H A Dufs.c625 ++nlinks > MAXSYMLINKS) {
H A Dnfs.c579 || ++nlinks > MAXSYMLINKS) {
1227 || ++nlinks > MAXSYMLINKS) {
H A Dext2fs.c487 ++nlinks > MAXSYMLINKS) {
H A Dnandfs.c718 if (++nlinks > MAXSYMLINKS) {
/freebsd-10.0-release/sys/kern/
H A Dvfs_lookup.c322 if (ndp->ni_loopcnt++ >= MAXSYMLINKS) {
/freebsd-10.0-release/sys/nfsserver/
H A Dnfs_srvsubs.c781 if (ndp->ni_loopcnt++ >= MAXSYMLINKS) {
/freebsd-10.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdport.c439 if (ndp->ni_loopcnt++ >= MAXSYMLINKS) {

Completed in 276 milliseconds