Go to the source code of this file.
Defines | |
| #define | va_start(ap, last) __builtin_va_start ( ap, last ) |
| #define | va_arg(ap, type) __builtin_va_arg ( ap, type ) |
| #define | va_end(ap) __builtin_va_end ( ap ) |
| #define | va_copy(dest, src) __builtin_va_copy ( dest, src ) |
Typedefs | |
| typedef __builtin_va_list | va_list |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER) | |
| #define va_start | ( | ap, | |||
| last | ) | __builtin_va_start ( ap, last ) |
Definition at line 7 of file stdarg.h.
Referenced by alert(), asprintf(), create_downloader(), msg(), printf(), snprintf(), ssnprintf(), tls_prf(), wprintw(), xfer_open(), xfer_printf(), and xfer_redirect().
| #define va_arg | ( | ap, | |||
| type | ) | __builtin_va_arg ( ap, type ) |
Definition at line 8 of file stdarg.h.
Referenced by iscsi_vredirect(), tls_hmac_update_va(), vcprintf(), and xfer_vopen().
| #define va_end | ( | ap | ) | __builtin_va_end ( ap ) |
Definition at line 9 of file stdarg.h.
Referenced by alert(), asprintf(), create_downloader(), iscsi_vredirect(), msg(), printf(), snprintf(), ssnprintf(), tls_p_hash_va(), tls_prf(), vasprintf(), wprintw(), xfer_open(), xfer_printf(), xfer_redirect(), and xfer_vprintf().
Definition at line 10 of file stdarg.h.
Referenced by iscsi_vredirect(), tls_p_hash_va(), tls_prf(), vasprintf(), and xfer_vprintf().
| FILE_LICENCE | ( | GPL2_OR_LATER | ) |
1.5.7.1