Searched refs:input (Results 1 – 7 of 7) sorted by relevance
/iconv/ |
A D | tst-iconv4.c | 17 char input[2] = { 0xc2, 0xae }; /* Registered trademark */ in do_test() local 18 char *inptr = input; in do_test() 19 size_t insize = sizeof (input); in do_test() 36 if (inptr != input) in do_test() 41 if (insize != sizeof (input)) in do_test()
|
A D | tst-iconv7.c | 36 char input[4 + 4] = { '0', '1', '2', '3', '4', '5', '\266', '7' }; in do_test() local 37 char *inptr = input; in do_test() 38 size_t insize = sizeof (input); in do_test() 48 TEST_COMPARE (inptr - input, sizeof (output) - outsize); in do_test()
|
A D | tst-iconv8.c | 35 char input[12] = "\xe1\x80\xa1" "AAAAAAAAA"; in do_test() local 36 char *inptr = input; in do_test() 37 size_t insize = sizeof (input); in do_test()
|
A D | tst-iconv-opt.c | 38 test_iconv (const char *to, const char *from, char *input, size_t exp_in, in test_iconv() argument 50 inlen = strlen (input); in test_iconv() 52 inptr = input; in test_iconv() 59 TEST_VERIFY (inptr == input + exp_in); in test_iconv()
|
A D | iconv_prog.c | 83 static char *more_help (int key, const char *text, void *input); 111 static int process_file (iconv_t cd, FILE *input, FILE **output, 380 more_help (int key, const char *text, void *input) in more_help() argument 617 process_file (iconv_t cd, FILE *input, FILE **output, const char *output_file) in process_file() argument 621 return process_fd (cd, fileno (input), output, output_file); in process_file()
|
A D | iconv_charmap.c | 95 static int process_file (struct convtable *tbl, FILE *input, FILE *output); 563 process_file (struct convtable *tbl, FILE *input, FILE *output) in process_file() argument 567 return process_fd (tbl, fileno (input), output); in process_file()
|
A D | iconvconfig.c | 119 static char *more_help (int key, const char *text, void *input); 373 more_help (int key, const char *text, void *input) in more_help() argument
|
Completed in 14 milliseconds