Searched refs:current_path (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dmisc.cc243 * Stuff current_path with the current path if it isnt there already.
253 static char *current_path; local
255 if (current_path == NULL) {
261 current_path = strdup(pwd);
263 return current_path;
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmisc.cc517 * Stuff current_path with the current path if it isnt there already.
527 static char *current_path; local
529 if (current_path == NULL) {
535 current_path = strdup(pwd);
537 return current_path;
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c224 static char *current_path[MAXPATHLEN]; variable
665 current_path[i] = calloc(1, MAXNAMLEN);
666 if (current_path[i] == NULL) {
1288 (void) strcpy(current_path[i],
1712 print_path(current_path, (int)current_pathp);
2436 (void) strcpy(input_path[i], current_path[i]);
2437 (void) strcpy(stack_path[i], current_path[i]);

Completed in 70 milliseconds