/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | utf8 | 5 UTF8f 17 #if { VERSION == 5.19.1 } /* 5.19.1 does not have UTF8fARG, only broken UTF8f */ 18 #undef UTF8f 22 __UNDEFINED__ UTF8f SVf 547 #if defined(UTF8f) && defined(newSVpvf) 550 UTF8f(x) 779 is(Devel::PPPort::UTF8f(42), '[42]'); 780 is(Devel::PPPort::UTF8f('abc'), '[abc]'); 781 is(Devel::PPPort::UTF8f("\x{263a}"), "[\x{263a}]"); 785 is(Devel::PPPort::UTF8f($str), "[\x{A8}]"); [all …]
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5019001 | 18 UTF8f # E
|
/openbsd/gnu/usr.bin/perl/ |
H A D | regcomp_internal.h | 789 " in m/%" UTF8f MARKER2 "%" UTF8f "/" 906 Perl_croak(aTHX_ "%s in regex m/%" UTF8f "%s/", \ 910 Perl_croak(aTHX_ msg " in regex m/%" UTF8f "%s/", \ 914 Perl_croak(aTHX_ msg " in regex m/%" UTF8f "%s/", \
|
H A D | regcomp.c | 10173 "False [] range \"%" UTF8f "\"", in S_regclass() 10178 "False [] range \"%" UTF8f "\"", in S_regclass() 10346 "Invalid [] range \"%" UTF8f "\"", in S_regclass() 12458 Perl_croak(aTHX_ "%" UTF8f, in Perl_get_regclass_aux_data() 13811 Perl_croak(aTHX_ "%" UTF8f, UTF8fARG(utf8, len-1, buf)); in S_re_croak() 14233 Perl_sv_catpvf(aTHX_ msg, "%" UTF8f, in S_handle_user_defined_property() 14268 Perl_sv_catpvf(aTHX_ msg, "%" UTF8f, in S_handle_user_defined_property() 14296 Perl_sv_catpvf(aTHX_ msg, "%" UTF8f, in S_handle_user_defined_property() 14315 Perl_sv_catpvf(aTHX_ msg, "%" UTF8f, in S_handle_user_defined_property() 14496 Perl_sv_catpvf(aTHX_ fq_name, "%" UTF8f, in S_get_fq_name() [all …]
|
H A D | gv.c | 1379 "::%" UTF8f "() is no longer allowed", in Perl_gv_autoload_pvn() 1986 "Variable \"%c%" UTF8f "\" is not imported", in S_find_default_stash() 1993 "\t(Did you mean &%" UTF8f " instead?)\n", in S_find_default_stash() 2010 "Global symbol \"%s%" UTF8f in S_find_default_stash() 2012 "declare \"my %s%" UTF8f "\"?)", in S_find_default_stash() 2683 "Had to create %" UTF8f " unexpectedly", in Perl_gv_fetchpvn_flags() 2867 return gv_fetchpv(Perl_form(aTHX_ "%" UTF8f "::_GEN_%ld", in Perl_newGVgen_flags()
|
H A D | toke.c | 711 " (Do you need to predeclare \"%" UTF8f "\"?)", in S_no_op() 724 " (Missing operator before \"%" UTF8f "\"?)", in S_no_op() 777 Perl_croak(aTHX_ "Can't find string terminator %c%" UTF8f "%c" in S_missingterm() 5467 "You need to quote \"%" UTF8f "\"", in yyl_dollar() 7728 Perl_croak(aTHX_ "Bad name after %" UTF8f "%s", in yyl_just_a_word() 7746 "Bareword \"%" UTF8f in yyl_just_a_word() 8481 "Precedence problem: open %" UTF8f " should be open(%" UTF8f ")", in yyl_word_or_keyword() 8925 Perl_croak(aTHX_ "CORE::%" UTF8f " is not a keyword", in yyl_key_core() 10117 "Possible unintended interpolation of %" UTF8f in S_pending_ident() 10393 "\t(Did you mean \"%" UTF8f "\" instead?)\n", in S_parse_ident() [all …]
|
H A D | sv.c | 12900 assert((UTF8f)[0] == 'd'); 12901 assert((UTF8f)[1] == '%'); 12905 && patend >= fmtstart + sizeof(UTF8f) - 1 /* long enough */ 12907 && strnEQ(q + 1, (UTF8f) + 2, sizeof(UTF8f) - 5) 12908 && q[sizeof(UTF8f)-3] == 'p' 12909 && (q[sizeof(UTF8f)-4] == '4' || 12910 q[sizeof(UTF8f)-4] == '9')) 12914 if (q[sizeof(UTF8f)-4] == '9') 12925 q += sizeof(UTF8f) - 2;
|
H A D | perl.h | 4188 #ifndef UTF8f 4189 # define UTF8f "d%" UVuf "%4p" macro 4196 #define PNf UTF8f
|
H A D | pad.c | 1217 "%s \"%" UTF8f "\" will not stay shared", in S_pad_findlex()
|
H A D | op.c | 4009 … "Attribute prototype(%" UTF8f ") discards earlier prototype attribute in same sub", in S_move_proto_attr() 4056 "Prototype '%" UTF8f "' overridden by attribute 'prototype(%" UTF8f ")'" in S_move_proto_attr() 10034 Perl_sv_catpvf(aTHX_ msg, " (%" UTF8f ")", in Perl_cv_ckproto_len_flags() 10041 Perl_sv_catpvf(aTHX_ msg, "(%" UTF8f ")", UTF8fARG(flags & SVf_UTF8,len,p)); in Perl_cv_ckproto_len_flags()
|
H A D | regcomp_study.c | 2567 "in regex m/%" UTF8f "/", in Perl_study_chunk()
|
H A D | dump.c | 2931 Perl_sv_catpvf(aTHX_ out, "[%" UTF8f, in S_append_padvar()
|
H A D | pp_ctl.c | 3552 DIE(aTHX_ "Can't find label %" UTF8f, in PP()
|
H A D | pp.c | 419 DIE(aTHX_ "Can't find an opnumber for \"%" UTF8f "\"", in PP()
|
/openbsd/gnu/usr.bin/perl/t/porting/ |
H A D | diag.t | 221 UTF8f=> 's',
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5003007 | 871 UTF8f # T
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ppport.h | 17372 #undef UTF8f 17376 #ifndef UTF8f 17377 # define UTF8f SVf macro
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/ |
H A D | Changes | 90 * Implement UTF8f format and its UTF8fARG macro (Pali)
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | apidoc.fnc | 1090 Amnhd||UTF8f
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlguts.pod | 3189 C<0x7F> (and therefore 8bit), you should instead use the C<UTF8f> format. 3201 Perl_croak(aTHX_ "The message is: %" UTF8f "\n", 3216 =for apidoc Amnh||UTF8f 3220 Same as C<UTF8f> but the output is quoted, escaped and length limited.
|
H A D | perl5320delta.pod | 793 Updated documentation for C<UTF8f>
|