HomeSort by relevance Sort by last modified time
    Searched defs:os_snprintf (Results 1 - 9 of 9) sorted by null

  /external/wpa_supplicant/
os_none.c 216 int os_snprintf(char *str, size_t size, const char *format, ...) function
os.h 358 * 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
os_internal.c 426 int os_snprintf(char *str, size_t size, const char *format, ...) function
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_none.c 222 int os_snprintf(char *str, size_t size, const char *format, ...) function
os.h 358 * 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
os_internal.c 451 int os_snprintf(char *str, size_t size, const char *format, ...) function
  /external/wpa_supplicant_8/src/utils/
os_none.c 222 int os_snprintf(char *str, size_t size, const char *format, ...) function
os.h 358 * 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
os_internal.c 456 int os_snprintf(char *str, size_t size, const char *format, ...) function

Completed in 66 milliseconds