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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c223 static char *stack_path[MAXPATHLEN]; variable
664 stack_path[i] = calloc(1, MAXNAMLEN);
2437 (void) strcpy(stack_path[i], current_path[i]);
2447 * stack_path holds the name at the current depth.
2531 top->fname[i] = calloc(1, strlen(stack_path[i])+1);
2537 (void) strcpy(top->fname[i], stack_path[i]);
2559 if (strcmp(fn->fname[i], stack_path[i]))
2618 (void) strcpy(stack_path[i], fn->fname[i]);

Completed in 69 milliseconds