Searched refs:SECOND_DEPTH (Results 1 – 1 of 1) sorted by relevance
112 #define SECOND_DEPTH 100 /* second try at depth (maximum) */ macro2510 ccptr = (char **)calloc(SECOND_DEPTH, sizeof (char **)); in follow_path()2522 if (top->len >= SECOND_DEPTH) { in follow_path()2634 } else if (fnnn->len < SECOND_DEPTH) { in follow_path()2635 fnnn->fname = (char **)calloc(SECOND_DEPTH, in follow_path()