| /src/external/gpl3/gdb/dist/gnulib/import/ |
| lc-charset-dispatch.c | 1 /* Dispatching based on the current locale's character encoding. 44 const char *encoding = locale_charset (); local 45 if (STREQ_OPT (encoding, "UTF-8", 'U', 'T', 'F', '-', '8', 0, 0, 0, 0)) 47 if (STREQ_OPT (encoding, "EUC-JP", 'E', 'U', 'C', '-', 'J', 'P', 0, 0, 0)) 49 if (STREQ_OPT (encoding, "EUC-KR", 'E', 'U', 'C', '-', 'K', 'R', 0, 0, 0) 50 || STREQ_OPT (encoding, "GB2312", 'G', 'B', '2', '3', '1', '2', 0, 0, 0) 51 || STREQ_OPT (encoding, "BIG5", 'B', 'I', 'G', '5', 0, 0, 0, 0, 0)) 53 if (STREQ_OPT (encoding, "EUC-TW", 'E', 'U', 'C', '-', 'T', 'W', 0, 0, 0)) 55 if (STREQ_OPT (encoding, "GB18030", 'G', 'B', '1', '8', '0', '3', '0', 0, 0)) 57 if (STREQ_OPT (encoding, "SJIS", 'S', 'J', 'I', 'S', 0, 0, 0, 0, 0) [all...] |
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| lc-charset-dispatch.c | 1 /* Dispatching based on the current locale's character encoding. 44 const char *encoding = locale_charset (); local 45 if (STREQ_OPT (encoding, "UTF-8", 'U', 'T', 'F', '-', '8', 0, 0, 0, 0)) 47 if (STREQ_OPT (encoding, "EUC-JP", 'E', 'U', 'C', '-', 'J', 'P', 0, 0, 0)) 49 if (STREQ_OPT (encoding, "EUC-KR", 'E', 'U', 'C', '-', 'K', 'R', 0, 0, 0) 50 || STREQ_OPT (encoding, "GB2312", 'G', 'B', '2', '3', '1', '2', 0, 0, 0) 51 || STREQ_OPT (encoding, "BIG5", 'B', 'I', 'G', '5', 0, 0, 0, 0, 0)) 53 if (STREQ_OPT (encoding, "EUC-TW", 'E', 'U', 'C', '-', 'T', 'W', 0, 0, 0)) 55 if (STREQ_OPT (encoding, "GB18030", 'G', 'B', '1', '8', '0', '3', '0', 0, 0)) 57 if (STREQ_OPT (encoding, "SJIS", 'S', 'J', 'I', 'S', 0, 0, 0, 0, 0) [all...] |
| /src/external/mit/libcbor/dist/docs/doxygen/search/ |
| files_4.js | 5 ['encoding_2ec',['encoding.c',['../encoding_8c.html',1,'']]], 6 ['encoding_2eh',['encoding.h',['../encoding_8h.html',1,'']]]
|
| all_5.js | 5 ['encoding_2ec',['encoding.c',['../encoding_8c.html',1,'']]], 6 ['encoding_2eh',['encoding.h',['../encoding_8h.html',1,'']]],
|
| /src/external/bsd/elftoolchain/dist/libelf/ |
| gelf_xlate.c | 42 elf32_xlatetof(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) 44 return _libelf_xlate(dst, src, encoding, ELFCLASS32, EM_NONE, 49 elf64_xlatetof(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) 51 return _libelf_xlate(dst, src, encoding, ELFCLASS64, EM_NONE, 56 elf32_xlatetom(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) 58 return _libelf_xlate(dst, src, encoding, ELFCLASS32, EM_NONE, 63 elf64_xlatetom(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) 65 return _libelf_xlate(dst, src, encoding, ELFCLASS64, EM_NONE, 71 unsigned int encoding) 74 return (_libelf_xlate(dst, src, encoding, e->e_class [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| linebreak.h | 28 /* These functions are locale dependent. The encoding argument identifies 29 the encoding (e.g. "ISO-8859-2" for Polish). */ 31 /* Return the encoding of the current locale. */ 35 extern int uc_width (unsigned int uc, const char *encoding); 39 extern int u8_width (const unsigned char *s, size_t n, const char *encoding); 40 extern int u16_width (const unsigned short *s, size_t n, const char *encoding); 41 extern int u32_width (const unsigned int *s, size_t n, const char *encoding); 64 const char *encoding, 67 const char *encoding, 70 const char *encoding, [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| linebreak.h | 28 /* These functions are locale dependent. The encoding argument identifies 29 the encoding (e.g. "ISO-8859-2" for Polish). */ 31 /* Return the encoding of the current locale. */ 35 extern int uc_width (unsigned int uc, const char *encoding); 39 extern int u8_width (const unsigned char *s, size_t n, const char *encoding); 40 extern int u16_width (const unsigned short *s, size_t n, const char *encoding); 41 extern int u32_width (const unsigned int *s, size_t n, const char *encoding); 64 const char *encoding, 67 const char *encoding, 70 const char *encoding, [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/xferquota/ |
| setup.py | 22 with open(f"ns1/{zn}.db", "w", encoding="utf-8") as f: 35 with open("ns1/zones.conf", "w", encoding="utf-8") as priconf, open( 36 "ns2/zones.conf", "w", encoding="utf-8"
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| unwind-pe.h | 65 /* Given an encoding, return the number of bytes the format occupies. 70 size_of_encoded_value (unsigned char encoding) __attribute__ ((unused)); 73 size_of_encoded_value (unsigned char encoding) 75 if (encoding == DW_EH_PE_omit) 78 switch (encoding & 0x07) 96 /* Given an encoding and an _Unwind_Context, return the base to which 97 the encoding is relative. This base may then be passed to 102 base_of_encoded_value (unsigned char encoding, struct _Unwind_Context *context) 104 if (encoding == DW_EH_PE_omit) 107 switch (encoding & 0x70 [all...] |
| unwind-dw2-fde.c | 138 ob->s.b.encoding = DW_EH_PE_omit; 189 ob->s.b.encoding = DW_EH_PE_omit; 323 base_from_object (unsigned char encoding, const struct object *ob) 325 if (encoding == DW_EH_PE_omit) 328 switch (encoding & 0x70) 344 /* Return the FDE pointer encoding from the CIE. */ 382 /* Personality encoding and pointer. */ 390 /* LSDA encoding. */ 437 base = base_from_object (ob->s.b.encoding, ob); 438 read_encoded_value_with_base (ob->s.b.encoding, base, x->pc_begin, &x_ptr) 498 int encoding = get_fde_encoding (x[index]); local 732 int encoding = DW_EH_PE_absptr; local 813 int encoding = ob->s.b.encoding; local 982 int encoding = ob->s.b.encoding; local 1078 int encoding = ob->s.b.encoding; local 1116 int encoding; local 1267 int encoding; local [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| unwind-pe.h | 65 /* Given an encoding, return the number of bytes the format occupies. 70 size_of_encoded_value (unsigned char encoding) __attribute__ ((unused)); 73 size_of_encoded_value (unsigned char encoding) 75 if (encoding == DW_EH_PE_omit) 78 switch (encoding & 0x07) 96 /* Given an encoding and an _Unwind_Context, return the base to which 97 the encoding is relative. This base may then be passed to 102 base_of_encoded_value (unsigned char encoding, struct _Unwind_Context *context) 104 if (encoding == DW_EH_PE_omit) 107 switch (encoding & 0x70 [all...] |
| /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/ |
| xml.h | 33 #include <libxml/encoding.h>
|
| /src/sys/dev/audio/ |
| audiovar.h | 280 if (fmt->encoding != AUDIO_ENCODING_SLINEAR_NE) 290 * Return true if fmt's encoding is one of LINEAR. 295 return (fmt->encoding == AUDIO_ENCODING_SLINEAR_LE) 296 || (fmt->encoding == AUDIO_ENCODING_SLINEAR_BE) 297 || (fmt->encoding == AUDIO_ENCODING_ULINEAR_LE) 298 || (fmt->encoding == AUDIO_ENCODING_ULINEAR_BE); 302 * Return true if fmt's encoding is one of SLINEAR. 307 return (fmt->encoding == AUDIO_ENCODING_SLINEAR_LE) 308 || (fmt->encoding == AUDIO_ENCODING_SLINEAR_BE); 322 if (fmt->encoding == AUDIO_ENCODING_SLINEAR_LE | [all...] |
| /src/usr.bin/audio/common/ |
| sun.c | 59 int encoding; member in struct:__anon8216 92 *encp = file2sw_encodings[i].encoding; 99 audio_encoding_to_sun(int encoding, int precision, int *sunep) 104 if (file2sw_encodings[i].encoding == encoding && 117 int sunenc, oencoding = ti->encoding; 119 /* only perform conversions if we don't specify the encoding */ 120 switch (ti->encoding) { 127 ti->encoding = AUDIO_ENCODING_SLINEAR_BE; 135 ti->encoding = AUDIO_ENCODING_SLINEAR_BE [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/unwind/ |
| pe.d | 23 // extern(C) interface for the GNU/GCC pointer encoding library. 58 // Given an encoding, return the number of bytes the format occupies. 61 uint size_of_encoded_value(ubyte encoding) 63 if (encoding == DW_EH_PE_omit) 66 final switch (encoding & 0x07) 80 // Given an encoding and an _Unwind_Context, return the base to which 81 // the encoding is relative. This base may then be passed to 84 _Unwind_Ptr base_of_encoded_value(ubyte encoding, _Unwind_Context* context) 86 if (encoding == DW_EH_PE_omit) 89 final switch (encoding & 0x70 [all...] |
| /src/external/apache2/llvm/dist/clang/tools/clang-format/ |
| clang-format-sublime.py | 31 encoding = self.view.encoding() 32 if encoding == 'Undefined': 33 encoding = 'utf-8' 49 output, error = p.communicate(buf.encode(encoding)) 54 output.decode(encoding))
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| c-lang.c | 71 *ENCODING to the name of the character set to use when converting 77 const char **encoding) 135 if (encoding) 136 *encoding = charset_for_string_type (result, gdbarch); 149 const char *encoding; local 151 classify_type (type, type->arch (), &encoding); 152 generic_emit_char (c, type, stream, quoter, encoding); 199 const char *encoding; local 218 encoding = (user_encoding && *user_encoding) ? user_encoding : type_encoding; 220 generic_printstr (stream, type, string, length, encoding, force_ellipses [all...] |
| /src/external/mpl/bind/dist/doc/arm/_ext/ |
| rndcconf.py | 32 with open("../misc/rndc.grammar", encoding="utf-8") as filein:
|
| /src/external/mpl/bind/dist/bin/tests/system/rpz/ |
| tests_sh_rpz_dnsrps.py | 75 with open("dnsrps.conf", "w", encoding="utf-8") as conf:
|
| /src/external/mpl/bind/dist/bin/tests/system/rpzrecurse/ |
| tests_sh_rpzrecurse_dnsrps.py | 34 with open("dnsrps.conf", "w", encoding="utf-8") as conf:
|
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-lazy-string.c | 32 /* Holds the encoding that will be applied to the string 33 when the string is printed by GDB. If the encoding is set 35 encoding when the sting is printed. */ 36 char *encoding; member in struct:lazy_string_object 72 /* An encoding can be set to NULL by the user, so check before 74 if (self_string->encoding) 75 result = PyUnicode_FromString (self_string->encoding); 162 xfree (self_string->encoding); 174 const char *encoding, struct type *type) 236 if (encoding == NULL || !strcmp (encoding, "") [all...] |
| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-lazy-string.c | 32 /* Holds the encoding that will be applied to the string 33 when the string is printed by GDB. If the encoding is set 35 encoding when the string is printed. */ 36 char *encoding; member in struct:lazy_string_object 72 /* An encoding can be set to NULL by the user, so check before 74 if (self_string->encoding) 75 result = PyUnicode_FromString (self_string->encoding); 162 xfree (self_string->encoding); 174 const char *encoding, struct type *type) 236 if (encoding == NULL || !strcmp (encoding, "") [all...] |
| /src/external/ibm-public/postfix/dist/src/global/ |
| abounce.c | 11 /* void abounce_flush(flags, queue, id, encoding, sendopts, sender, 16 /* const char *encoding; 24 /* void abounce_flush_verp(flags, queue, id, encoding, sendopts, sender, 29 /* const char *encoding; 38 /* void adefer_flush(flags, queue, id, encoding, sendopts, sender, 43 /* const char *encoding; 51 /* void adefer_flush_verp(flags, queue, id, encoding, sendopts, sender, 56 /* const char *encoding; 65 /* void adefer_warn(flags, queue, id, encoding, sendopts, sender, 70 /* const char *encoding; [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/guile/ |
| scm-lazy-string.c | 39 /* Holds the encoding that will be applied to the string when the string 40 is printed by GDB. If the encoding is set to NULL then GDB will select 41 the most appropriate encoding when the sting is printed. 44 char *encoding; member in struct:lazy_string_smob 77 xfree (v_smob->encoding); 93 if (ls_smob->encoding != NULL) 94 gdbscm_printf (port, " encoding %s", ls_smob->encoding); 111 const char *encoding, struct type *type) 123 if (encoding == NULL || strcmp (encoding, "") == 0 [all...] |
| /src/external/gpl3/gdb/dist/gdb/guile/ |
| scm-lazy-string.c | 39 /* Holds the encoding that will be applied to the string when the string 40 is printed by GDB. If the encoding is set to NULL then GDB will select 41 the most appropriate encoding when the string is printed. 44 char *encoding; member in struct:lazy_string_smob 77 xfree (v_smob->encoding); 93 if (ls_smob->encoding != NULL) 94 gdbscm_printf (port, " encoding %s", ls_smob->encoding); 111 const char *encoding, struct type *type) 123 if (encoding == NULL || strcmp (encoding, "") == 0 [all...] |