OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VASTART
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libwrap/
mystdarg.h
11
#define
VASTART
(ap,type,name) va_start(ap,name)
16
#define
VASTART
(ap,type,name) {type name; va_start(ap); name = va_arg(ap, type)
update.c
105
VASTART
(ap, struct request_info *, request);
124
VASTART
(ap, struct request_info *, request);
Completed in 41 milliseconds
Indexes created Tue Oct 14 08:09:56 GMT 2025