output 240 lib/strutil.h estr_t str_translate_char (GIConv conv, const char *ch, size_t ch_size, char *output, output 354 lib/strutil/strutil.c str_translate_char (GIConv conv, const char *keys, size_t ch_size, char *output, size_t out_size) output 363 lib/strutil/strutil.c cnv = g_iconv (conv, (gchar **) &keys, &left, &output, &out_size); output 367 lib/strutil/strutil.c output[0] = '\0'; output 100 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c GSList *input, *parsed, *output; output 111 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c output = read_list (name); output 113 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c mctest_assert_not_null (output); output 118 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c for (parsed_iter = parsed, output_iter = output; parsed_iter != NULL && output_iter != NULL; output 125 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c for (parsed_iter = parsed, output_iter = output; parsed_iter != NULL; output 132 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c g_slist_free_full (output, g_free);