Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dwordexp.c64 we->we_strings = NULL; in wordexp()
242 if ((nstrings = realloc(we->we_strings, we->we_nbytes)) == NULL) { in we_askshell()
248 we->we_wordv[i] += nstrings - we->we_strings; in we_askshell()
249 we->we_strings = nstrings; in we_askshell()
251 if (we_read_fully(pdes[0], we->we_strings + sofs, nbytes) != nbytes) { in we_askshell()
278 p = we->we_strings + sofs; in we_askshell()
403 free(we->we_strings); in wordfree()
405 we->we_strings = NULL; in wordfree()
/freebsd/include/
H A Dwordexp.h44 char *we_strings; /* storage for wordv strings */ member
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h398 char *we_strings; member
H A Dsanitizer_platform_limits_netbsd.h458 char *we_strings; member