Searched refs:hfile_len (Results 1 – 2 of 2) sorted by relevance
2137 int hfile_len = os_strlen(home) + 1 + os_strlen(fname) + 1; in hostapd_cli_interactive() local2138 hfile = os_malloc(hfile_len); in hostapd_cli_interactive()2140 os_snprintf(hfile, hfile_len, "%s/%s", home, fname); in hostapd_cli_interactive()
4718 int hfile_len = os_strlen(home) + 1 + os_strlen(fname) + 1; in start_edit() local4719 hfile = os_malloc(hfile_len); in start_edit()4721 os_snprintf(hfile, hfile_len, "%s/%s", home, fname); in start_edit()