arrow             400 src/vfs/ftpfs/ftpfs_parse_ls.c         char *arrow;
arrow             402 src/vfs/ftpfs/ftpfs_parse_ls.c         for (arrow = name; (arrow = strstr (arrow, " -> ")) != NULL; arrow++)
arrow             403 src/vfs/ftpfs/ftpfs_parse_ls.c             if (arrow != name && arrow[4] != '\0')
arrow             405 src/vfs/ftpfs/ftpfs_parse_ls.c                 *arrow = '\0';
arrow             406 src/vfs/ftpfs/ftpfs_parse_ls.c                 *linkname = g_strdup (arrow + 4);
arrow            1087 src/vfs/ftpfs/ftpfs_parse_ls.c         char *arrow;
arrow            1089 src/vfs/ftpfs/ftpfs_parse_ls.c         for (arrow = name; (arrow = strstr (arrow, " -> ")) != NULL; arrow++)
arrow            1090 src/vfs/ftpfs/ftpfs_parse_ls.c             if (arrow != name && arrow[4] != '\0')
arrow            1092 src/vfs/ftpfs/ftpfs_parse_ls.c                 *arrow = '\0';
arrow            1093 src/vfs/ftpfs/ftpfs_parse_ls.c                 *linkname = g_strdup (arrow + 4);