HomeSort by: relevance | last modified time | path
    Searched defs:longbuf (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/utils/
utils_module_tests.c 361 char buf[3], longbuf[100]; local
434 if (wpa_snprintf_hex_sep(longbuf, 0, addr, ETH_ALEN, '-') != 0 ||
435 wpa_snprintf_hex_sep(longbuf, 5, addr, ETH_ALEN, '-') != 3 ||
436 os_strcmp(longbuf, "01-0") != 0)
utils_module_tests.c 361 char buf[3], longbuf[100]; local
434 if (wpa_snprintf_hex_sep(longbuf, 0, addr, ETH_ALEN, '-') != 0 ||
435 wpa_snprintf_hex_sep(longbuf, 5, addr, ETH_ALEN, '-') != 3 ||
436 os_strcmp(longbuf, "01-0") != 0)

Completed in 43 milliseconds