output            245 lib/strutil.h                             char *output, size_t out_size);
output            358 lib/strutil/strutil.c str_translate_char (GIConv conv, const char *keys, size_t ch_size, char *output, size_t out_size)
output            367 lib/strutil/strutil.c     cnv = g_iconv (conv, (gchar **) & keys, &left, &output, &out_size);
output            371 lib/strutil/strutil.c     output[0] = '\0';
output            109 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     GSList *input, *parsed, *output;
output            120 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     output = read_list (name);
output            122 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     mctest_assert_not_null (output);
output            127 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     for (parsed_iter = parsed, output_iter = output;
output            135 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     for (parsed_iter = parsed, output_iter = output; parsed_iter != NULL;
output            142 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     g_slist_free_full (output, g_free);