Home
last modified time | relevance | path

Searched refs:stack_path (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c213 static char *stack_path[MAXPATHLEN]; variable
654 stack_path[i] = calloc(1, MAXNAMLEN); in main()
2427 (void) strcpy(stack_path[i], current_path[i]); in parse()
2521 top->fname[i] = calloc(1, strlen(stack_path[i])+1); in follow_path()
2527 (void) strcpy(top->fname[i], stack_path[i]); in follow_path()
2549 if (strcmp(fn->fname[i], stack_path[i])) in follow_path()
2608 (void) strcpy(stack_path[i], fn->fname[i]); in follow_path()