OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hfile_len
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/wpa/dist/hostapd/
hostapd_cli.c
2137
int
hfile_len
= os_strlen(home) + 1 + os_strlen(fname) + 1;
local
2138
hfile = os_malloc(
hfile_len
);
2140
os_snprintf(hfile,
hfile_len
, "%s/%s", home, fname);
/src/external/bsd/wpa/dist/wpa_supplicant/
wpa_cli.c
4739
int
hfile_len
= os_strlen(home) + 1 + os_strlen(fname) + 1;
local
4740
hfile = os_malloc(
hfile_len
);
4742
os_snprintf(hfile,
hfile_len
, "%s/%s", home, fname);
Completed in 30 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026