Searched refs:xdg_data_home (Results 1 – 1 of 1) sorted by relevance
226 const char *xdg_data_home, *home, *xdg_data_dirs; in xdg_init_dirs() local233 xdg_data_home = getenv ("XDG_DATA_HOME"); in xdg_init_dirs()241 if (xdg_data_home != NULL || home != NULL) in xdg_init_dirs()252 if (xdg_data_home != NULL) in xdg_init_dirs()256 mime_subdir = malloc (strlen (xdg_data_home) + strlen ("/mime/") + 1); in xdg_init_dirs()257 strcpy (mime_subdir, xdg_data_home); in xdg_init_dirs()