Searched refs:home_loc (Results 1 – 1 of 1) sorted by relevance
2779 char *home_loc = loader_stack_alloc(strlen(xdgdatahome) + 2 + local2781 if (home_loc == NULL) {2787 strcpy(home_loc, xdgdatahome);2790 len = strlen(home_loc);2791 home_loc[len] = DIRECTORY_SYMBOL;2792 home_loc[len + 1] = '\0';2794 strcat(home_loc, home_location);2795 file = home_loc;2802 home_loc);2809 char *home_loc = loader_stack_alloc(strlen(home) + 16 + local[all …]