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

  /src/lib/libc/rpc/
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...]
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...]

Completed in 22 milliseconds