Query: vbin_printf
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
VBIN_PRINTF(9) Basic C Library Functions VBIN_PRINTF(9)NAMEvbin_printf - Parse a format string and place args' binary value in a bufferSYNOPSISint vbin_printf(u32 * bin_buf, size_t size, const char * fmt, va_list args);ARGUMENTSbin_buf The buffer to place args' binary value size The size of the buffer(by words(32bits), not characters) fmt The format string to use args Arguments for the format stringDESCRIPTIONThe format follows C99 vsnprintf, except n is ignored, and its argument is skiped. The return value is the number of words(32bits) which would be generated for the given input.NOTEIf the return value is greater than size, the resulting bin_buf is NOT valid for bstr_printf.COPYRIGHTKernel Hackers Manual 3.10 June 2014 VBIN_PRINTF(9)
Related Man Pages |
---|
curl_maprintf(3) - debian |
curl_msprintf(3) - debian |
curl_mfprintf(3) - debian |
curl_mprintf(3) - debian |
vsprintf(3) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
How to increment version inside a file? |
Tar Command |
CentOS7 restoring file capabilities |
Unsure why access time on a directory change isn't changing |