Searched defs:lastpath (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/dfmounts/
H A Ddfmounts.c123 char *lastpath; local
188 lastpath = "";
194 if (strcmp(lastpath, (*tb)->ml_directory) == 0) {
201 lastpath = (*tb)->ml_directory;
/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c1169 char lastpath[MAXPATHLEN]; local
1173 (void) strcpy(lastpath, *path);
1181 remove_component(lastpath);
1183 "%s/%s", lastpath, tp);
1188 (void) strcpy(lastpath, newpath);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dio.c1384 char *lastpath = shp->lastpath; local
1386 shp->lastpath = lastpath;

Completed in 67 milliseconds