OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ap_copy
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/lib/
log.c
84
va_list
ap_copy
;
local
86
va_copy(
ap_copy
, ap);
87
(void)BIO_vprintf(out, fmt,
ap_copy
);
88
va_end(
ap_copy
);
/src/external/apache2/llvm/dist/libcxx/src/support/win32/
support.cpp
25
va_list
ap_copy
;
local
26
va_copy(
ap_copy
, ap);
27
int count = _vsnprintf( NULL, 0, format,
ap_copy
);
28
va_end(
ap_copy
);
/src/external/apache2/llvm/dist/libcxx/include/__support/ibm/
xlocale.h
312
va_list
ap_copy
;
local
313
va_copy(
ap_copy
, ap);
314
int str_size = vsnprintf(*strp, buff_size, fmt,
ap_copy
);
315
va_end(
ap_copy
);
/src/external/gpl2/dtc/dist/
util.c
41
va_list
ap_copy
;
local
47
va_copy(
ap_copy
, ap);
48
n = vsnprintf(NULL, 0, fmt,
ap_copy
) + 1;
49
va_end(
ap_copy
);
Completed in 15 milliseconds
Indexes created Sun Apr 26 00:22:38 UTC 2026