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

  /src/lib/libc/gen/
wordexp.c 105 char *nstrings; /* Temporary for realloc() */ local in function:we_askshell
203 if ((nstrings = realloc(we->we_strings, we->we_nbytes)) == NULL) {
210 we->we_wordv[ui] += nstrings - we->we_strings;
211 we->we_strings = nstrings;
wordexp.c 105 char *nstrings; /* Temporary for realloc() */ local in function:we_askshell
203 if ((nstrings = realloc(we->we_strings, we->we_nbytes)) == NULL) {
210 we->we_wordv[ui] += nstrings - we->we_strings;
211 we->we_strings = nstrings;

Completed in 20 milliseconds