tmp_element      1242 lib/utilunix.c             char *tmp_element;
tmp_element      1246 lib/utilunix.c             tmp_element = g_strdup (element);
tmp_element      1250 lib/utilunix.c             canonicalize_pathname (tmp_element);
tmp_element      1251 lib/utilunix.c             len = strlen (tmp_element);
tmp_element      1252 lib/utilunix.c             start = IS_PATH_SEP (tmp_element[0]) ? tmp_element + 1 : tmp_element;
tmp_element      1255 lib/utilunix.c             if (!IS_PATH_SEP (tmp_element[len - 1]) && element != NULL)
tmp_element      1258 lib/utilunix.c             g_free (tmp_element);