OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:valueap
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/libnv/dist/
nv_impl.h
155
nvpair_t *nvpair_create_stringv(const char *name, const char *valuefmt, va_list
valueap
) __printflike(2, 0);
nvlist.c
1518
va_list
valueap
;
local
1520
va_start(
valueap
, valuefmt);
1521
nvlist_add_stringv(nvl, name, valuefmt,
valueap
);
1522
va_end(
valueap
);
1527
va_list
valueap
)
1536
nvp = nvpair_create_stringv(name, valuefmt,
valueap
);
nvpair.c
1203
va_list
valueap
;
local
1206
va_start(
valueap
, valuefmt);
1207
nvp = nvpair_create_stringv(name, valuefmt,
valueap
);
1208
va_end(
valueap
);
1214
nvpair_create_stringv(const char *name, const char *valuefmt, va_list
valueap
)
1220
len = vasprintf(&str, valuefmt,
valueap
);
nv.h
155
void nvlist_add_stringv(nvlist_t *nvl, const char *name, const char *valuefmt, va_list
valueap
) __printflike(3, 0);
Completed in 24 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026