Searched refs:charset (Results 1 - 25 of 64) sorted by path

123

/freebsd-11-stable/bin/csh/
H A DMakefile106 NLSSRCFILES_${catalog:C/.*://}!= cd ${NLSSRCDIR_${catalog:C/.*://}}; echo charset set[0-9]*
/freebsd-11-stable/bin/sh/
H A Dvar.c527 char *charset; local
529 charset = nl_langinfo(CODESET);
530 localeisutf8 = !strcmp(charset, "UTF-8");
/freebsd-11-stable/contrib/apr/misc/unix/
H A Dcharset.c69 const char *charset; local
71 charset = nl_langinfo(CODESET);
72 if (charset && *charset) {
76 if (charset[0] != '^')
78 return apr_pstrdup(pool, charset);
/freebsd-11-stable/contrib/binutils/binutils/
H A Drcparse.y478 dialog.ex->charset = 1;
493 dialog.ex->charset = 1;
508 dialog.ex->charset = 1;
523 dialog.ex->charset = $8;
H A Dresbin.c489 d->ex->charset = 1; /* Default charset. */
506 d->ex->charset = windres_get_8 (wrbfd, data + off + 3, 1);
1134 vv->charset = windres_get_16 (wrbfd, data + 2, 2);
1505 windres_put_8 (wrbfd, bdxf.charset, (dialog->ex == NULL ? 1 : dialog->ex->charset));
2086 windres_put_16 (wrbfd, &vvsd[2], vv->charset);
H A Dresrc.c1822 rc_uint_type charset)
1829 vv->charset = charset;
2509 || dialog->ex->charset != 1))
2513 (int) dialog->ex->charset);
3255 (int) vv->charset);
1819 append_vertrans(rc_ver_varinfo *var, rc_uint_type language, rc_uint_type charset) argument
H A Dwindint.h444 bfd_byte charset; member in struct:rc_dialog_ex
473 bfd_byte charset[1]; member in struct:bin_dialogexfont
1005 rc_uint_type charset; member in struct:rc_ver_varinfo
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dconfigure3208 typedef int charset[2];
3209 const charset x;
H A Dregex.c488 charset,
490 /* Same parameters as charset, but match any character that is
882 case charset:
888 printf ("/charset [%s",
927 printf ("/charset [%s",
2656 /* We assume a charset(_not) structure as a wchar_t array.
2657 charset[0] = (re_opcode_t) charset(_not)
2658 charset[1] = l (= length of char_classes)
2659 charset[
484 charset, enumerator in enum:__anon655
[all...]
/freebsd-11-stable/contrib/bmake/
H A Dconfigure4995 typedef int charset[2];
4996 const charset cs;
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A DMakefile.in72 libcpp_a_OBJS = charset.o directives.o directives-only.o errors.o \
77 libcpp_a_SOURCES = charset.c directives.c directives-only.c errors.c \
H A Dconfigure3753 typedef int charset[2];
3754 const charset x;
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A Dconfigure6152 typedef int charset[2];
6153 const charset x;
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dconfigure3111 typedef int charset[2];
3112 const charset x;
H A Dregex.c488 charset,
490 /* Same parameters as charset, but match any character that is
882 case charset:
888 printf ("/charset [%s",
927 printf ("/charset [%s",
2656 /* We assume a charset(_not) structure as a wchar_t array.
2657 charset[0] = (re_opcode_t) charset(_not)
2658 charset[1] = l (= length of char_classes)
2659 charset[
484 charset, enumerator in enum:__anon1472
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcharset.c23 #include "charset.h"
53 The header file `charset.h' declares various functions that
95 struct charset {
98 struct charset *next;
109 /* Pointers to charset-specific functions that depend only on a
139 /* TARGET_CHAR is in the `from' charset.
140 Returns a string in the `to' charset. */
145 /* HOST_CHAR is in the `from' charset.
146 TARGET_CHAR points to a char in the `to' charset. */
190 static struct charset *all_charset
93 struct charset { struct
1028 set_host_charset(const char *charset) argument
1037 set_target_charset(const char *charset) argument
1050 set_charset_sfunc(char *charset, int from_tty, struct cmd_list_element *c) argument
1062 set_host_charset_sfunc(char *charset, int from_tty, struct cmd_list_element *c) argument
1070 set_target_charset_sfunc(char *charset, int from_tty, struct cmd_list_element *c) argument
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dconfigure11826 typedef int charset[2];
11827 const charset cs;
/freebsd-11-stable/contrib/libreadline/
H A Dconfigure3378 typedef int charset[2];
3379 const charset x;
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js8011 script.charset = s.scriptCharset;
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure14907 typedef int charset[2];
14908 const charset x;
H A Ddist.mk128 @echo '<meta http-equiv="Content-Type" content="text\/html; charset=iso-8859-1">' >> subst.sed
/freebsd-11-stable/contrib/openbsm/
H A Dconfigure12263 typedef int charset[2];
12264 const charset cs = { 0, 0 };
/freebsd-11-stable/contrib/opie/
H A Dconfigure1810 typedef int charset[2]; const charset x;
/freebsd-11-stable/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c46 static int expected_different(int charset, int length) argument
50 x = ((fixed)(charset - 1) << FIXED_BITS) / charset;
53 z = (fixed)charset * (((fixed)1 << FIXED_BITS) - y);
/freebsd-11-stable/crypto/heimdal/
H A Dconfigure15223 typedef int charset[2];
15224 const charset cs;
25506 typedef int charset[2];
25507 const charset cs;

Completed in 613 milliseconds

123