/openbsd-src/gnu/usr.bin/perl/ |
H A D | pp_pack.c | 128 #define PUSH16(utf8, cur, p, needs_swap) \ argument 130 #define PUSH32(utf8, cur, p, needs_swap) \ argument 147 #define SHIFT_BYTES(utf8, s, strend, buf, len, datumtype, needs_swap) \ argument 161 #define SHIFT16(utf8, s, strend, p, datumtype, needs_swap) \ argument 164 #define SHIFT32(utf8, s, strend, p, datumtype, needs_swap) \ argument 167 SHIFT_VAR(utf8,s,strend,var,datumtype,needs_swap) global() argument 170 PUSH_VAR(utf8,aptr,var,needs_swap) global() argument 272 SHIFT_BYTE(utf8,s,strend,datumtype) global() argument 348 PUSH_BYTES(utf8,cur,buf,len,needs_swap) global() argument 368 GROWING2(utf8,cat,start,cur,item_size,item_count) global() argument 375 GROWING(utf8,cat,start,cur,in_len) global() argument 388 PUSH_GROWING_BYTES(utf8,cat,start,cur,buf,in_len) global() argument 402 PUSH_BYTE(utf8,s,byte) global() argument 873 bool utf8 = (symptr->flags & FLAG_PARSE_UTF8) ? 1 : 0; S_unpack_rec() local 2112 bool utf8 = (symptr->flags & FLAG_PARSE_UTF8) ? 1 : 0; S_pack_rec() local [all...] |
H A D | peep.c | 97 bool utf8; /* whether the format is utf8 */ member 119 bool utf8; in S_sprintf_is_multiconcatable() local 262 bool utf8 = FALSE; in S_maybe_multiconcat() local [all...] |
H A D | pp_hot.c | 582 U32 utf8; PP() local 1045 U32 utf8 = 0; PP() local [all...] |
H A D | dump.c | 91 #define generic_pv_escape(sv,s,len,utf8) pv_escape( (sv), (s), (len), \ argument
|
H A D | doio.c | 2190 bool utf8 = TRUE; Perl_do_print() local [all...] |
H A D | op.c | 7731 const bool utf8 = cBOOL(flags & SVf_UTF8); Perl_newPVOP() local 8488 const U32 utf8 = flags & SVf_UTF8; Perl_newSTATEOP() local 13119 int utf8; Perl_ck_method() local [all...] |
H A D | regcomp_internal.h | 130 I32 utf8; /* whether the pattern is utf8 or not */ member
|
H A D | mg.c | 2562 const char *utf8; Perl_magic_setsubstr() local
|
H A D | locale.c | 5839 Perl_mem_collxfrm_(pTHX_ const char * input_string,STRLEN len,STRLEN * xlen,bool utf8) Perl_mem_collxfrm_() argument [all...] |
H A D | pp_ctl.c | 4835 bool utf8 = cBOOL(SvUTF8(sv)); S_require_file() local
|
H A D | regcomp.c | 13684 S_re_croak(pTHX_ bool utf8,const char * pat,...) S_re_croak() argument [all...] |
/openbsd-src/usr.bin/snmp/ |
H A D | smi.c | 71 smi_debug_elements(struct ber_element *root, int utf8) in smi_debug_elements() 244 enum smi_output_string output_string, enum smi_oid_lookup lookup, int utf8) in smi_print_element() 648 size_t srclen, int utf8) in smi_displayhint_os()
|
H A D | snmpc.c | 109 int utf8 = 0; variable
|
/openbsd-src/gnu/usr.bin/perl/lib/ |
H A D | utf8.pm | 1 package utf8; package
|
/openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/ |
H A D | APItest.xs | 3659 U32 utf8; global() variable 6790 SV *utf8; global() variable 6810 SV *utf8; global() variable 6831 SV *utf8; global() variable 6875 SV *utf8; global() variable 6895 SV *utf8; global() variable 6916 SV *utf8; global() variable 6960 SV *utf8; global() variable 6980 SV *utf8; global() variable 7001 SV *utf8; global() variable 7038 SV *utf8; global() variable 7058 SV *utf8; global() variable 7079 SV *utf8; global() variable [all...] |
/openbsd-src/regress/usr.bin/ssh/unittests/utf8/ |
H A D | tests.c | 32 one(int utf8, const char *name, const char *mbs, int width, in one()
|
/openbsd-src/regress/usr.bin/mandoc/db/ |
H A D | Makefile | 9 ascii utf8 html markdown tman lint: target
|
/openbsd-src/gnu/usr.bin/perl/dist/threads-shared/ |
H A D | shared.xs | 1484 I32 utf8 = HeKUTF8(entry); variable 1511 I32 utf8 = HeKUTF8(entry); variable
|
/openbsd-src/gnu/usr.bin/perl/ext/B/ |
H A D | B.xs | 1240 U32 utf8 = 0; variable 1734 U32 utf8 = 0; variable
|
/openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
H A D | jcf-parse.c | 328 const unsigned char *utf8; local
|
H A D | gjavah.c | 1740 print_include (out, utf8, len) in print_include() argument
|
H A D | class.c | 1288 tree utf8 local
|
/openbsd-src/lib/libexpat/lib/ |
H A D | xmltok.c | 1314 char utf8[256][4]; member 1355 const char *utf8; in unknown_toUtf8() local
|
/openbsd-src/usr.bin/mandoc/ |
H A D | mandocdb.c | 1869 utf8(unsigned int cp, char out[5]) in utf8() function
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | PythonDataObjects.cpp | 66 auto utf8 = str.AsUTF8(); in As() local
|