iterator         1449 lib/vfs/path.c         char **path_tokens, **iterator;
iterator         1455 lib/vfs/path.c         for (iterator = path_tokens; *iterator != NULL; iterator++)
iterator         1457 lib/vfs/path.c             if (**iterator != '\0')
iterator         1471 lib/vfs/path.c                     g_string_append (element_tokens, *iterator);
iterator          104 tests/lib/vfs/vfs_parse_ls_lga.c fill_stat_struct (struct stat *etalon_stat, int iterator)
iterator          108 tests/lib/vfs/vfs_parse_ls_lga.c     switch (iterator)