Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/findunref/
H A Dfindunref.c89 static int checkpath(const char *, const struct stat *, int, struct FTW *);
188 if (nftw(subtree, checkpath, 100, FTW_PHYS) != 0) in main()
448 checkpath(const char *path, const struct stat *statp, int type, in checkpath() function
/illumos-gate/usr/src/cmd/sendmail/libsmutil/
H A Dsafefile.c58 bool checkpath; variable
119 checkpath = !bitset(SFF_NOPATHCHECK, flags) ||
142 checkpath = false;
161 if (checkpath)
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c1029 char *checkpath, *dp; in mount_enoent_error() local
1034 checkpath = strdup(path); in mount_enoent_error()
1035 if (checkpath == NULL) { in mount_enoent_error()
1088 dp = strrchr(checkpath, '/'); in mount_enoent_error()
1092 if (strlen(checkpath) == 0) in mount_enoent_error()
1097 if (realpath(checkpath, rpath) == NULL) { in mount_enoent_error()
1107 free(checkpath); in mount_enoent_error()
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h469 static int zone_pathcheck(char *checkpath);
H A Ddevfsadm.c1532 zone_pathcheck(char *checkpath) in zone_pathcheck() argument
1543 if (checkpath[0] == '\0') in zone_pathcheck()
1554 if (resolvepath(checkpath, root, sizeof (root) - 1) == -1) { in zone_pathcheck()
1560 (void) strlcpy(root, checkpath, sizeof (root)); in zone_pathcheck()
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c2799 char zonepath[MAXPATHLEN], checkpath[MAXPATHLEN]; in verify_details() local
2825 if ((err = zone_get_zonepath(target_zone, checkpath, in verify_details()
2826 sizeof (checkpath))) != Z_OK) { in verify_details()
2832 if (strcmp(zonepath, checkpath) != 0) { in verify_details()
2840 zonepath, checkpath); in verify_details()