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

/ast/src/cmd/3d/
H A Dpathreal.c26 #ifndef MAXSYMLINKS
27 #define MAXSYMLINKS 20 macro
523 if (S_ISLNK(st->st_mode) && (len = checklink(sp, st, type)) > 1 && !(type & (P_LSTAT|P_READLINK)) && state.path.nlinks++ < MAXSYMLINKS)

Completed in 10 milliseconds