Lines Matching defs:path
109 {"path", no_argument, NULL, 'p'},
237 case 'p': /* print path */
349 fprintf (stderr, "\t-p%s\t show path of keyfile / create key in current directory\n", loptstr (", --path", "\t"));
369 char path[MAX_PATHSIZE+1];
384 pathname (path, sizeof (path), dir, dentp->d_name, NULL);
385 if ( is_directory (path) && recflag )
387 dbg_val ("directory: recursive %s\n", path);
388 parsedirectory (path, listp, sub_before);
407 char path[MAX_PATHSIZE+1];
410 /* file arg contains path ? ... */
411 file = splitpath (path, sizeof (path), file); /* ... then split of */
415 if ( (dkp = dki_read (path, file)) ) /* read DNS key file ... */