Searched refs:fconfig (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/inetd/
H A Dinetd.c1571 static FILE *fconfig = NULL; variable
1579 if (fconfig != NULL) {
1580 fseek(fconfig, 0L, SEEK_SET);
1583 fconfig = fopen(CONFIG, "r");
1584 return (fconfig != NULL);
1590 if (fconfig) {
1591 (void) fclose(fconfig);
1592 fconfig = NULL;
1622 while ((cp = nextline(fconfig)) != NULL) {
2035 c = getc(fconfig);
[all...]

Completed in 64 milliseconds