coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
vsnprintf_context Struct Reference
Collaboration diagram for vsnprintf_context:
Collaboration graph

Data Fields

char * str_buf
 
size_t buf_limit
 

Detailed Description

Definition at line 6 of file vsprintf.c.

Field Documentation

◆ buf_limit

size_t vsnprintf_context::buf_limit

Definition at line 8 of file vsprintf.c.

Referenced by str_tx_byte(), and vsnprintf().

◆ str_buf

char* vsnprintf_context::str_buf

Definition at line 7 of file vsprintf.c.

Referenced by str_tx_byte(), and vsnprintf().


The documentation for this struct was generated from the following file: