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

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h447 * os_snprintf - Print to a memory buffer
459 * os_snprintf() should provide this guarantee, i.e., to null terminate the
467 int os_snprintf(char *str, size_t size, const char *format, ...);
541 #ifndef os_snprintf
543 #define os_snprintf _snprintf macro
545 #define os_snprintf snprintf macro
H A Dos_none.c232 int os_snprintf(char *str, size_t size, const char *format, ...) function
H A Dos_internal.c493 int os_snprintf(char *str, size_t size, const char *format, ...) function
/external/wpa_supplicant_8/src/utils/
H A Dos.h447 * os_snprintf - Print to a memory buffer
459 * os_snprintf() should provide this guarantee, i.e., to null terminate the
467 int os_snprintf(char *str, size_t size, const char *format, ...);
541 #ifndef os_snprintf
543 #define os_snprintf _snprintf macro
545 #define os_snprintf snprintf macro
H A Dos_none.c232 int os_snprintf(char *str, size_t size, const char *format, ...) function
H A Dos_internal.c493 int os_snprintf(char *str, size_t size, const char *format, ...) function
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h447 * os_snprintf - Print to a memory buffer
459 * os_snprintf() should provide this guarantee, i.e., to null terminate the
467 int os_snprintf(char *str, size_t size, const char *format, ...);
541 #ifndef os_snprintf
543 #define os_snprintf _snprintf macro
545 #define os_snprintf snprintf macro
H A Dos_none.c232 int os_snprintf(char *str, size_t size, const char *format, ...) function
H A Dos_internal.c493 int os_snprintf(char *str, size_t size, const char *format, ...) function

Completed in 277 milliseconds