VSNPRINTF - Online Linux Manual PageSection : 9
Updated : June 2018
Source : Kernel Hackers Manual 2​.6​.
Note : Basic C Library Functions

NAMEvsnprintf − Format a string and place it in a buffer

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

ARGUMENTSbuf The buffer to place the result into size The size of the buffer, including the trailing null space fmt The format string to use args Arguments for the format string

DESCRIPTIONThis function follows C99 vsnprintf, but has some extensions: pS output the name of a text symbol with offset ps output the name of a text symbol without offset pF output the name of a function pointer with its offset pf output the name of a function pointer without its offset pR output the address range in a struct resource pIS depending on sa_family of ´struct sockaddr *´ print IPv4/IPv6 address piS depending on sa_family of ´struct sockaddr *´ print IPv4/IPv6 address %*ph[CDN] a variable−length hex string with a separator (supports up to 64 bytes of the input) n is ignored The return value is the number of characters which would be generated for the given input, excluding the trailing ´\0´, as per ISO C99​. If you want to have the exact number of characters written into buf as return value (not including the trailing ´\0´), use vscnprintf​. If the return is greater than or equal to size, the resulting string is truncated​. Call this function if you are already dealing with a va_list​. You probably want snprintf instead​.

COPYRIGHT
0
Johanes Gumabo
Data Size   :   6,662 byte
man-vsnprintf.9Build   :   2024-12-29, 07:25   :  
Visitor Screen   :   x
Visitor Counter ( page / site )   :   6 / 256,848
Visitor ID   :     :  
Visitor IP   :   3.138.67.56   :  
Visitor Provider   :   AMAZON-02   :  
Provider Position ( lat x lon )   :   39.962500 x -83.006100   :   x
Provider Accuracy Radius ( km )   :   1000   :  
Provider City   :   Columbus   :  
Provider Province   :   Ohio ,   :   ,
Provider Country   :   United States   :  
Provider Continent   :   North America   :  
Visitor Recorder   :   Version   :  
Visitor Recorder   :   Library   :  
Online Linux Manual Page   :   Version   :   Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.29
Online Linux Manual Page   :   Library   :   lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page   :   Library   :   lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base   :   Version   :   Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base   :   Library   :   lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36

Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.