Searched refs:hfile_len (Results 1 – 2 of 2) sorted by relevance
1933 int hfile_len = os_strlen(home) + 1 + os_strlen(fname) + 1; in hostapd_cli_interactive() local1934 hfile = os_malloc(hfile_len); in hostapd_cli_interactive()1936 os_snprintf(hfile, hfile_len, "%s/%s", home, fname); in hostapd_cli_interactive()
4274 int hfile_len = os_strlen(home) + 1 + os_strlen(fname) + 1; in start_edit() local4275 hfile = os_malloc(hfile_len); in start_edit()4277 os_snprintf(hfile, hfile_len, "%s/%s", home, fname); in start_edit()