HomeSort by: relevance | last modified time | path
    Searched refs:nstrings (Results 1 - 3 of 3) 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;
  /src/sys/kern/
subr_autoconf.c 2985 unsigned int const nstrings, const char * const str,
2991 if (strings == NULL || nstrings == 0) {
2995 for (i = 0; i < nstrings; i++) {
3006 strarray_match(const char ** const strings, unsigned int const nstrings,
3011 if (strarray_match_internal(strings, nstrings, str, &idx,
3013 return (int)(nstrings - idx);
3019 strarray_pmatch(const char ** const strings, unsigned int const nstrings,
3024 if (strarray_match_internal(strings, nstrings, pattern, &idx,
3026 return (int)(nstrings - idx);
  /src/lib/libintl/
gettext.c 404 uint32_t nstrings, uint32_t magic, char *base)
411 for (i=0; i<nstrings; i++) {

Completed in 40 milliseconds