Searched defs:os_snprintf (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dos.h358 * os_snprintf - Print to a memory buffer
370 * os_snprintf() should provide this guarantee, i.e., to null terminate the
378 int os_snprintf(char *str, size_t size, const char *format, ...);
448 #ifndef os_snprintf
450 #define os_snprintf _snprintf macro
452 #define os_snprintf snprintf macro
H A Dos_none.c222 int os_snprintf(char *str, size_t size, const char *format, ...) function
H A Dos_internal.c451 int os_snprintf(char *str, size_t size, const char *format, ...) function
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h381 * os_snprintf - Print to a memory buffer
393 * os_snprintf() should provide this guarantee, i.e., to null terminate the
401 int os_snprintf(char *str, size_t size, const char *format, ...);
478 #ifndef os_snprintf
480 #define os_snprintf _snprintf macro
482 #define os_snprintf snprintf macro
H A Dos_none.c221 int os_snprintf(char *str, size_t size, const char *format, ...) function
H A Dos_internal.c468 int os_snprintf(char *str, size_t size, const char *format, ...) function
/external/wpa_supplicant_8/src/utils/
H A Dos.h381 * os_snprintf - Print to a memory buffer
393 * os_snprintf() should provide this guarantee, i.e., to null terminate the
401 int os_snprintf(char *str, size_t size, const char *format, ...);
478 #ifndef os_snprintf
480 #define os_snprintf _snprintf macro
482 #define os_snprintf snprintf macro
H A Dos_none.c221 int os_snprintf(char *str, size_t size, const char *format, ...) function
H A Dos_internal.c468 int os_snprintf(char *str, size_t size, const char *format, ...) function
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h381 * os_snprintf - Print to a memory buffer
393 * os_snprintf() should provide this guarantee, i.e., to null terminate the
401 int os_snprintf(char *str, size_t size, const char *format, ...);
478 #ifndef os_snprintf
480 #define os_snprintf _snprintf macro
482 #define os_snprintf snprintf macro
H A Dos_none.c221 int os_snprintf(char *str, size_t size, const char *format, ...) function
H A Dos_internal.c468 int os_snprintf(char *str, size_t size, const char *format, ...) function

Completed in 205 milliseconds