tmp_line 652 lib/util.c static char tmp_line[BUF_MEDIUM]; tmp_line 653 lib/util.c char *t = tmp_line; tmp_line 655 lib/util.c while (*s != '\0' && *s != '\n' && (size_t) (t - tmp_line) < sizeof (tmp_line) - 1 && s < top) tmp_line 660 lib/util.c *len = (size_t) (t - tmp_line); tmp_line 662 lib/util.c return tmp_line; tmp_line 1151 src/vfs/ftpfs/ftpfs_parse_ls.c char *tmp_line; tmp_line 1155 src/vfs/ftpfs/ftpfs_parse_ls.c tmp_line = g_strndup (b, blen); tmp_line 1159 src/vfs/ftpfs/ftpfs_parse_ls.c ok = (*line_parsers[i]) (tmp_line, &info->ino->st, &info->name, tmp_line 1169 src/vfs/ftpfs/ftpfs_parse_ls.c g_free (tmp_line); tmp_line 1192 src/vfs/ftpfs/ftpfs_parse_ls.c char *tmp_line; tmp_line 1196 src/vfs/ftpfs/ftpfs_parse_ls.c tmp_line = g_strndup (b, blen); tmp_line 1200 src/vfs/ftpfs/ftpfs_parse_ls.c ok = guessed_parser (tmp_line, &info->ino->st, &info->name, &info->ino->linkname, tmp_line 1210 src/vfs/ftpfs/ftpfs_parse_ls.c g_free (tmp_line);