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

/external/wpa_supplicant/
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.c216 int os_snprintf(char *str, size_t size, const char *format, ...) function
H A Dos_internal.c426 int os_snprintf(char *str, size_t size, const char *format, ...) function
/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.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, ...);
455 #ifndef os_snprintf
457 #define os_snprintf _snprintf macro
459 #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.c456 int os_snprintf(char *str, size_t size, const char *format, ...) function
/external/wpa_supplicant_8/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, ...);
455 #ifndef os_snprintf
457 #define os_snprintf _snprintf macro
459 #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.c456 int os_snprintf(char *str, size_t size, const char *format, ...) function
/external/wpa_supplicant_8/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, ...);
455 #ifndef os_snprintf
457 #define os_snprintf _snprintf macro
459 #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.c456 int os_snprintf(char *str, size_t size, const char *format, ...) function

Completed in 155 milliseconds