Searched refs:checkpath (Results 1 – 6 of 6) sorted by relevance
| /onnv-gate/usr/src/tools/findunref/ |
| H A D | findunref.c | 85 static int checkpath(const char *, const struct stat *, int, struct FTW *); 183 if (nftw(subtree, checkpath, 100, FTW_PHYS) != 0) in main() 382 checkpath(const char *path, const struct stat *statp, int type, in checkpath() function
|
| /onnv-gate/usr/src/cmd/sendmail/libsmutil/ |
| H A D | safefile.c | 58 bool checkpath; variable 119 checkpath = !bitset(SFF_NOPATHCHECK, flags) || 142 checkpath = false; 161 if (checkpath)
|
| /onnv-gate/usr/src/cmd/fs.d/nfs/mountd/ |
| H A D | mountd.c | 957 char *checkpath, *dp; in mount_enoent_error() local 962 checkpath = strdup(path); in mount_enoent_error() 963 if (checkpath == NULL) { in mount_enoent_error() 1016 dp = strrchr(checkpath, '/'); in mount_enoent_error() 1020 if (strlen(checkpath) == 0) in mount_enoent_error() 1025 if (realpath(checkpath, rpath) == NULL) { in mount_enoent_error() 1035 free(checkpath); in mount_enoent_error()
|
| /onnv-gate/usr/src/cmd/devfsadm/ |
| H A D | devfsadm_impl.h | 469 static int zone_pathcheck(char *checkpath);
|
| H A D | devfsadm.c | 1530 zone_pathcheck(char *checkpath) in zone_pathcheck() argument 1541 if (checkpath[0] == '\0') in zone_pathcheck() 1552 if (resolvepath(checkpath, root, sizeof (root) - 1) == -1) { in zone_pathcheck() 1558 (void) strlcpy(root, checkpath, sizeof (root)); in zone_pathcheck()
|
| /onnv-gate/usr/src/cmd/zoneadm/ |
| H A D | zoneadm.c | 2684 char zonepath[MAXPATHLEN], checkpath[MAXPATHLEN]; in verify_details() local 2710 if ((err = zone_get_zonepath(target_zone, checkpath, in verify_details() 2711 sizeof (checkpath))) != Z_OK) { in verify_details() 2717 if (strcmp(zonepath, checkpath) != 0) { in verify_details() 2725 zonepath, checkpath); in verify_details()
|