Home
last modified time | relevance | path

Searched refs:UTF8f (Results 1 – 21 of 21) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
Dutf85 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)
560 x = sv_2mortal(newSVpvf("[%" UTF8f "]", UTF8fARG(u, len, ptr)));
779 is(Devel::PPPort::UTF8f(42), '[42]');
780 is(Devel::PPPort::UTF8f('abc'), '[abc]');
781 is(Devel::PPPort::UTF8f("\x{263a}"), "[\x{263a}]");
[all …]
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D501900118 UTF8f # E
/openbsd/src/gnu/usr.bin/perl/
Dregcomp_internal.h789 " 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/", \
Dregcomp.c2795 vFAIL2utf8f("Sequence (%" UTF8f "...) not recognized", in S_parse_lparen_question_flags()
3377 vFAIL2utf8f( "'(*%" UTF8f "' requires a terminating ':'", in S_reg()
3385 vFAIL2utf8f( "Unknown verb pattern '%" UTF8f "'", in S_reg()
3389 vFAIL2utf8f( "Unknown '(*...)' construct '%" UTF8f "'", in S_reg()
3780 "Sequence (%" UTF8f "...) not recognized", in S_reg()
4841 "%" UTF8f " matches null string many times", in S_regpiece()
5809 "'%" UTF8f "' is an unknown bound type", in S_regatom()
8414 vFAIL3utf8f("POSIX class [:%s%" UTF8f ":] unknown", in S_handle_possible_posix()
9911 vFAIL2utf8f("%" UTF8f, UTF8fARG(SvUTF8(msg), in S_regclass()
10173 "False [] range \"%" UTF8f "\"", in S_regclass()
[all …]
Dgv.c1379 "::%" 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()
Dtoke.c711 " (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()
2093 "Warning: Use of \"%" UTF8f "\" without parentheses is ambiguous", in S_check_uni()
5439 "Multidimensional syntax %" UTF8f " not supported", in yyl_dollar()
5467 "You need to quote \"%" UTF8f "\"", in yyl_dollar()
7086 …Perl_croak(aTHX_ "Unrecognized character %s; marked by <-- HERE after %" UTF8f "<-- HERE near col… in yyl_croak_unrecognised()
7605 "Operator or semicolon missing before %c%" UTF8f, in yyl_safe_bareword()
7728 Perl_croak(aTHX_ "Bad name after %" UTF8f "%s", in yyl_just_a_word()
7746 "Bareword \"%" UTF8f in yyl_just_a_word()
[all …]
Dsv.c12900 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;
Dperl.h4188 #ifndef UTF8f
4189 # define UTF8f "d%" UVuf "%4p" macro
4196 #define PNf UTF8f
Dpad.c1217 "%s \"%" UTF8f "\" will not stay shared", in S_pad_findlex()
Dop.c4009 … "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()
Dregcomp_study.c2567 "in regex m/%" UTF8f "/", in Perl_study_chunk()
Ddump.c2931 Perl_sv_catpvf(aTHX_ out, "[%" UTF8f, in S_append_padvar()
Dpp_ctl.c3552 DIE(aTHX_ "Can't find label %" UTF8f, in PP()
Dpp.c419 DIE(aTHX_ "Can't find an opnumber for \"%" UTF8f "\"", in PP()
/openbsd/src/gnu/usr.bin/perl/t/porting/
Ddiag.t221 UTF8f=> 's',
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D5003007871 UTF8f # T
/openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/
Dppport.h17372 #undef UTF8f
17376 #ifndef UTF8f
17377 # define UTF8f SVf macro
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/
DChanges90 * Implement UTF8f format and its UTF8fARG macro (Pali)
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dapidoc.fnc1090 Amnhd||UTF8f
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlguts.pod3189 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.
Dperl5320delta.pod793 Updated documentation for C<UTF8f>