OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:we_strings
(Results
1 - 4
of
4
) sorted by relevancy
/src/include/
wordexp.h
49
char *
we_strings
; /* storage for wordv strings */
member in struct:__anonc8afcf7f0108
50
size_t we_nbytes; /* size of
we_strings
*/
/src/lib/libc/gen/
wordexp.c
72
we->
we_strings
= NULL;
99
size_t sofs; /* Offset into we->
we_strings
*/
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;
213
if (fread(we->
we_strings
+ sofs, sizeof(char), nbytes, fp) != nbytes) {
233
p = we->
we_strings
+ sofs;
341
free(we->
we_strings
);
343
we->
we_strings
= NULL;
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_freebsd.h
377
char *
we_strings
;
member in struct:__sanitizer::__sanitizer_wordexp_t
sanitizer_platform_limits_netbsd.h
458
char *
we_strings
;
member in struct:__sanitizer::__sanitizer_wordexp_t
Completed in 17 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025