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

  /external/wpa_supplicant_8/src/utils/
os_none.c 244 int os_snprintf(char *str, size_t size, const char *format, ...) function
os.h 454 * os_snprintf - Print to a memory buffer
466 * os_snprintf() should provide this guarantee, i.e., to null terminate the
474 int os_snprintf(char *str, size_t size, const char *format, ...);
548 #ifndef os_snprintf
550 #define os_snprintf _snprintf macro
552 #define os_snprintf snprintf macro
os_internal.c 501 int os_snprintf(char *str, size_t size, const char *format, ...) function

Completed in 392 milliseconds