iterator         1444 lib/vfs/path.c         char **path_tokens, **iterator;
iterator         1450 lib/vfs/path.c         for (iterator = path_tokens; *iterator != NULL; iterator++)
iterator         1452 lib/vfs/path.c             if (**iterator != '\0')
iterator         1466 lib/vfs/path.c                     g_string_append (element_tokens, *iterator);
iterator          107 tests/lib/vfs/vfs_parse_ls_lga.c fill_stat_struct (struct stat *etalon_stat, int iterator)
iterator          114 tests/lib/vfs/vfs_parse_ls_lga.c     switch (iterator)