OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Sep 24 05:09:52 GMT 2025