Searched refs:CHASE_SYMLINKS_MAX (Results 1 – 3 of 3) sorted by relevance
24 #define CHASE_SYMLINKS_MAX 32 macro
69 …unsigned max_follow = CHASE_SYMLINKS_MAX; /* how many symlinks to follow before giving up and retu… in chase_symlinks()
1276 if (m->n_followed >= CHASE_SYMLINKS_MAX) /* put a boundary on things */ in follow_symlink()