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

/illumos-gate/usr/src/tools/findunref/
H A Dfindunref.c85 static int checkpath(const char *, const struct stat *, int, struct FTW *);
184 if (nftw(subtree, checkpath, 100, FTW_PHYS) != 0)
444 checkpath(const char *path, const struct stat *statp, int type, function
/illumos-gate/usr/src/cmd/sendmail/libsmutil/
H A Dsafefile.c58 bool checkpath; local
119 checkpath = !bitset(SFF_NOPATHCHECK, flags) ||
142 checkpath = false;
161 if (checkpath)
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c898 char *checkpath, *dp; local
903 checkpath = strdup(path);
904 if (checkpath == NULL) {
957 dp = strrchr(checkpath, '/');
961 if (strlen(checkpath) == 0)
966 if (realpath(checkpath, rpath) == NULL) {
976 free(checkpath);
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h469 static int zone_pathcheck(char *checkpath);
H A Ddevfsadm.c1531 zone_pathcheck(char *checkpath) argument
1542 if (checkpath[0] == '\0')
1553 if (resolvepath(checkpath, root, sizeof (root) - 1) == -1) {
1559 (void) strlcpy(root, checkpath, sizeof (root));
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c2790 char zonepath[MAXPATHLEN], checkpath[MAXPATHLEN]; local
2816 if ((err = zone_get_zonepath(target_zone, checkpath,
2817 sizeof (checkpath))) != Z_OK) {
2823 if (strcmp(zonepath, checkpath) != 0) {
2831 zonepath, checkpath);

Completed in 119 milliseconds