Lines Matching full:home
1346 char *home, *hfile = NULL;1353 home = getenv("HOME");1354 if (home) {1356 int hfile_len = os_strlen(home) + 1 + os_strlen(fname) + 1;1359 os_snprintf(hfile, hfile_len, "%s/%s", home, fname);