Searched refs:va_end (Results 1 - 25 of 445) sorted by relevance

1234567891011>>

/haiku-fatelf/headers/build/gcc-2.95.3/
H A Dva-v850.h25 #undef va_end macro
26 void va_end (__gnuc_va_list);
27 #define va_end(AP) ((void)0) macro
H A Dva-mn10200.h27 #undef va_end macro
28 void va_end (__gnuc_va_list);
29 #define va_end(AP) ((void)0) macro
H A Dva-mn10300.h26 #undef va_end macro
27 void va_end (__gnuc_va_list);
28 #define va_end(AP) ((void)0) macro
H A Dva-pa.h44 #ifndef va_end
45 void va_end (__gnuc_va_list); /* Defined in libgcc.a */
47 #define va_end(AP) ((void)0) macro
/haiku-fatelf/src/bin/coreutils/lib/
H A Dxasprintf.c31 va_end (args);
H A Dasnprintf.c36 va_end (args);
H A Dasprintf.c41 va_end (args);
H A Dopen-safer.c42 va_end (ap);
H A Dopenat-safer.c42 va_end (ap);
/haiku-fatelf/src/tests/system/boot/loader/
H A Dplatform_debug.cpp21 va_end(args);
32 va_end(args);
/haiku-fatelf/src/tests/kits/net/sock/
H A Derror.c21 va_end(ap);
36 va_end(ap);
51 va_end(ap);
67 va_end(ap);
82 va_end(ap);
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_printw.c54 va_end(argp);
59 va_end(argp);
74 va_end(argp);
79 va_end(argp);
94 va_end(argp);
100 va_end(argp);
115 va_end(argp);
121 va_end(argp);
H A Dlib_scanw.c66 va_end(ap);
80 va_end(ap);
92 va_end(ap);
104 va_end(ap);
/haiku-fatelf/src/system/boot/platform/cfe/
H A Ddebug.cpp25 va_end(list);
38 va_end(list);
/haiku-fatelf/src/system/boot/platform/openfirmware/
H A Ddebug.cpp24 va_end(list);
37 va_end(list);
/haiku-fatelf/headers/libs/udis86/libudis86/
H A Dsyn.h22 va_end(ap);
/haiku-fatelf/src/add-ons/media/plugins/asf_reader/libasf/
H A Ddebug.h39 va_end(argp);
/haiku-fatelf/src/bin/coreutils/src/
H A Dprog-fprintf.c35 va_end (ap);
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dopen-safer.c45 va_end (ap);
/haiku-fatelf/src/kits/package/hpkg/
H A DErrorOutput.cpp28 va_end(args);
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_error.c47 va_end(ap);
H A Dtif_warning.c47 va_end(ap);
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dsbform.cc38 va_end(ap);
/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A Dfwprintf.c34 va_end (arg);
H A Dfwscanf.c33 va_end (arg);

Completed in 115 milliseconds

1234567891011>>