Searched refs:printf_decode (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dutils_module_tests.c59 binlen = printf_decode(bin, sizeof(bin), buf);
67 binlen = printf_decode(bin, sizeof(bin), test->encoded);
93 if (printf_decode(bin, 3, "abcde") != 2)
96 if (printf_decode(bin, 3, "\\xa") != 1 || bin[0] != 10)
99 if (printf_decode(bin, 3, "\\xq") != 1 || bin[0] != 'q')
102 if (printf_decode(bin, 3, "\\a") != 1 || bin[0] != 'a')
H A Dcommon.c515 size_t printf_decode(u8 *buf, size_t maxlen, const char *str) function
664 *len = printf_decode((u8 *) str, tlen + 1, tstr);
H A Dcommon.h486 size_t printf_decode(u8 *buf, size_t maxlen, const char *str);
/external/wpa_supplicant_8/src/utils/
H A Dutils_module_tests.c59 binlen = printf_decode(bin, sizeof(bin), buf);
67 binlen = printf_decode(bin, sizeof(bin), test->encoded);
93 if (printf_decode(bin, 3, "abcde") != 2)
96 if (printf_decode(bin, 3, "\\xa") != 1 || bin[0] != 10)
99 if (printf_decode(bin, 3, "\\xq") != 1 || bin[0] != 'q')
102 if (printf_decode(bin, 3, "\\a") != 1 || bin[0] != 'a')
H A Dcommon.c515 size_t printf_decode(u8 *buf, size_t maxlen, const char *str) function
664 *len = printf_decode((u8 *) str, tlen + 1, tstr);
H A Dcommon.h486 size_t printf_decode(u8 *buf, size_t maxlen, const char *str);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dutils_module_tests.c59 binlen = printf_decode(bin, sizeof(bin), buf);
67 binlen = printf_decode(bin, sizeof(bin), test->encoded);
93 if (printf_decode(bin, 3, "abcde") != 2)
96 if (printf_decode(bin, 3, "\\xa") != 1 || bin[0] != 10)
99 if (printf_decode(bin, 3, "\\xq") != 1 || bin[0] != 'q')
102 if (printf_decode(bin, 3, "\\a") != 1 || bin[0] != 'a')
H A Dcommon.c515 size_t printf_decode(u8 *buf, size_t maxlen, const char *str) function
664 *len = printf_decode((u8 *) str, tlen + 1, tstr);
H A Dcommon.h486 size_t printf_decode(u8 *buf, size_t maxlen, const char *str);

Completed in 77 milliseconds