Searched refs:xdg_data_dirs (Results 1 – 3 of 3) sorted by relevance
226 const char *xdg_data_home, *home, *xdg_data_dirs; in xdg_init_dirs() local235 xdg_data_dirs = getenv ("XDG_DATA_DIRS"); in xdg_init_dirs()237 if (xdg_data_dirs == NULL) in xdg_init_dirs()238 xdg_data_dirs = "/usr/local/share/:/usr/share/"; in xdg_init_dirs()244 for (i = 0; xdg_data_dirs[i] != '\0'; i++) in xdg_init_dirs()245 if (xdg_data_dirs[i] == ':') in xdg_init_dirs()274 ptr = xdg_data_dirs; in xdg_init_dirs()
186 const char *xdg_data_dirs = NULL; in update_rule() local192 if ((xdg_data_dirs = getenv("XDG_DATA_DIRS"))) { in update_rule()193 while ((data_dir = pa_split(xdg_data_dirs, ":", &state))) { in update_rule()
249213 if (NULL == xdg_data_dirs) {249218 if (NULL == xdg_data_dirs || '\0' == xdg_data_dirs[0]) {249219 xdg_data_dirs = FALLBACK_DATA_DIRS;