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

/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones_paths.c92 z_path_canonize(char *a_file) argument
99 for (pt = a_file; *pt; /* void */) {
114 if (pt <= a_file) {
117 while ((*--pt != '/') && (pt > a_file))
137 if ((--pt > a_file) && (*pt == '/')) {

Completed in 17 milliseconds