Home
last modified time | relevance | path

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

/original-bsd/sbin/fsdb/
H A Dfsdb.c154 char *stack_path[MAXPATHLEN]; variable
342 stack_path[i] = calloc(1, MAXNAMLEN);
1986 strcpy(stack_path[i], current_path[i]); in parse()
2074 top->fname[i]=calloc(1, strlen(stack_path[i])+1);
2080 strcpy(top->fname[i], stack_path[i]);
2102 if (strcmp(fn->fname[i], stack_path[i]))
2161 strcpy(stack_path[i], fn->fname[i]);