Home
last modified time | relevance | path

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

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