Lines Matching defs:fullpath
96 char fullpath[MAXPATHLEN];
98 compress_slashes(inpath, fullpath);
100 if (fullpath[0] != '/') {
102 "path\n", fullpath);
107 if (strlen(fullpath) >= MAXPATHLEN) {
112 if (stat64(fullpath, statbuf) != 0) {
114 fullpath, strerror(errno));
133 fullpath);
139 "filesystem\n", fullpath);
143 if (strncmp(fullpath, mp.mnt_mountp, strlen(mp.mnt_mountp)) != 0) {
145 "doesn't match path\n", fullpath);
151 rel = fullpath + strlen(mp.mnt_mountp);