Searched refs:MAXSYMLINKS (Results 1 - 15 of 15) sorted by last modified time

/freebsd-11-stable/sys/sys/
H A Dparam.h275 * and must be less than or equal to MAXBSIZE. MAXSYMLINKS defines the
281 #define MAXSYMLINKS 32 macro
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.h123 #ifndef MAXSYMLINKS
124 # define MAXSYMLINKS 32 /* max number of symlinks in a path */ macro
126 #define MAXLINKPATHLEN (MAXPATHLEN * MAXSYMLINKS) /* max link-expanded file */
/freebsd-11-stable/contrib/sendmail/libsmutil/
H A Dsafefile.c412 if (level > MAXSYMLINKS)
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c451 if (ndp->ni_loopcnt++ >= MAXSYMLINKS) {
/freebsd-11-stable/sys/kern/
H A Dvfs_lookup.c484 if (ndp->ni_loopcnt++ >= MAXSYMLINKS) {
/freebsd-11-stable/stand/libsa/
H A Dnfs.c603 || ++nlinks > MAXSYMLINKS) {
H A Dufs.c628 ++nlinks > MAXSYMLINKS) {
H A Dext2fs.c487 ++nlinks > MAXSYMLINKS) {
H A Dnandfs.c718 if (++nlinks > MAXSYMLINKS) {
/freebsd-11-stable/crypto/openssh/
H A Ddefines.h130 # define MAXSYMLINKS 5 macro
/freebsd-11-stable/lib/libc/stdlib/
H A Drealpath.c142 if (symlinks++ > MAXSYMLINKS) {
/freebsd-11-stable/lib/libc/gen/
H A Dsysconf.c571 return (MAXSYMLINKS);
/freebsd-11-stable/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-11-stable/contrib/bmake/
H A Drealpath.c176 if (nlnk++ >= MAXSYMLINKS) {

Completed in 171 milliseconds