Home
last modified time | relevance | path

Searched refs:we_strings (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/lib/libc/gen/
H A Dwordexp.c68 we->we_strings = NULL; in wordexp()
246 if ((nstrings = realloc(we->we_strings, we->we_nbytes)) == NULL) { in we_askshell()
252 we->we_wordv[i] += nstrings - we->we_strings; in we_askshell()
253 we->we_strings = nstrings; in we_askshell()
255 if (we_read_fully(pdes[0], we->we_strings + sofs, nbytes) != nbytes) { in we_askshell()
282 p = we->we_strings + sofs; in we_askshell()
407 free(we->we_strings); in wordfree()
409 we->we_strings = NULL; in wordfree()
/freebsd-13.1/include/
H A Dwordexp.h46 char *we_strings; /* storage for wordv strings */ member
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h376 char *we_strings; member
H A Dsanitizer_platform_limits_netbsd.h457 char *we_strings; member