OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 14:10:14 GMT 2025