Lines Matching refs:encoding
79 "usage: %s [-Bbv] [-e encoding] [-f wsdev] [-h height]"
103 * map given encoding to its string representation
118 * map given encoding string to integer value
131 errx(1, "invalid encoding");
153 f.encoding = DEFENC;
175 f.encoding = getencoding(optarg);
257 f.encoding = le32toh(foo);
290 printf("encoding: %s (%d)\n",
291 rgetencoding(f.encoding), f.encoding);