Searched defs:searchfile (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/nametoaddr/straddr/common/
H A Dstraddr.c405 char searchfile[MAXPATHLEN]; /* the name of file to be opened */ local
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 */ local
526 FILE *fp; /* the opened searchfile */
528 (void) snprintf(searchfile, sizeof (searchfile), SERVICEFILE,
531 fp = fopen(searchfile, "r
[all...]

Completed in 15 milliseconds