Searched refs:hfile_len (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/wpa/hostapd/
H A Dhostapd_cli.c1942 int hfile_len = os_strlen(home) + 1 + os_strlen(fname) + 1; local
1943 hfile = os_malloc(hfile_len);
1945 os_snprintf(hfile, hfile_len, "%s/%s", home, fname);
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_cli.c4302 int hfile_len = os_strlen(home) + 1 + os_strlen(fname) + 1; local
4303 hfile = os_malloc(hfile_len);
4305 os_snprintf(hfile, hfile_len, "%s/%s", home, fname);

Completed in 71 milliseconds