Lines Matching defs:path
142 char path[MAX_PATHSIZE+1];
155 { /* check if file contains a path */
159 snprintf (path, sizeof (path), "%s/%.*s", dir, p-file, file);
160 dir = path;
180 snprintf (path, sizeof (path), "%s%s", file, signed_ext);
181 new->sfile = strdup (path);
198 char path[MAX_PATHSIZE+1];
226 pathname (path, sizeof (path), subdir, LOCALCONF_FILE, NULL);
229 pathname (path, sizeof (path), dir, LOCALCONF_FILE, NULL);
230 dbg_val1 ("zone_readdir: check local config file %s\n", path);
231 if ( fileexist (path) ) /* load local config file */
234 conf = loadconfig (path, localconf);
241 pathname (path, sizeof (path), dir, zfile, signed_ext);
247 pathname (path, sizeof (path), dir, zfile, signed_ext);
249 pathname (path, sizeof (path), dir, zfile, NULL);
252 dbg_val1("zone_readdir: fileexist (%s): ", path);
253 if ( !fileexist (path) ) /* no .signed file found ? ... */