tmp_line          643 lib/util.c         static char tmp_line[BUF_MEDIUM];
tmp_line          644 lib/util.c         char *t = tmp_line;
tmp_line          646 lib/util.c         while (*s != '\0' && *s != '\n' && (size_t) (t - tmp_line) < sizeof (tmp_line) - 1 && s < top)
tmp_line          649 lib/util.c         return tmp_line;
tmp_line         1150 src/vfs/ftpfs/ftpfs_parse_ls.c                 char *tmp_line;
tmp_line         1154 src/vfs/ftpfs/ftpfs_parse_ls.c                 tmp_line = g_strndup (b, blen);
tmp_line         1158 src/vfs/ftpfs/ftpfs_parse_ls.c                 ok = (*line_parsers[i]) (tmp_line, &info->ino->st, &info->name,
tmp_line         1168 src/vfs/ftpfs/ftpfs_parse_ls.c                 g_free (tmp_line);
tmp_line         1191 src/vfs/ftpfs/ftpfs_parse_ls.c             char *tmp_line;
tmp_line         1195 src/vfs/ftpfs/ftpfs_parse_ls.c             tmp_line = g_strndup (b, blen);
tmp_line         1199 src/vfs/ftpfs/ftpfs_parse_ls.c             ok = guessed_parser (tmp_line, &info->ino->st, &info->name, &info->ino->linkname,
tmp_line         1209 src/vfs/ftpfs/ftpfs_parse_ls.c             g_free (tmp_line);