Lines Matching defs:fullpath
148 * The fullpath parameter is used to return the result (stored in *sadmdir),
153 pkgfindrealsadmdir(char fullpath[PATH_MAX], const char *root,
186 if (realpath(temp, fullpath) == NULL) {
191 if (strcmp(fullpath, SADM_DIR) == 0)
194 if (testdoor(fullpath) == 0)
213 if (strncmp(xmnt.mnt_mountp, fullpath, len) == 0 &&
214 (len == 1 || fullpath[len] == '/' ||
215 fullpath[len] == '\0')) {
226 &fullpath[max]) >= PATH_MAX) {
236 *sadmdir = fullpath;