getnetconfig.c | 249 char *stringp; /* tmp string pointer */ local in function:getnetconfig 296 stringp = malloc(MAXNETCONFIGLINE); 297 if (stringp == NULL) 311 if (fgets(stringp, MAXNETCONFIGLINE, nc_file) == NULL) { 312 free(stringp); 316 } while (*stringp == '#'); 320 free(stringp); 325 free(stringp); 332 list->linep = stringp; 333 if (parse_ncp(stringp, list->ncp) == -1) 427 char *stringp; \/* temporary string pointer *\/ local in function:getnetconfigent [all...] |