Searched refs:iconv_file (Results 1 – 1 of 1) sorted by relevance
43 void iconv_file(FILE *, const char *);152 iconv_file(stdin, "stdin"); in main()162 iconv_file(fp, argv[optind]); in main()181 iconv_file(FILE *fp, const char *fname) in iconv_file() function