Searched defs:FIRST_DEPTH (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c111 #define FIRST_DEPTH 10 /* default depth for find and ls */ macro
2490 top->fname = (char **)calloc(FIRST_DEPTH, sizeof (char **));
2509 if (top->len + 1 >= FIRST_DEPTH && top->flag == 0) {
2516 for (i = 0; i < FIRST_DEPTH; i++)
2630 if (fnnn->len + 1 < FIRST_DEPTH) {
2631 fnnn->fname = (char **)calloc(FIRST_DEPTH,

Completed in 54 milliseconds