tmp_element 1254 lib/utilunix.c char *tmp_element; tmp_element 1258 lib/utilunix.c tmp_element = g_strdup (element); tmp_element 1262 lib/utilunix.c canonicalize_pathname (tmp_element); tmp_element 1263 lib/utilunix.c len = strlen (tmp_element); tmp_element 1264 lib/utilunix.c start = IS_PATH_SEP (tmp_element[0]) ? tmp_element + 1 : tmp_element; tmp_element 1267 lib/utilunix.c if (!IS_PATH_SEP (tmp_element[len - 1]) && element != NULL) tmp_element 1270 lib/utilunix.c g_free (tmp_element);