Lines Matching defs:searchfile
405 char searchfile[MAXPATHLEN]; /* the name of file to be opened */
412 FILE *fp; /* the opened searchfile */
451 (void) snprintf(searchfile, sizeof (searchfile), HOSTFILE,
454 fp = fopen(searchfile, "rF");
519 char searchfile[MAXPATHLEN]; /* the name of file to be opened */
526 FILE *fp; /* the opened searchfile */
528 (void) snprintf(searchfile, sizeof (searchfile), SERVICEFILE,
531 fp = fopen(searchfile, "rF");