FreeBSD kernel kern code
snprintf_arg Struct Reference

Data Fields

char * str
 
size_t remain
 

Detailed Description

Definition at line 89 of file subr_prf.c.

Field Documentation

size_t snprintf_arg::remain

Definition at line 91 of file subr_prf.c.

Referenced by snprintf_func(), vsnprintf(), and vsnrprintf().

char* snprintf_arg::str

Definition at line 90 of file subr_prf.c.

Referenced by snprintf_func(), vsnprintf(), and vsnrprintf().


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