Home
last modified time | relevance | path

Searched refs:cvtbl (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/iconv/
Diconv_charmap.c104 struct convtable *cvtbl; in charmap_conversion() local
126 cvtbl = use_from_charmap (from_charmap, to_code); in charmap_conversion()
128 cvtbl = use_both_charmaps (from_charmap, to_charmap); in charmap_conversion()
133 cvtbl = use_to_charmap (from_code, to_charmap); in charmap_conversion()
137 if (cvtbl == NULL) in charmap_conversion()
154 if (process_file (cvtbl, stdin, output) != 0) in charmap_conversion()
194 if (process_block (cvtbl, addr, st.st_size, output) < 0) in charmap_conversion()
215 if (process_fd (cvtbl, fd, output) != 0) in charmap_conversion()
238 free_table (cvtbl); in charmap_conversion()