OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 168 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026