Searched refs:codeset (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/tools/tools/locale/tools/
H A Dconvert_map.pl157 $codeset = shift(@ARGV);
165 if ($codeset eq "SJIS") { $max_mb = 2 }
166 elsif ($codeset eq "eucCN") { $max_mb = 2 }
167 elsif ($codeset eq "eucJP") { $max_mb = 3 }
168 elsif ($codeset eq "eucKR") { $max_mb = 2 }
169 elsif ($codeset eq "GBK") { $max_mb = 2 }
170 elsif ($codeset eq "GB2312") { $max_mb = 2 }
171 elsif ($codeset eq "Big5") { $max_mb = 2 }
173 print("<code_set_name> \"$codeset\"\n");
/freebsd-current/usr.bin/morse/
H A Dmorse.c305 char *p, *codeset; local
405 *(codeset = nl_langinfo(CODESET)) != '\0') {
406 if (strcmp(codeset, "KOI8-R") == 0)
408 else if (strcmp(codeset, "ISO8859-1") == 0 ||
409 strcmp(codeset, "ISO8859-15") == 0)
411 else if (strcmp(codeset, "ISO8859-7") == 0)
/freebsd-current/contrib/tcpdump/
H A Dprint-fr.c815 u_int codeset = 0; local
871 unshift_codeset = codeset;
888 * Get the codeset.
890 codeset = IE_SHIFT_CODESET(iecode);
893 * If it's a locking shift to codeset 5,
903 if (codeset == 5) {
906 * codeset 5, so this is
914 * Remember the current codeset, so we
926 ND_PRINT("%s, codeset %u", is_ansi ? "ANSI" : "CCITT", codeset);
[all...]
/freebsd-current/contrib/nvi/common/
H A Dconv.c32 * codeset --
35 * PUBLIC: char * codeset(void);
38 codeset(void) function
69 /* fill the buffer with codeset encoding of string pointed to by str
354 o_set(sp, O_INPUTENCODING, OS_STRDUP, codeset(), 0);
387 if (strcasecmp(codeset(), enc)) {
388 if ((id_c2w = iconv_open(codeset(), enc)) ==
391 if ((id_w2c = iconv_open(enc, codeset())) ==
407 if (strcasecmp(codeset(), enc)) {
408 if ((id_c2w = iconv_open(codeset(), en
[all...]
H A Dkey.c286 if (!strcmp(codeset(), "UTF-8"))
H A Dexf.c1248 o_set(sp, O_FILEENCODING, OS_STRDUP, codeset(), 0);
/freebsd-current/contrib/tcsh/
H A Dsh.set.c1295 Char *codeset; local
1297 codeset = str2short(nl_langinfo(CODESET));
1298 if (*codeset != '\0') {
1326 char *codeset = nl_langinfo(CODESET); local
1328 if (*codeset == '\0') {
1334 if (strcasestr(codeset, "SHIFT_JIS") == (char*)0) {
/freebsd-current/sys/dev/atkbdc/
H A Datkbd.c1350 int codeset; local
1399 codeset = -1;
1402 codeset = 1;
1408 codeset = read_kbd_data(kbdc);
1411 printf("atkbd: scancode set %d\n", codeset);
1448 if (codeset == 1) {
1450 KBDC_SET_SCANCODE_SET, codeset) == KBD_ACK) {
/freebsd-current/sys/cam/ctl/
H A Dctl_tpc_local.c291 lun->lun_devid->len, &cscdid->codeset,
H A Dctl_tpc.c1994 memcpy(&cscd->codeset, idd, 4 + idd->length);
/freebsd-current/contrib/nvi/vi/
H A Dv_ex.c529 o_set(new, O_FILEENCODING, OS_STRDUP, codeset(), 0);
/freebsd-current/usr.bin/vi/
H A Dextern.h314 char * codeset(void);
/freebsd-current/sys/cam/scsi/
H A Dscsi_all.h1822 uint8_t codeset; member in struct:scsi_ec_cscd_id

Completed in 230 milliseconds