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

/illumos-gate/usr/src/cmd/prtconf/
H A Dprtconf.c85 cleanup_path(const char *input_path, char *path) argument
90 if ((input_path == NULL) || (path == NULL))
93 (void) strcpy(path, input_path);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c222 static char *input_path[MAXPATHLEN]; variable
663 input_path[i] = calloc(1, MAXNAMLEN);
1266 print_path(input_path,
1281 print_path(input_path,
1581 print_path(input_path,
2159 print_path(input_path, (int)input_pathp);
2175 print_path(input_path, (int)input_pathp);
2436 (void) strcpy(input_path[i], current_path[i]);
2446 * input_path holds the name typed by the user.
2480 compare(input_path[leve
[all...]

Completed in 49 milliseconds