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

/freebsd-current/contrib/sendmail/src/
H A Dconf.h127 #ifndef MAXSYMLINKS
128 # define MAXSYMLINKS 32 /* max number of symlinks in a path */ macro
130 #define MAXLINKPATHLEN (MAXPATHLEN * MAXSYMLINKS) /* max link-expanded file */
/freebsd-current/contrib/bmake/
H A Drealpath.c176 if (nlnk++ >= MAXSYMLINKS) {
/freebsd-current/lib/libc/stdlib/
H A Drealpath.c143 if (symlinks++ > MAXSYMLINKS) {
/freebsd-current/sys/sys/
H A Dparam.h295 * and must be less than or equal to MAXBSIZE. MAXSYMLINKS defines the
301 #define MAXSYMLINKS 32 macro
/freebsd-current/lib/libc/gen/
H A Dsysconf.c564 return (MAXSYMLINKS);
/freebsd-current/stand/userboot/test/
H A Dtest.c122 if (depth++ >= MAXSYMLINKS)
/freebsd-current/crypto/openssh/
H A Ddefines.h140 # define MAXSYMLINKS 5 macro
/freebsd-current/contrib/sendmail/libsmutil/
H A Dsafefile.c412 if (level > MAXSYMLINKS)
/freebsd-current/stand/libsa/
H A Dnfs.c602 || ++nlinks > MAXSYMLINKS) {
H A Dext2fs.c484 ++nlinks > MAXSYMLINKS) {
H A Dufs.c632 ++nlinks > MAXSYMLINKS) {
/freebsd-current/sys/kern/
H A Dvfs_lookup.c507 if (ndp->ni_loopcnt++ >= MAXSYMLINKS) {
H A Dvfs_cache.c5394 if (__predict_false(ndp->ni_loopcnt++ >= MAXSYMLINKS)) {
/freebsd-current/sys/fs/nfsserver/
H A Dnfs_nfsdport.c719 if (ndp->ni_loopcnt++ >= MAXSYMLINKS) {

Completed in 304 milliseconds