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

  /src/usr.sbin/inetd/
parse.c 117 FILE *fconfig; variable in typeref:typename:FILE *
143 fconfig = fopen(CONFIG, "r");
144 if (fconfig == NULL) {
155 current_pos = nextline(fconfig);
358 if (fconfig != NULL) {
359 (void) fclose(fconfig);
360 fconfig = NULL;
407 cp = nextline(fconfig);
528 cp = nextline(fconfig);
555 cp = nextline(fconfig);
    [all...]
parse.c 117 FILE *fconfig; variable in typeref:typename:FILE *
143 fconfig = fopen(CONFIG, "r");
144 if (fconfig == NULL) {
155 current_pos = nextline(fconfig);
358 if (fconfig != NULL) {
359 (void) fclose(fconfig);
360 fconfig = NULL;
407 cp = nextline(fconfig);
528 cp = nextline(fconfig);
555 cp = nextline(fconfig);
    [all...]

Completed in 21 milliseconds