Lines Matching refs:encoding
38 " The header for some encoding formats may contain file name and"
40 "[l:list?List the encoding method names on the standard output.]"
44 " on encoding.]"
45 "[x:method?Specifies the encoding \amethod\a. Some encoding methods self"
83 char* encoding;
101 encoding = 0;
114 encoding = buf;
132 encoding = opt_info.arg;
133 if (streq(encoding, "?"))
153 if (!(meth = uumeth(encoding)))
154 error(ERROR_exit(1), "%s: unknown method", encoding);