FreeBSD kernel kern code
snprintf_arg Struct Reference

Data Fields

char * str
 
size_t remain
 

Detailed Description

Definition at line 112 of file subr_prf.c.

Field Documentation

◆ remain

size_t snprintf_arg::remain

Definition at line 114 of file subr_prf.c.

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

◆ str

char* snprintf_arg::str

Definition at line 113 of file subr_prf.c.

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


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