arrow             402 src/vfs/ftpfs/ftpfs_parse_ls.c         char *arrow;
arrow             404 src/vfs/ftpfs/ftpfs_parse_ls.c         for (arrow = name; (arrow = strstr (arrow, " -> ")) != NULL; arrow++)
arrow             405 src/vfs/ftpfs/ftpfs_parse_ls.c             if (arrow != name && arrow[4] != '\0')
arrow             407 src/vfs/ftpfs/ftpfs_parse_ls.c                 *arrow = '\0';
arrow             408 src/vfs/ftpfs/ftpfs_parse_ls.c                 *linkname = g_strdup (arrow + 4);
arrow            1088 src/vfs/ftpfs/ftpfs_parse_ls.c         char *arrow;
arrow            1090 src/vfs/ftpfs/ftpfs_parse_ls.c         for (arrow = name; (arrow = strstr (arrow, " -> ")) != NULL; arrow++)
arrow            1091 src/vfs/ftpfs/ftpfs_parse_ls.c             if (arrow != name && arrow[4] != '\0')
arrow            1093 src/vfs/ftpfs/ftpfs_parse_ls.c                 *arrow = '\0';
arrow            1094 src/vfs/ftpfs/ftpfs_parse_ls.c                 *linkname = g_strdup (arrow + 4);