Searched refs:process_fd (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/iconv/ |
D | iconv_charmap.c | 94 static int process_fd (struct convtable *tbl, int fd, FILE *output); 215 if (process_fd (cvtbl, fd, output) != 0) in charmap_conversion() 484 process_fd (struct convtable *tbl, int fd, FILE *output) in process_fd() function 567 return process_fd (tbl, fileno (input), output); in process_file()
|
D | iconv_prog.c | 109 static int process_fd (iconv_t cd, int fd, FILE **output, 314 ret = process_fd (cd, fd, &output, output_file); in main() 538 process_fd (iconv_t cd, int fd, FILE **output, const char *output_file) in process_fd() function 621 return process_fd (cd, fileno (input), output, output_file); in process_file()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.12 | 7691 * iconv/iconv_prog.c (process_fd): Likewise.
|
D | ChangeLog.17 | 7544 (process_fd): Likewise.
|
D | ChangeLog.16 | 516 * iconv/iconv_charmap.c (process_fd): Initialize inptr from inbuf,
|