HomeSort by: relevance | last modified time | path
    Searched defs:yp_input_file (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/ypserv/makedbm/
makedbm.c 64 char *yp_input_file, *yp_output_file; local in function:main
69 yp_input_file = yp_output_file = NULL;
89 yp_input_file = optarg;
139 yp_input_file, yp_output_file, yp_master_name,
223 create_database(char *infile, char *database, char *yp_input_file,
307 if (yp_input_file) {
308 if (add_record(new_db, YP_INPUT_KEY, yp_input_file, FALSE))
354 "[-i YP_INPUT_FILE] [-o YP_OUTPUT_FILE]");

Completed in 11 milliseconds