Searched refs:realdir (Results 1 – 1 of 1) sorted by relevance
127 char realdir[MAXPATHLEN]; /* buffer for realpath() calls */ variable509 if (realpath(mountp, realdir) == NULL) { in main()515 if ((mountp = strdup(realdir)) == NULL) in main()1535 if ((rp = realpath(vp->v.vfs_mountp, realdir)) == NULL) in setrpath()1542 if ((vp->rpath = strdup(realdir)) == NULL) in setrpath()