Lines Matching refs:infile
66 char *infile, *outfile;
72 infile = outfile = NULL;
123 infile = argv[0];
128 infile = argv[0];
136 list_database(infile);
138 create_database(infile, outfile,
223 create_database(char *infile, char *database, char *yp_input_file,
240 if (strcmp(infile, "-") == 0)
243 data_file = fopen(infile, "r");
245 err(1, "can't open `%s'", infile);
301 if (strcmp(infile, "-") != 0)
304 if (add_record(new_db, YP_LAST_KEY, file_date(infile), FALSE))
355 fprintf(stderr, " %s infile outfile\n",