coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
stdarg.h File Reference
#include <stddef.h>
Include dependency graph for stdarg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define va_start(v, l)   __builtin_va_start(v, l)
 Note: This file is only for POSIX compatibility, and is meant to be chain-included via string.h. More...
 
#define va_end(v)   __builtin_va_end(v)
 
#define va_arg(v, l)   __builtin_va_arg(v, l)
 

Typedefs

typedef __builtin_va_list va_list
 

Functions

int vsnprintf (char *buf, size_t size, const char *fmt, va_list args)
 

Macro Definition Documentation

◆ va_arg

#define va_arg (   v,
 
)    __builtin_va_arg(v, l)

Definition at line 15 of file stdarg.h.

◆ va_end

#define va_end (   v)    __builtin_va_end(v)

Definition at line 14 of file stdarg.h.

◆ va_start

#define va_start (   v,
 
)    __builtin_va_start(v, l)

Note: This file is only for POSIX compatibility, and is meant to be chain-included via string.h.

Definition at line 13 of file stdarg.h.

Typedef Documentation

◆ va_list

typedef __builtin_va_list va_list

Definition at line 16 of file stdarg.h.

Function Documentation

◆ vsnprintf()

int vsnprintf ( char *  buf,
size_t  size,
const char *  fmt,
va_list  args 
)

Definition at line 21 of file vsprintf.c.

References args, buf, vsnprintf_context::buf_limit, vsnprintf_context::str_buf, str_tx_byte(), and vtxprintf().

Referenced by snprintf(), and vprintk().

Here is the call graph for this function:
Here is the caller graph for this function: