Home | History | Annotate | Download | only in dist

Lines Matching refs:pathnames

359       '\0', "FILE", "list of pathnames to process" , ONE_DASH },
786 /* get pathnames from the command line, and then from given file */
792 /* we may of already read the first line from the pathnames file */
833 char *pathnames = 0;
1189 pathnames = optarg;
1274 * see if we have a list of pathnames to process
1276 if (pathnames) {
1278 if (strcmp(pathnames, "-")) {
1279 if ((pfp = fopen(pathnames, "r")) == NULL) {
1281 "Unable to open pathname list %s.\n", pathnames);
1298 * in the pathnames file (stored in pname) - we don't want
1299 * to skip this pathspec when we read the pathnames file again
1609 /* exit if we don't have any pathnames to process - not going to happen