stdarg.h File Reference

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 Documentation

#define va_start ( ap,
last   )     __builtin_va_start ( ap, last )

#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 )

#define va_copy ( dest,
src   )     __builtin_va_copy ( dest, src )

Definition at line 10 of file stdarg.h.

Referenced by iscsi_vredirect(), tls_p_hash_va(), tls_prf(), vasprintf(), and xfer_vprintf().


Typedef Documentation

typedef __builtin_va_list va_list

Definition at line 6 of file stdarg.h.


Function Documentation

FILE_LICENCE ( GPL2_OR_LATER   ) 


Generated on Tue Apr 6 20:01:53 2010 for gPXE by  doxygen 1.5.7.1