Lines Matching full:hfile
1661 char *home, *hfile = NULL;1672 hfile = os_malloc(hfile_len);1673 if (hfile) {1675 res = os_snprintf(hfile, hfile_len, "%s/%s", home,1678 hfile[hfile_len - 1] = '\0';1679 read_history(hfile);1749 if (hfile) {1769 write_history(hfile);1770 os_free(hfile);