: but has also Perl_ implementation (which is exported)
: U suppress usage example in autogenerated documentation
: a allocates memory a la malloc/calloc
+: R Return value must not be ignored. All "a" functions
+: get this automatically.
: P pure function: no effects except the return value;
: return value depends only on parms and/or globals
:
-: Pointer parameters that must not be passed NULLs should be preceded by NN.
+: Pointer parameters that must not be passed NULLs should be prefixed with NN.
:
: Individual flags may be separated by whitespace.
:
p |I32 |do_semop |SV** mark|SV** sp
p |I32 |do_shmio |I32 optype|SV** mark|SV** sp
#endif
-Ap |void |do_join |SV* sv|SV* del|SV** mark|SV** sp
+Ap |void |do_join |NN SV* sv|NN SV* del|NN SV** mark|NN SV** sp
p |OP* |do_kv
Ap |bool |do_open |GV* gv|char* name|I32 len|int as_raw \
|int rawmode|int rawperm|PerlIO* supplied_fp
Ap |void |op_dump |const OP* arg
Ap |void |pmop_dump |PMOP* pm
Ap |void |dump_packsubs |const HV* stash
-Ap |void |dump_sub |const GV* gv
+Ap |void |dump_sub |NN const GV* gv
Apd |void |fbm_compile |SV* sv|U32 flags
Apd |char* |fbm_instr |unsigned char* big|unsigned char* bigend \
|SV* littlesv|U32 flags
ApP |I32 |ibcmp |NN const char* a|NN const char* b|I32 len
ApP |I32 |ibcmp_locale |NN const char* a|NN const char* b|I32 len
Apd |I32 |ibcmp_utf8 |NN const char* a|char **pe1|UV l1|bool u1|NN const char* b|char **pe2|UV l2|bool u2
-p |bool |ingroup |Gid_t testgid|Uid_t effective
+pR |bool |ingroup |Gid_t testgid|Uid_t effective
p |void |init_argv_symbols|int argc|NN char **argv
p |void |init_debugger
Ap |void |init_stacks
ApP |char* |instr |NN const char* big|NN const char* little
p |bool |io_close |IO* io|bool not_implicit
p |OP* |invert |OP* cmd
-dp |bool |is_gv_magical |const char *name|STRLEN len|U32 flags
-Ap |I32 |is_lvalue_sub
-Ap |U32 |to_uni_upper_lc|U32 c
-Ap |U32 |to_uni_title_lc|U32 c
-Ap |U32 |to_uni_lower_lc|U32 c
-Ap |bool |is_uni_alnum |UV c
-Ap |bool |is_uni_alnumc |UV c
-Ap |bool |is_uni_idfirst |UV c
-Ap |bool |is_uni_alpha |UV c
-Ap |bool |is_uni_ascii |UV c
-Ap |bool |is_uni_space |UV c
-Ap |bool |is_uni_cntrl |UV c
-Ap |bool |is_uni_graph |UV c
-Ap |bool |is_uni_digit |UV c
-Ap |bool |is_uni_upper |UV c
-Ap |bool |is_uni_lower |UV c
-Ap |bool |is_uni_print |UV c
-Ap |bool |is_uni_punct |UV c
-Ap |bool |is_uni_xdigit |UV c
+dpR |bool |is_gv_magical |const char *name|STRLEN len|U32 flags
+ApR |I32 |is_lvalue_sub
+ApPR |U32 |to_uni_upper_lc|U32 c
+ApPR |U32 |to_uni_title_lc|U32 c
+ApPR |U32 |to_uni_lower_lc|U32 c
+ApPR |bool |is_uni_alnum |UV c
+ApPR |bool |is_uni_alnumc |UV c
+ApPR |bool |is_uni_idfirst |UV c
+ApPR |bool |is_uni_alpha |UV c
+ApPR |bool |is_uni_ascii |UV c
+ApPR |bool |is_uni_space |UV c
+ApPR |bool |is_uni_cntrl |UV c
+ApPR |bool |is_uni_graph |UV c
+ApPR |bool |is_uni_digit |UV c
+ApPR |bool |is_uni_upper |UV c
+ApPR |bool |is_uni_lower |UV c
+ApPR |bool |is_uni_print |UV c
+ApPR |bool |is_uni_punct |UV c
+ApPR |bool |is_uni_xdigit |UV c
Ap |UV |to_uni_upper |UV c|NN U8 *p|NN STRLEN *lenp
Ap |UV |to_uni_title |UV c|NN U8 *p|NN STRLEN *lenp
Ap |UV |to_uni_lower |UV c|NN U8 *p|NN STRLEN *lenp
Ap |UV |to_uni_fold |UV c|NN U8 *p|NN STRLEN *lenp
-Ap |bool |is_uni_alnum_lc|UV c
-Ap |bool |is_uni_alnumc_lc|UV c
-Ap |bool |is_uni_idfirst_lc|UV c
-Ap |bool |is_uni_alpha_lc|UV c
-Ap |bool |is_uni_ascii_lc|UV c
-Ap |bool |is_uni_space_lc|UV c
-Ap |bool |is_uni_cntrl_lc|UV c
-Ap |bool |is_uni_graph_lc|UV c
-Ap |bool |is_uni_digit_lc|UV c
-Ap |bool |is_uni_upper_lc|UV c
-Ap |bool |is_uni_lower_lc|UV c
-Ap |bool |is_uni_print_lc|UV c
-Ap |bool |is_uni_punct_lc|UV c
-Ap |bool |is_uni_xdigit_lc|UV c
+ApPR |bool |is_uni_alnum_lc|UV c
+ApPR |bool |is_uni_alnumc_lc|UV c
+ApPR |bool |is_uni_idfirst_lc|UV c
+ApPR |bool |is_uni_alpha_lc|UV c
+ApPR |bool |is_uni_ascii_lc|UV c
+ApPR |bool |is_uni_space_lc|UV c
+ApPR |bool |is_uni_cntrl_lc|UV c
+ApPR |bool |is_uni_graph_lc|UV c
+ApPR |bool |is_uni_digit_lc|UV c
+ApPR |bool |is_uni_upper_lc|UV c
+ApPR |bool |is_uni_lower_lc|UV c
+ApPR |bool |is_uni_print_lc|UV c
+ApPR |bool |is_uni_punct_lc|UV c
+ApPR |bool |is_uni_xdigit_lc|UV c
Apd |STRLEN |is_utf8_char |NN const U8 *p
Apd |bool |is_utf8_string |NN const U8 *s|STRLEN len
Apd |bool |is_utf8_string_loc|NN const U8 *s|STRLEN len|NN const U8 **p
Ap |bool |is_utf8_xdigit |NN const U8 *p
Ap |bool |is_utf8_mark |NN const U8 *p
p |OP* |jmaybe |NN OP* arg
-p |I32 |keyword |NN const char* d|I32 len
+pP |I32 |keyword |NN const char* d|I32 len
Ap |void |leave_scope |I32 base
p |void |lex_end
p |void |lex_start |SV* line
Apd |void |load_module|U32 flags|SV* name|SV* ver|...
Ap |void |vload_module|U32 flags|SV* name|SV* ver|va_list* args
p |OP* |localize |OP* arg|I32 lexical
-Apd |I32 |looks_like_number|SV* sv
-Apd |UV |grok_bin |const char* start|STRLEN* len|I32* flags|NV *result
-Apd |UV |grok_hex |const char* start|STRLEN* len|I32* flags|NV *result
-Apd |int |grok_number |const char *pv|STRLEN len|UV *valuep
+ApdR |I32 |looks_like_number|NN SV* sv
+Apd |UV |grok_bin |NN const char* start|NN STRLEN* len|NN I32* flags|NV *result
+Apd |UV |grok_hex |NN const char* start|NN STRLEN* len|NN I32* flags|NV *result
+Apd |int |grok_number |NN const char *pv|STRLEN len|UV *valuep
Apd |bool |grok_numeric_radix|const char **sp|const char *send
Apd |UV |grok_oct |const char* start|STRLEN* len|I32* flags|NV *result
p |int |magic_clearenv |SV* sv|MAGIC* mg
Ap |I32 |my_stat
Ap |char * |my_strftime |const char *fmt|int sec|int min|int hour|int mday|int mon|int year|int wday|int yday|int isdst
#if defined(MYSWAP)
-ApP |short |my_swap |short s
-ApP |long |my_htonl |long l
-ApP |long |my_ntohl |long l
+ApPa |short |my_swap |short s
+ApPa |long |my_htonl |long l
+ApPa |long |my_ntohl |long l
#endif
p |void |my_unexec
-Ap |OP* |newANONLIST |OP* o
-Ap |OP* |newANONHASH |OP* o
+Apa |OP* |newANONLIST |OP* o
+Apa |OP* |newANONHASH |OP* o
Ap |OP* |newANONSUB |I32 floor|OP* proto|OP* block
-Ap |OP* |newASSIGNOP |I32 flags|OP* left|I32 optype|OP* right
-Ap |OP* |newCONDOP |I32 flags|OP* expr|OP* trueop|OP* falseop
+Apa |OP* |newASSIGNOP |I32 flags|OP* left|I32 optype|OP* right
+Apa |OP* |newCONDOP |I32 flags|OP* expr|OP* trueop|OP* falseop
Apd |CV* |newCONSTSUB |HV* stash|const char* name|SV* sv
Ap |void |newFORM |I32 floor|OP* o|OP* block
-Ap |OP* |newFOROP |I32 flags|char* label|line_t forline \
+Apa |OP* |newFOROP |I32 flags|char* label|line_t forline \
|OP* sclr|OP* expr|OP*block|OP*cont
-Ap |OP* |newLOGOP |I32 optype|I32 flags|OP* left|OP* right
-Ap |OP* |newLOOPEX |I32 type|OP* label
-Ap |OP* |newLOOPOP |I32 flags|I32 debuggable|OP* expr|OP* block
+Apa |OP* |newLOGOP |I32 optype|I32 flags|OP* left|OP* right
+Apa |OP* |newLOOPEX |I32 type|OP* label
+Apa |OP* |newLOOPOP |I32 flags|I32 debuggable|OP* expr|OP* block
Apa |OP* |newNULLLIST
-Ap |OP* |newOP |I32 optype|I32 flags
-Ap |void |newPROG |OP* o
-Ap |OP* |newRANGE |I32 flags|OP* left|OP* right
-Ap |OP* |newSLICEOP |I32 flags|OP* subscript|OP* listop
-Ap |OP* |newSTATEOP |I32 flags|char* label|OP* o
+Apa |OP* |newOP |I32 optype|I32 flags
+Ap |void |newPROG |NN OP* o
+Apa |OP* |newRANGE |I32 flags|OP* left|OP* right
+Apa |OP* |newSLICEOP |I32 flags|OP* subscript|OP* listop
+Apa |OP* |newSTATEOP |I32 flags|char* label|OP* o
Ap |CV* |newSUB |I32 floor|OP* o|OP* proto|OP* block
Apd |CV* |newXS |NN const char* name|XSUBADDR_t f|NN const char* filename
-Apd |AV* |newAV
-Ap |OP* |newAVREF |NN OP* o
-Ap |OP* |newBINOP |I32 type|I32 flags|OP* first|OP* last
-Ap |OP* |newCVREF |I32 flags|OP* o
-Ap |OP* |newGVOP |I32 type|I32 flags|GV* gv
-Ap |GV* |newGVgen |const char* pack
-Ap |OP* |newGVREF |I32 type|OP* o
-Ap |OP* |newHVREF |NN OP* o
-Apd |HV* |newHV
-Ap |HV* |newHVhv |HV* hv
-Ap |IO* |newIO
-Ap |OP* |newLISTOP |I32 type|I32 flags|OP* first|OP* last
-Ap |OP* |newPADOP |I32 type|I32 flags|SV* sv
-Ap |OP* |newPMOP |I32 type|I32 flags
-Ap |OP* |newPVOP |I32 type|I32 flags|char* pv
-Ap |SV* |newRV |SV* pref
-Apd |SV* |newRV_noinc |NN SV *sv
-Apd |SV* |newSV |STRLEN len
-Ap |OP* |newSVREF |NN OP* o
-Ap |OP* |newSVOP |I32 type|I32 flags|NN SV* sv
-Apd |SV* |newSViv |IV i
-Apd |SV* |newSVuv |UV u
-Apd |SV* |newSVnv |NV n
-Apd |SV* |newSVpv |const char* s|STRLEN len
-Apd |SV* |newSVpvn |const char* s|STRLEN len
-Apd |SV* |newSVpvn_share |const char* s|I32 len|U32 hash
-Afpd |SV* |newSVpvf |const char* pat|...
+Apda |AV* |newAV
+Apa |OP* |newAVREF |NN OP* o
+Apa |OP* |newBINOP |I32 type|I32 flags|OP* first|OP* last
+Apa |OP* |newCVREF |I32 flags|OP* o
+Apa |OP* |newGVOP |I32 type|I32 flags|GV* gv
+Apa |GV* |newGVgen |const char* pack
+Apa |OP* |newGVREF |I32 type|OP* o
+Apa |OP* |newHVREF |NN OP* o
+Apda |HV* |newHV
+Apa |HV* |newHVhv |HV* hv
+Apa |IO* |newIO
+Apa |OP* |newLISTOP |I32 type|I32 flags|OP* first|OP* last
+Apa |OP* |newPADOP |I32 type|I32 flags|SV* sv
+Apa |OP* |newPMOP |I32 type|I32 flags
+Apa |OP* |newPVOP |I32 type|I32 flags|char* pv
+Apa |SV* |newRV |SV* pref
+Apda |SV* |newRV_noinc |NN SV *sv
+Apda |SV* |newSV |STRLEN len
+Apa |OP* |newSVREF |NN OP* o
+Apa |OP* |newSVOP |I32 type|I32 flags|NN SV* sv
+Apda |SV* |newSViv |IV i
+Apda |SV* |newSVuv |UV u
+Apda |SV* |newSVnv |NV n
+Apda |SV* |newSVpv |const char* s|STRLEN len
+Apda |SV* |newSVpvn |const char* s|STRLEN len
+Apda |SV* |newSVpvn_share |const char* s|I32 len|U32 hash
+Afpda |SV* |newSVpvf |const char* pat|...
Ap |SV* |vnewSVpvf |const char* pat|va_list* args
-Apd |SV* |newSVrv |SV* rv|const char* classname
-Apd |SV* |newSVsv |SV* old
-Ap |OP* |newUNOP |I32 type|I32 flags|OP* first
-Ap |OP* |newWHILEOP |I32 flags|I32 debuggable|LOOP* loop \
+Apda |SV* |newSVrv |SV* rv|const char* classname
+Apda |SV* |newSVsv |SV* old
+Apa |OP* |newUNOP |I32 type|I32 flags|OP* first
+Apa |OP* |newWHILEOP |I32 flags|I32 debuggable|LOOP* loop \
|I32 whileline|OP* expr|OP* block|OP* cont \
|I32 has_my
-Ap |PERL_SI*|new_stackinfo|I32 stitems|I32 cxitems
+Apa |PERL_SI*|new_stackinfo|I32 stitems|I32 cxitems
Ap |char* |scan_vstring |NN const char *vstr|NN SV *sv
Apd |char* |scan_version |NN const char *vstr|NN SV *sv|bool qv
Apd |SV* |new_version |SV *ver
Ap |I32 |start_subparse |I32 is_format|U32 flags
p |void |sub_crush_depth|CV* cv
Apd |bool |sv_2bool |NN SV* sv
-Apd |CV* |sv_2cv |SV* sv|HV** st|GV** gvp|I32 lref
-Apd |IO* |sv_2io |SV* sv
-Amb |IV |sv_2iv |SV* sv
-Apd |IV |sv_2iv_flags |SV* sv|I32 flags
-Apd |SV* |sv_2mortal |SV* sv
-Apd |NV |sv_2nv |SV* sv
-Amb |char* |sv_2pv |SV* sv|NN STRLEN* lp
-Apd |char* |sv_2pv_flags |SV* sv|NN STRLEN* lp|I32 flags
-Apd |char* |sv_2pvutf8 |SV* sv|NN STRLEN* lp
-Apd |char* |sv_2pvbyte |SV* sv|NN STRLEN* lp
+Apd |CV* |sv_2cv |NN SV* sv|HV** st|GV** gvp|I32 lref
+Apd |IO* |sv_2io |NN SV* sv
+Amb |IV |sv_2iv |NN SV* sv
+Apd |IV |sv_2iv_flags |NN SV* sv|I32 flags
+Apd |SV* |sv_2mortal |NN SV* sv
+Apd |NV |sv_2nv |NN SV* sv
+Amb |char* |sv_2pv |NN SV* sv|NN STRLEN* lp
+Apd |char* |sv_2pv_flags |NN SV* sv|NN STRLEN* lp|I32 flags
+Apd |char* |sv_2pvutf8 |NN SV* sv|NN STRLEN* lp
+Apd |char* |sv_2pvbyte |NN SV* sv|NN STRLEN* lp
Ap |char* |sv_pvn_nomg |NN SV* sv|NN STRLEN* lp
Amb |UV |sv_2uv |NN SV* sv
Apd |UV |sv_2uv_flags |NN SV* sv|I32 flags
Apd |char* |sv_pvn |NN SV *sv|NN STRLEN *len
Apd |char* |sv_pvutf8n |NN SV *sv|NN STRLEN *len
Apd |char* |sv_pvbyten |NN SV *sv|NN STRLEN *len
-Apd |I32 |sv_true |SV *sv
-pd |void |sv_add_arena |char* ptr|U32 size|U32 flags
-Apd |int |sv_backoff |SV* sv
-Apd |SV* |sv_bless |SV* sv|HV* stash
-Afpd |void |sv_catpvf |SV* sv|const char* pat|...
-Apd |void |sv_vcatpvf |SV* sv|const char* pat|va_list* args
-Apd |void |sv_catpv |SV* sv|const char* ptr
-Amdb |void |sv_catpvn |SV* sv|const char* ptr|STRLEN len
-Amdb |void |sv_catsv |SV* dsv|SV* ssv
-Apd |void |sv_chop |SV* sv|char* ptr
+Apd |I32 |sv_true |NN SV *sv
+pd |void |sv_add_arena |NN char* ptr|U32 size|U32 flags
+Apd |int |sv_backoff |NN SV* sv
+Apd |SV* |sv_bless |NN SV* sv|NN HV* stash
+Afpd |void |sv_catpvf |NN SV* sv|const char* pat|...
+Apd |void |sv_vcatpvf |NN SV* sv|const char* pat|va_list* args
+Apd |void |sv_catpv |NN SV* sv|const char* ptr
+Amdb |void |sv_catpvn |NN SV* sv|const char* ptr|STRLEN len
+Amdb |void |sv_catsv |NN SV* dsv|SV* ssv
+Apd |void |sv_chop |NN SV* sv|const char* ptr
pd |I32 |sv_clean_all
pd |void |sv_clean_objs
-Apd |void |sv_clear |SV* sv
-Apd |I32 |sv_cmp |SV* sv1|SV* sv2
-Apd |I32 |sv_cmp_locale |SV* sv1|SV* sv2
+Apd |void |sv_clear |NN SV* sv
+Apd |I32 |sv_cmp |NN SV* sv1|NN SV* sv2
+Apd |I32 |sv_cmp_locale |NN SV* sv1|NN SV* sv2
#if defined(USE_LOCALE_COLLATE)
-Apd |char* |sv_collxfrm |SV* sv|STRLEN* nxp
+Apd |char* |sv_collxfrm |NN SV* sv|STRLEN* nxp
#endif
Ap |OP* |sv_compile_2op |NN SV* sv|NN OP** startp|NN const char* code|NN PAD** padp
Apd |int |getcwd_sv |NN SV* sv
-Apd |void |sv_dec |SV* sv
-Ap |void |sv_dump |SV* sv
+Apd |void |sv_dec |NN SV* sv
+Ap |void |sv_dump |NN SV* sv
Apd |bool |sv_derived_from|NN SV* sv|NN const char* name
Apd |I32 |sv_eq |NN SV* sv1|NN SV* sv2
Apd |void |sv_free |SV* sv
pd |void |sv_free_arenas
Apd |char* |sv_gets |NN SV* sv|NN PerlIO* fp|I32 append
Apd |char* |sv_grow |NN SV* sv|STRLEN newlen
-Apd |void |sv_inc |SV* sv
+Apd |void |sv_inc |NN SV* sv
Apd |void |sv_insert |NN SV* bigsv|STRLEN offset|STRLEN len \
|NN const char* little|STRLEN littlelen
-Apd |int |sv_isa |SV* sv|const char* name
-Apd |int |sv_isobject |SV* sv
-Apd |STRLEN |sv_len |SV* sv
-Apd |STRLEN |sv_len_utf8 |SV* sv
-Apd |void |sv_magic |SV* sv|SV* obj|int how|const char* name \
+Apd |int |sv_isa |NN SV* sv|const char* name
+Apd |int |sv_isobject |NN SV* sv
+Apd |STRLEN |sv_len |NN SV* sv
+Apd |STRLEN |sv_len_utf8 |NN SV* sv
+Apd |void |sv_magic |NN SV* sv|SV* obj|int how|const char* name \
|I32 namlen
-Apd |MAGIC *|sv_magicext |SV* sv|SV* obj|int how|const MGVTBL *vtbl \
+Apd |MAGIC *|sv_magicext |NN SV* sv|SV* obj|int how|const MGVTBL *vtbl \
|const char* name|I32 namlen
Apd |SV* |sv_mortalcopy |NN SV* oldsv
-Apd |SV* |sv_newmortal
+ApdR |SV* |sv_newmortal
Apd |SV* |sv_newref |SV* sv
Ap |char* |sv_peek |SV* sv
Apd |void |sv_pos_u2b |SV* sv|I32* offsetp|I32* lenp
Amdb |void |sv_setsv |SV* dsv|SV* ssv
Apd |void |sv_taint |SV* sv
Apd |bool |sv_tainted |SV* sv
-Apd |int |sv_unmagic |SV* sv|int type
-Apd |void |sv_unref |SV* sv
-Apd |void |sv_unref_flags |SV* sv|U32 flags
-Apd |void |sv_untaint |SV* sv
-Apd |bool |sv_upgrade |SV* sv|U32 mt
-Apd |void |sv_usepvn |SV* sv|char* ptr|STRLEN len
-Apd |void |sv_vcatpvfn |SV* sv|const char* pat|STRLEN patlen \
+Apd |int |sv_unmagic |NN SV* sv|int type
+Apd |void |sv_unref |NN SV* sv
+Apd |void |sv_unref_flags |NN SV* sv|U32 flags
+Apd |void |sv_untaint |NN SV* sv
+Apd |bool |sv_upgrade |NN SV* sv|U32 mt
+Apd |void |sv_usepvn |NN SV* sv|char* ptr|STRLEN len
+Apd |void |sv_vcatpvfn |NN SV* sv|NN const char* pat|STRLEN patlen \
|va_list* args|SV** svargs|I32 svmax \
|bool *maybe_tainted
-Apd |void |sv_vsetpvfn |SV* sv|const char* pat|STRLEN patlen \
+Apd |void |sv_vsetpvfn |NN SV* sv|NN const char* pat|STRLEN patlen \
|va_list* args|SV** svargs|I32 svmax \
|bool *maybe_tainted
Ap |NV |str_to_version |SV *sv
Ap |UV |swash_fetch |SV *sv|const U8 *ptr|bool do_utf8
Ap |void |taint_env
Ap |void |taint_proper |const char* f|const char* s
-Apd |UV |to_utf8_case |const U8 *p|U8* ustrp|STRLEN *lenp|SV **swash|const char *normal|const char *special
-Apd |UV |to_utf8_lower |const U8 *p|U8* ustrp|STRLEN *lenp
-Apd |UV |to_utf8_upper |const U8 *p|U8* ustrp|STRLEN *lenp
-Apd |UV |to_utf8_title |const U8 *p|U8* ustrp|STRLEN *lenp
-Apd |UV |to_utf8_fold |const U8 *p|U8* ustrp|STRLEN *lenp
+Apd |UV |to_utf8_case |NN const U8 *p|NN U8* ustrp|STRLEN *lenp|SV **swash|const char *normal|const char *special
+Apd |UV |to_utf8_lower |NN const U8 *p|NN U8* ustrp|STRLEN *lenp
+Apd |UV |to_utf8_upper |NN const U8 *p|NN U8* ustrp|STRLEN *lenp
+Apd |UV |to_utf8_title |NN const U8 *p|NN U8* ustrp|STRLEN *lenp
+Apd |UV |to_utf8_fold |NN const U8 *p|NN U8* ustrp|STRLEN *lenp
#if defined(UNLINK_ALL_VERSIONS)
Ap |I32 |unlnk |char* f
#endif
END_EXTERN_C
#if defined(PERL_IN_DOOP_C) || defined(PERL_DECL_PROT)
-s |I32 |do_trans_simple |SV *sv
-s |I32 |do_trans_count |SV *sv
-s |I32 |do_trans_complex |SV *sv
-s |I32 |do_trans_simple_utf8 |SV *sv
-s |I32 |do_trans_count_utf8 |SV *sv
-s |I32 |do_trans_complex_utf8 |SV *sv
+s |I32 |do_trans_simple |NN SV *sv
+s |I32 |do_trans_count |NN SV *sv
+s |I32 |do_trans_complex |NN SV *sv
+s |I32 |do_trans_simple_utf8 |NN SV *sv
+s |I32 |do_trans_count_utf8 |NN SV *sv
+s |I32 |do_trans_complex_utf8 |NN SV *sv
#endif
#if defined(PERL_IN_GV_C) || defined(PERL_DECL_PROT)
|int allow_pack|int allow_tick
s |SV* |tokeq |SV *sv
s |int |pending_ident
-s |char* |scan_const |char *start
-s |char* |scan_formline |char *s
-s |char* |scan_heredoc |char *s
-s |char* |scan_ident |char *s|char *send|char *dest \
+s |char* |scan_const |NN char *start
+s |char* |scan_formline |NN char *s
+s |char* |scan_heredoc |NN char *s
+s |char* |scan_ident |NN char *s|NN const char *send|NN char *dest \
|STRLEN destlen|I32 ck_uni
s |char* |scan_inputsymbol|char *start
s |char* |scan_pat |char *start|I32 type
|int allow_package|STRLEN *slp
s |char* |skipspace |char *s
s |char* |swallow_bom |U8 *s
-s |void |checkcomma |char *s|char *name|const char *what
+s |void |checkcomma |NN char *s|NN const char *name|NN const char *what
s |void |force_ident |const char *s|int kind
s |void |incline |char *s
s |int |intuit_method |char *s|GV *gv
PERL_CALLCONV PerlInterpreter* perl_alloc(void);
PERL_CALLCONV void perl_construct(PerlInterpreter* interp)
__attribute__((nonnull(1)));
+
PERL_CALLCONV int perl_destruct(PerlInterpreter* interp)
__attribute__((nonnull(1)));
+
PERL_CALLCONV void perl_free(PerlInterpreter* interp)
__attribute__((nonnull(1)));
+
PERL_CALLCONV int perl_run(PerlInterpreter* interp)
__attribute__((nonnull(1)));
+
PERL_CALLCONV int perl_parse(PerlInterpreter* interp, XSINIT_t xsinit, int argc, char** argv, char** env);
PERL_CALLCONV bool Perl_doing_taint(int argc, char** argv, char** env);
#if defined(USE_ITHREADS)
#endif
PERL_CALLCONV Malloc_t Perl_malloc(MEM_SIZE nbytes)
- __attribute__((malloc)) __attribute__((warn_unused_result));
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
PERL_CALLCONV Malloc_t Perl_calloc(MEM_SIZE elements, MEM_SIZE size)
- __attribute__((malloc)) __attribute__((warn_unused_result));
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
PERL_CALLCONV Malloc_t Perl_realloc(Malloc_t where, MEM_SIZE nbytes)
- __attribute__((malloc)) __attribute__((warn_unused_result));
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
PERL_CALLCONV Free_t Perl_mfree(Malloc_t where);
#if defined(MYMALLOC)
PERL_CALLCONV MEM_SIZE Perl_malloced_size(void *p);
PERL_CALLCONV void Perl_call_list(pTHX_ I32 oldscope, AV* av_list);
PERL_CALLCONV bool Perl_cando(pTHX_ Mode_t mode, Uid_t effective, const Stat_t* statbufp)
__attribute__((nonnull(pTHX_3)));
+
PERL_CALLCONV U32 Perl_cast_ulong(pTHX_ NV f);
PERL_CALLCONV I32 Perl_cast_i32(pTHX_ NV f);
PERL_CALLCONV IV Perl_cast_iv(pTHX_ NV f);
PERL_CALLCONV I32 Perl_my_chsize(pTHX_ int fd, Off_t length);
#endif
PERL_CALLCONV OP* Perl_convert(pTHX_ I32 optype, I32 flags, OP* o);
-PERL_CALLCONV void Perl_croak(pTHX_ const char* pat, ...) __attribute__((noreturn))
+PERL_CALLCONV void Perl_croak(pTHX_ const char* pat, ...)
+ __attribute__((noreturn))
__attribute__format__(__printf__,pTHX_1,pTHX_2);
-PERL_CALLCONV void Perl_vcroak(pTHX_ const char* pat, va_list* args) __attribute__((noreturn));
+
+PERL_CALLCONV void Perl_vcroak(pTHX_ const char* pat, va_list* args)
+ __attribute__((noreturn));
+
#if defined(PERL_IMPLICIT_CONTEXT)
-PERL_CALLCONV void Perl_croak_nocontext(const char* pat, ...) __attribute__((noreturn))
+PERL_CALLCONV void Perl_croak_nocontext(const char* pat, ...)
+ __attribute__((noreturn))
__attribute__format__(__printf__,1,2);
+
PERL_CALLCONV OP* Perl_die_nocontext(const char* pat, ...)
__attribute__format__(__printf__,1,2);
+
PERL_CALLCONV void Perl_deb_nocontext(const char* pat, ...)
__attribute__format__(__printf__,1,2);
+
PERL_CALLCONV char* Perl_form_nocontext(const char* pat, ...)
__attribute__format__(__printf__,1,2);
+
PERL_CALLCONV void Perl_load_module_nocontext(U32 flags, SV* name, SV* ver, ...);
PERL_CALLCONV SV* Perl_mess_nocontext(const char* pat, ...)
__attribute__format__(__printf__,1,2);
+
PERL_CALLCONV void Perl_warn_nocontext(const char* pat, ...)
__attribute__format__(__printf__,1,2);
+
PERL_CALLCONV void Perl_warner_nocontext(U32 err, const char* pat, ...)
__attribute__format__(__printf__,2,3);
+
PERL_CALLCONV SV* Perl_newSVpvf_nocontext(const char* pat, ...)
__attribute__format__(__printf__,1,2);
+
PERL_CALLCONV void Perl_sv_catpvf_nocontext(SV* sv, const char* pat, ...)
__attribute__format__(__printf__,2,3);
+
PERL_CALLCONV void Perl_sv_setpvf_nocontext(SV* sv, const char* pat, ...)
__attribute__format__(__printf__,2,3);
+
PERL_CALLCONV void Perl_sv_catpvf_mg_nocontext(SV* sv, const char* pat, ...)
__attribute__format__(__printf__,2,3);
+
PERL_CALLCONV void Perl_sv_setpvf_mg_nocontext(SV* sv, const char* pat, ...)
__attribute__format__(__printf__,2,3);
+
PERL_CALLCONV int Perl_fprintf_nocontext(PerlIO* stream, const char* fmt, ...)
__attribute__format__(__printf__,2,3);
+
PERL_CALLCONV int Perl_printf_nocontext(const char* fmt, ...)
__attribute__format__(__printf__,1,2);
+
#endif
PERL_CALLCONV void Perl_cv_ckproto(pTHX_ const CV* cv, const GV* gv, const char* p);
PERL_CALLCONV CV* Perl_cv_clone(pTHX_ CV* proto)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV SV* Perl_cv_const_sv(pTHX_ CV* cv);
PERL_CALLCONV SV* Perl_op_const_sv(pTHX_ const OP* o, CV* cv);
PERL_CALLCONV void Perl_cv_undef(pTHX_ CV* cv);
PERL_CALLCONV I32 Perl_filter_read(pTHX_ int idx, SV* buffer, int maxlen);
PERL_CALLCONV char** Perl_get_op_descs(pTHX)
__attribute__((pure));
+
PERL_CALLCONV char** Perl_get_op_names(pTHX)
__attribute__((pure));
+
PERL_CALLCONV const char* Perl_get_no_modify(pTHX)
__attribute__((pure));
+
PERL_CALLCONV U32* Perl_get_opargs(pTHX)
__attribute__((pure));
+
PERL_CALLCONV PPADDR_t* Perl_get_ppaddr(pTHX)
__attribute__((pure));
+
PERL_CALLCONV I32 Perl_cxinc(pTHX);
PERL_CALLCONV void Perl_deb(pTHX_ const char* pat, ...)
__attribute__format__(__printf__,pTHX_1,pTHX_2);
+
PERL_CALLCONV void Perl_vdeb(pTHX_ const char* pat, va_list* args);
PERL_CALLCONV void Perl_debprofdump(pTHX);
PERL_CALLCONV I32 Perl_debop(pTHX_ const OP* o)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV I32 Perl_debstack(pTHX);
PERL_CALLCONV I32 Perl_debstackptrs(pTHX);
PERL_CALLCONV char* Perl_delimcpy(pTHX_ char* to, const char* toend, const char* from, const char* fromend, int delim, I32* retlen)
__attribute__((nonnull(pTHX_1,pTHX_2,pTHX_3,pTHX_4,pTHX_6)));
+
PERL_CALLCONV void Perl_deprecate(pTHX_ const char* s)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV void Perl_deprecate_old(pTHX_ const char* s)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV OP* Perl_die(pTHX_ const char* pat, ...)
__attribute__format__(__printf__,pTHX_1,pTHX_2);
+
PERL_CALLCONV OP* Perl_vdie(pTHX_ const char* pat, va_list* args);
PERL_CALLCONV OP* Perl_die_where(pTHX_ const char* message, STRLEN msglen);
PERL_CALLCONV void Perl_dounwind(pTHX_ I32 cxix);
PERL_CALLCONV bool Perl_do_aexec5(pTHX_ SV* really, SV** mark, SV** sp, int fd, int flag);
PERL_CALLCONV int Perl_do_binmode(pTHX_ PerlIO *fp, int iotype, int mode)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV void Perl_do_chop(pTHX_ SV* asv, SV* sv)
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV bool Perl_do_close(pTHX_ GV* gv, bool not_implicit)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV bool Perl_do_eof(pTHX_ GV* gv)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV bool Perl_do_exec(pTHX_ char* cmd)
__attribute__((nonnull(pTHX_1)));
+
#if defined(WIN32) || defined(SYMBIAN)
PERL_CALLCONV int Perl_do_aspawn(pTHX_ SV* really, SV** mark, SV** sp);
PERL_CALLCONV int Perl_do_spawn(pTHX_ char* cmd);
PERL_CALLCONV I32 Perl_do_semop(pTHX_ SV** mark, SV** sp);
PERL_CALLCONV I32 Perl_do_shmio(pTHX_ I32 optype, SV** mark, SV** sp);
#endif
-PERL_CALLCONV void Perl_do_join(pTHX_ SV* sv, SV* del, SV** mark, SV** sp);
+PERL_CALLCONV void Perl_do_join(pTHX_ SV* sv, SV* del, SV** mark, SV** sp)
+ __attribute__((nonnull(pTHX_1,pTHX_2,pTHX_3,pTHX_4)));
+
PERL_CALLCONV OP* Perl_do_kv(pTHX);
PERL_CALLCONV bool Perl_do_open(pTHX_ GV* gv, char* name, I32 len, int as_raw, int rawmode, int rawperm, PerlIO* supplied_fp);
PERL_CALLCONV bool Perl_do_open9(pTHX_ GV *gv, char *name, I32 len, int as_raw, int rawmode, int rawperm, PerlIO *supplied_fp, SV *svs, I32 num);
PERL_CALLCONV I32 Perl_do_trans(pTHX_ SV* sv);
PERL_CALLCONV UV Perl_do_vecget(pTHX_ SV* sv, I32 offset, I32 size)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV void Perl_do_vecset(pTHX_ SV* sv)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV void Perl_do_vop(pTHX_ I32 optype, SV* sv, SV* left, SV* right);
PERL_CALLCONV OP* Perl_dofile(pTHX_ OP* term);
PERL_CALLCONV I32 Perl_dowantarray(pTHX);
PERL_CALLCONV void Perl_op_dump(pTHX_ const OP* arg);
PERL_CALLCONV void Perl_pmop_dump(pTHX_ PMOP* pm);
PERL_CALLCONV void Perl_dump_packsubs(pTHX_ const HV* stash);
-PERL_CALLCONV void Perl_dump_sub(pTHX_ const GV* gv);
+PERL_CALLCONV void Perl_dump_sub(pTHX_ const GV* gv)
+ __attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV void Perl_fbm_compile(pTHX_ SV* sv, U32 flags);
PERL_CALLCONV char* Perl_fbm_instr(pTHX_ unsigned char* big, unsigned char* bigend, SV* littlesv, U32 flags);
PERL_CALLCONV char* Perl_find_script(pTHX_ const char *scriptname, bool dosearch, const char **search_ext, I32 flags);
PERL_CALLCONV OP* Perl_force_list(pTHX_ OP* arg)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV OP* Perl_fold_constants(pTHX_ OP* arg)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV char* Perl_form(pTHX_ const char* pat, ...)
__attribute__format__(__printf__,pTHX_1,pTHX_2);
+
PERL_CALLCONV char* Perl_vform(pTHX_ const char* pat, va_list* args);
PERL_CALLCONV void Perl_free_tmps(pTHX);
PERL_CALLCONV OP* Perl_gen_constant_list(pTHX_ OP* o);
PERL_CALLCONV I32 Perl_ibcmp(pTHX_ const char* a, const char* b, I32 len)
__attribute__((pure))
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV I32 Perl_ibcmp_locale(pTHX_ const char* a, const char* b, I32 len)
__attribute__((pure))
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV I32 Perl_ibcmp_utf8(pTHX_ const char* a, char **pe1, UV l1, bool u1, const char* b, char **pe2, UV l2, bool u2)
__attribute__((nonnull(pTHX_1,pTHX_5)));
-PERL_CALLCONV bool Perl_ingroup(pTHX_ Gid_t testgid, Uid_t effective);
+
+PERL_CALLCONV bool Perl_ingroup(pTHX_ Gid_t testgid, Uid_t effective)
+ __attribute__((warn_unused_result));
+
PERL_CALLCONV void Perl_init_argv_symbols(pTHX_ int argc, char **argv)
__attribute__((nonnull(pTHX_2)));
+
PERL_CALLCONV void Perl_init_debugger(pTHX);
PERL_CALLCONV void Perl_init_stacks(pTHX);
PERL_CALLCONV void Perl_init_tm(pTHX_ struct tm *ptm);
PERL_CALLCONV char* Perl_instr(pTHX_ const char* big, const char* little)
__attribute__((pure))
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV bool Perl_io_close(pTHX_ IO* io, bool not_implicit);
PERL_CALLCONV OP* Perl_invert(pTHX_ OP* cmd);
-PERL_CALLCONV bool Perl_is_gv_magical(pTHX_ const char *name, STRLEN len, U32 flags);
-PERL_CALLCONV I32 Perl_is_lvalue_sub(pTHX);
-PERL_CALLCONV U32 Perl_to_uni_upper_lc(pTHX_ U32 c);
-PERL_CALLCONV U32 Perl_to_uni_title_lc(pTHX_ U32 c);
-PERL_CALLCONV U32 Perl_to_uni_lower_lc(pTHX_ U32 c);
-PERL_CALLCONV bool Perl_is_uni_alnum(pTHX_ UV c);
-PERL_CALLCONV bool Perl_is_uni_alnumc(pTHX_ UV c);
-PERL_CALLCONV bool Perl_is_uni_idfirst(pTHX_ UV c);
-PERL_CALLCONV bool Perl_is_uni_alpha(pTHX_ UV c);
-PERL_CALLCONV bool Perl_is_uni_ascii(pTHX_ UV c);
-PERL_CALLCONV bool Perl_is_uni_space(pTHX_ UV c);
-PERL_CALLCONV bool Perl_is_uni_cntrl(pTHX_ UV c);
-PERL_CALLCONV bool Perl_is_uni_graph(pTHX_ UV c);
-PERL_CALLCONV bool Perl_is_uni_digit(pTHX_ UV c);
-PERL_CALLCONV bool Perl_is_uni_upper(pTHX_ UV c);
-PERL_CALLCONV bool Perl_is_uni_lower(pTHX_ UV c);
-PERL_CALLCONV bool Perl_is_uni_print(pTHX_ UV c);
-PERL_CALLCONV bool Perl_is_uni_punct(pTHX_ UV c);
-PERL_CALLCONV bool Perl_is_uni_xdigit(pTHX_ UV c);
+PERL_CALLCONV bool Perl_is_gv_magical(pTHX_ const char *name, STRLEN len, U32 flags)
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV I32 Perl_is_lvalue_sub(pTHX)
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV U32 Perl_to_uni_upper_lc(pTHX_ U32 c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV U32 Perl_to_uni_title_lc(pTHX_ U32 c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV U32 Perl_to_uni_lower_lc(pTHX_ U32 c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV bool Perl_is_uni_alnum(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV bool Perl_is_uni_alnumc(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV bool Perl_is_uni_idfirst(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV bool Perl_is_uni_alpha(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV bool Perl_is_uni_ascii(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV bool Perl_is_uni_space(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV bool Perl_is_uni_cntrl(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV bool Perl_is_uni_graph(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV bool Perl_is_uni_digit(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV bool Perl_is_uni_upper(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV bool Perl_is_uni_lower(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV bool Perl_is_uni_print(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV bool Perl_is_uni_punct(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV bool Perl_is_uni_xdigit(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
PERL_CALLCONV UV Perl_to_uni_upper(pTHX_ UV c, U8 *p, STRLEN *lenp)
__attribute__((nonnull(pTHX_2,pTHX_3)));
+
PERL_CALLCONV UV Perl_to_uni_title(pTHX_ UV c, U8 *p, STRLEN *lenp)
__attribute__((nonnull(pTHX_2,pTHX_3)));
+
PERL_CALLCONV UV Perl_to_uni_lower(pTHX_ UV c, U8 *p, STRLEN *lenp)
__attribute__((nonnull(pTHX_2,pTHX_3)));
+
PERL_CALLCONV UV Perl_to_uni_fold(pTHX_ UV c, U8 *p, STRLEN *lenp)
__attribute__((nonnull(pTHX_2,pTHX_3)));
-PERL_CALLCONV bool Perl_is_uni_alnum_lc(pTHX_ UV c);
-PERL_CALLCONV bool Perl_is_uni_alnumc_lc(pTHX_ UV c);
-PERL_CALLCONV bool Perl_is_uni_idfirst_lc(pTHX_ UV c);
-PERL_CALLCONV bool Perl_is_uni_alpha_lc(pTHX_ UV c);
-PERL_CALLCONV bool Perl_is_uni_ascii_lc(pTHX_ UV c);
-PERL_CALLCONV bool Perl_is_uni_space_lc(pTHX_ UV c);
-PERL_CALLCONV bool Perl_is_uni_cntrl_lc(pTHX_ UV c);
-PERL_CALLCONV bool Perl_is_uni_graph_lc(pTHX_ UV c);
-PERL_CALLCONV bool Perl_is_uni_digit_lc(pTHX_ UV c);
-PERL_CALLCONV bool Perl_is_uni_upper_lc(pTHX_ UV c);
-PERL_CALLCONV bool Perl_is_uni_lower_lc(pTHX_ UV c);
-PERL_CALLCONV bool Perl_is_uni_print_lc(pTHX_ UV c);
-PERL_CALLCONV bool Perl_is_uni_punct_lc(pTHX_ UV c);
-PERL_CALLCONV bool Perl_is_uni_xdigit_lc(pTHX_ UV c);
+
+PERL_CALLCONV bool Perl_is_uni_alnum_lc(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV bool Perl_is_uni_alnumc_lc(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV bool Perl_is_uni_idfirst_lc(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV bool Perl_is_uni_alpha_lc(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV bool Perl_is_uni_ascii_lc(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV bool Perl_is_uni_space_lc(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV bool Perl_is_uni_cntrl_lc(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV bool Perl_is_uni_graph_lc(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV bool Perl_is_uni_digit_lc(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV bool Perl_is_uni_upper_lc(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV bool Perl_is_uni_lower_lc(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV bool Perl_is_uni_print_lc(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV bool Perl_is_uni_punct_lc(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
+PERL_CALLCONV bool Perl_is_uni_xdigit_lc(pTHX_ UV c)
+ __attribute__((warn_unused_result))
+ __attribute__((pure));
+
PERL_CALLCONV STRLEN Perl_is_utf8_char(pTHX_ const U8 *p)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV bool Perl_is_utf8_string(pTHX_ const U8 *s, STRLEN len)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV bool Perl_is_utf8_string_loc(pTHX_ const U8 *s, STRLEN len, const U8 **p)
__attribute__((nonnull(pTHX_1,pTHX_3)));
+
PERL_CALLCONV bool Perl_is_utf8_alnum(pTHX_ const U8 *p)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV bool Perl_is_utf8_alnumc(pTHX_ const U8 *p)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV bool Perl_is_utf8_idfirst(pTHX_ const U8 *p)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV bool Perl_is_utf8_idcont(pTHX_ const U8 *p)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV bool Perl_is_utf8_alpha(pTHX_ const U8 *p)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV bool Perl_is_utf8_ascii(pTHX_ const U8 *p)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV bool Perl_is_utf8_space(pTHX_ const U8 *p)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV bool Perl_is_utf8_cntrl(pTHX_ const U8 *p)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV bool Perl_is_utf8_digit(pTHX_ const U8 *p)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV bool Perl_is_utf8_graph(pTHX_ const U8 *p)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV bool Perl_is_utf8_upper(pTHX_ const U8 *p)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV bool Perl_is_utf8_lower(pTHX_ const U8 *p)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV bool Perl_is_utf8_print(pTHX_ const U8 *p)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV bool Perl_is_utf8_punct(pTHX_ const U8 *p)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV bool Perl_is_utf8_xdigit(pTHX_ const U8 *p)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV bool Perl_is_utf8_mark(pTHX_ const U8 *p)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV OP* Perl_jmaybe(pTHX_ OP* arg)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV I32 Perl_keyword(pTHX_ const char* d, I32 len)
+ __attribute__((pure))
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV void Perl_leave_scope(pTHX_ I32 base);
PERL_CALLCONV void Perl_lex_end(pTHX);
PERL_CALLCONV void Perl_lex_start(pTHX_ SV* line);
PERL_CALLCONV void Perl_load_module(pTHX_ U32 flags, SV* name, SV* ver, ...);
PERL_CALLCONV void Perl_vload_module(pTHX_ U32 flags, SV* name, SV* ver, va_list* args);
PERL_CALLCONV OP* Perl_localize(pTHX_ OP* arg, I32 lexical);
-PERL_CALLCONV I32 Perl_looks_like_number(pTHX_ SV* sv);
-PERL_CALLCONV UV Perl_grok_bin(pTHX_ const char* start, STRLEN* len, I32* flags, NV *result);
-PERL_CALLCONV UV Perl_grok_hex(pTHX_ const char* start, STRLEN* len, I32* flags, NV *result);
-PERL_CALLCONV int Perl_grok_number(pTHX_ const char *pv, STRLEN len, UV *valuep);
+PERL_CALLCONV I32 Perl_looks_like_number(pTHX_ SV* sv)
+ __attribute__((warn_unused_result))
+ __attribute__((nonnull(pTHX_1)));
+
+PERL_CALLCONV UV Perl_grok_bin(pTHX_ const char* start, STRLEN* len, I32* flags, NV *result)
+ __attribute__((nonnull(pTHX_1,pTHX_2,pTHX_3)));
+
+PERL_CALLCONV UV Perl_grok_hex(pTHX_ const char* start, STRLEN* len, I32* flags, NV *result)
+ __attribute__((nonnull(pTHX_1,pTHX_2,pTHX_3)));
+
+PERL_CALLCONV int Perl_grok_number(pTHX_ const char *pv, STRLEN len, UV *valuep)
+ __attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV bool Perl_grok_numeric_radix(pTHX_ const char **sp, const char *send);
PERL_CALLCONV UV Perl_grok_oct(pTHX_ const char* start, STRLEN* len, I32* flags, NV *result);
PERL_CALLCONV int Perl_magic_clearenv(pTHX_ SV* sv, MAGIC* mg);
PERL_CALLCONV int Perl_magic_nextpack(pTHX_ SV* sv, MAGIC* mg, SV* key);
PERL_CALLCONV U32 Perl_magic_regdata_cnt(pTHX_ SV* sv, MAGIC* mg);
PERL_CALLCONV int Perl_magic_regdatum_get(pTHX_ SV* sv, MAGIC* mg);
-PERL_CALLCONV int Perl_magic_regdatum_set(pTHX_ SV* sv, MAGIC* mg) __attribute__((noreturn));
+PERL_CALLCONV int Perl_magic_regdatum_set(pTHX_ SV* sv, MAGIC* mg)
+ __attribute__((noreturn));
+
PERL_CALLCONV int Perl_magic_set(pTHX_ SV* sv, MAGIC* mg);
PERL_CALLCONV int Perl_magic_setamagic(pTHX_ SV* sv, MAGIC* mg);
PERL_CALLCONV int Perl_magic_setarylen(pTHX_ SV* sv, MAGIC* mg);
#endif
PERL_CALLCONV SV* Perl_mess(pTHX_ const char* pat, ...)
__attribute__format__(__printf__,pTHX_1,pTHX_2);
+
PERL_CALLCONV SV* Perl_vmess(pTHX_ const char* pat, va_list* args);
PERL_CALLCONV void Perl_qerror(pTHX_ SV* err);
PERL_CALLCONV void Perl_sortsv(pTHX_ SV ** array, size_t num_elts, SVCOMPARE_t cmp);
PERL_CALLCONV char* Perl_moreswitches(pTHX_ char* s);
PERL_CALLCONV OP* Perl_my(pTHX_ OP* o)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV NV Perl_my_atof(pTHX_ const char *s)
__attribute__((nonnull(pTHX_1)));
+
#if (!defined(HAS_MEMCPY) && !defined(HAS_BCOPY)) || (!defined(HAS_MEMMOVE) && !defined(HAS_SAFE_MEMCPY) && !defined(HAS_SAFE_BCOPY))
PERL_CALLCONV char* Perl_my_bcopy(const char* from, char* to, I32 len)
__attribute__((nonnull(1,2)));
+
#endif
#if !defined(HAS_BZERO) && !defined(HAS_MEMSET)
PERL_CALLCONV char* Perl_my_bzero(char* loc, I32 len)
__attribute__((nonnull(1)));
+
#endif
-PERL_CALLCONV void Perl_my_exit(pTHX_ U32 status) __attribute__((noreturn));
-PERL_CALLCONV void Perl_my_failure_exit(pTHX) __attribute__((noreturn));
+PERL_CALLCONV void Perl_my_exit(pTHX_ U32 status)
+ __attribute__((noreturn));
+
+PERL_CALLCONV void Perl_my_failure_exit(pTHX)
+ __attribute__((noreturn));
+
PERL_CALLCONV I32 Perl_my_fflush_all(pTHX);
PERL_CALLCONV Pid_t Perl_my_fork(void);
PERL_CALLCONV void Perl_atfork_lock(void);
PERL_CALLCONV I32 Perl_my_memcmp(const char* s1, const char* s2, I32 len)
__attribute__((pure))
__attribute__((nonnull(1,2)));
+
#endif
#if !defined(HAS_MEMSET)
PERL_CALLCONV void* Perl_my_memset(char* loc, I32 ch, I32 len)
__attribute__((nonnull(1)));
+
#endif
PERL_CALLCONV I32 Perl_my_pclose(pTHX_ PerlIO* ptr);
PERL_CALLCONV PerlIO* Perl_my_popen(pTHX_ char* cmd, char* mode);
PERL_CALLCONV char * Perl_my_strftime(pTHX_ const char *fmt, int sec, int min, int hour, int mday, int mon, int year, int wday, int yday, int isdst);
#if defined(MYSWAP)
PERL_CALLCONV short Perl_my_swap(pTHX_ short s)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result))
__attribute__((pure));
+
PERL_CALLCONV long Perl_my_htonl(pTHX_ long l)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result))
__attribute__((pure));
+
PERL_CALLCONV long Perl_my_ntohl(pTHX_ long l)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result))
__attribute__((pure));
+
#endif
PERL_CALLCONV void Perl_my_unexec(pTHX);
-PERL_CALLCONV OP* Perl_newANONLIST(pTHX_ OP* o);
-PERL_CALLCONV OP* Perl_newANONHASH(pTHX_ OP* o);
+PERL_CALLCONV OP* Perl_newANONLIST(pTHX_ OP* o)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV OP* Perl_newANONHASH(pTHX_ OP* o)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
PERL_CALLCONV OP* Perl_newANONSUB(pTHX_ I32 floor, OP* proto, OP* block);
-PERL_CALLCONV OP* Perl_newASSIGNOP(pTHX_ I32 flags, OP* left, I32 optype, OP* right);
-PERL_CALLCONV OP* Perl_newCONDOP(pTHX_ I32 flags, OP* expr, OP* trueop, OP* falseop);
+PERL_CALLCONV OP* Perl_newASSIGNOP(pTHX_ I32 flags, OP* left, I32 optype, OP* right)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV OP* Perl_newCONDOP(pTHX_ I32 flags, OP* expr, OP* trueop, OP* falseop)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
PERL_CALLCONV CV* Perl_newCONSTSUB(pTHX_ HV* stash, const char* name, SV* sv);
PERL_CALLCONV void Perl_newFORM(pTHX_ I32 floor, OP* o, OP* block);
-PERL_CALLCONV OP* Perl_newFOROP(pTHX_ I32 flags, char* label, line_t forline, OP* sclr, OP* expr, OP*block, OP*cont);
-PERL_CALLCONV OP* Perl_newLOGOP(pTHX_ I32 optype, I32 flags, OP* left, OP* right);
-PERL_CALLCONV OP* Perl_newLOOPEX(pTHX_ I32 type, OP* label);
-PERL_CALLCONV OP* Perl_newLOOPOP(pTHX_ I32 flags, I32 debuggable, OP* expr, OP* block);
+PERL_CALLCONV OP* Perl_newFOROP(pTHX_ I32 flags, char* label, line_t forline, OP* sclr, OP* expr, OP*block, OP*cont)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV OP* Perl_newLOGOP(pTHX_ I32 optype, I32 flags, OP* left, OP* right)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV OP* Perl_newLOOPEX(pTHX_ I32 type, OP* label)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV OP* Perl_newLOOPOP(pTHX_ I32 flags, I32 debuggable, OP* expr, OP* block)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
PERL_CALLCONV OP* Perl_newNULLLIST(pTHX)
- __attribute__((malloc)) __attribute__((warn_unused_result));
-PERL_CALLCONV OP* Perl_newOP(pTHX_ I32 optype, I32 flags);
-PERL_CALLCONV void Perl_newPROG(pTHX_ OP* o);
-PERL_CALLCONV OP* Perl_newRANGE(pTHX_ I32 flags, OP* left, OP* right);
-PERL_CALLCONV OP* Perl_newSLICEOP(pTHX_ I32 flags, OP* subscript, OP* listop);
-PERL_CALLCONV OP* Perl_newSTATEOP(pTHX_ I32 flags, char* label, OP* o);
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV OP* Perl_newOP(pTHX_ I32 optype, I32 flags)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV void Perl_newPROG(pTHX_ OP* o)
+ __attribute__((nonnull(pTHX_1)));
+
+PERL_CALLCONV OP* Perl_newRANGE(pTHX_ I32 flags, OP* left, OP* right)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV OP* Perl_newSLICEOP(pTHX_ I32 flags, OP* subscript, OP* listop)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV OP* Perl_newSTATEOP(pTHX_ I32 flags, char* label, OP* o)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
PERL_CALLCONV CV* Perl_newSUB(pTHX_ I32 floor, OP* o, OP* proto, OP* block);
PERL_CALLCONV CV* Perl_newXS(pTHX_ const char* name, XSUBADDR_t f, const char* filename)
__attribute__((nonnull(pTHX_1,pTHX_3)));
-PERL_CALLCONV AV* Perl_newAV(pTHX);
+
+PERL_CALLCONV AV* Perl_newAV(pTHX)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
PERL_CALLCONV OP* Perl_newAVREF(pTHX_ OP* o)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result))
__attribute__((nonnull(pTHX_1)));
-PERL_CALLCONV OP* Perl_newBINOP(pTHX_ I32 type, I32 flags, OP* first, OP* last);
-PERL_CALLCONV OP* Perl_newCVREF(pTHX_ I32 flags, OP* o);
-PERL_CALLCONV OP* Perl_newGVOP(pTHX_ I32 type, I32 flags, GV* gv);
-PERL_CALLCONV GV* Perl_newGVgen(pTHX_ const char* pack);
-PERL_CALLCONV OP* Perl_newGVREF(pTHX_ I32 type, OP* o);
+
+PERL_CALLCONV OP* Perl_newBINOP(pTHX_ I32 type, I32 flags, OP* first, OP* last)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV OP* Perl_newCVREF(pTHX_ I32 flags, OP* o)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV OP* Perl_newGVOP(pTHX_ I32 type, I32 flags, GV* gv)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV GV* Perl_newGVgen(pTHX_ const char* pack)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV OP* Perl_newGVREF(pTHX_ I32 type, OP* o)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
PERL_CALLCONV OP* Perl_newHVREF(pTHX_ OP* o)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result))
__attribute__((nonnull(pTHX_1)));
-PERL_CALLCONV HV* Perl_newHV(pTHX);
-PERL_CALLCONV HV* Perl_newHVhv(pTHX_ HV* hv);
-PERL_CALLCONV IO* Perl_newIO(pTHX);
-PERL_CALLCONV OP* Perl_newLISTOP(pTHX_ I32 type, I32 flags, OP* first, OP* last);
-PERL_CALLCONV OP* Perl_newPADOP(pTHX_ I32 type, I32 flags, SV* sv);
-PERL_CALLCONV OP* Perl_newPMOP(pTHX_ I32 type, I32 flags);
-PERL_CALLCONV OP* Perl_newPVOP(pTHX_ I32 type, I32 flags, char* pv);
-PERL_CALLCONV SV* Perl_newRV(pTHX_ SV* pref);
+
+PERL_CALLCONV HV* Perl_newHV(pTHX)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV HV* Perl_newHVhv(pTHX_ HV* hv)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV IO* Perl_newIO(pTHX)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV OP* Perl_newLISTOP(pTHX_ I32 type, I32 flags, OP* first, OP* last)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV OP* Perl_newPADOP(pTHX_ I32 type, I32 flags, SV* sv)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV OP* Perl_newPMOP(pTHX_ I32 type, I32 flags)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV OP* Perl_newPVOP(pTHX_ I32 type, I32 flags, char* pv)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV SV* Perl_newRV(pTHX_ SV* pref)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
PERL_CALLCONV SV* Perl_newRV_noinc(pTHX_ SV *sv)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result))
__attribute__((nonnull(pTHX_1)));
-PERL_CALLCONV SV* Perl_newSV(pTHX_ STRLEN len);
+
+PERL_CALLCONV SV* Perl_newSV(pTHX_ STRLEN len)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
PERL_CALLCONV OP* Perl_newSVREF(pTHX_ OP* o)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result))
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV OP* Perl_newSVOP(pTHX_ I32 type, I32 flags, SV* sv)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result))
__attribute__((nonnull(pTHX_3)));
-PERL_CALLCONV SV* Perl_newSViv(pTHX_ IV i);
-PERL_CALLCONV SV* Perl_newSVuv(pTHX_ UV u);
-PERL_CALLCONV SV* Perl_newSVnv(pTHX_ NV n);
-PERL_CALLCONV SV* Perl_newSVpv(pTHX_ const char* s, STRLEN len);
-PERL_CALLCONV SV* Perl_newSVpvn(pTHX_ const char* s, STRLEN len);
-PERL_CALLCONV SV* Perl_newSVpvn_share(pTHX_ const char* s, I32 len, U32 hash);
+
+PERL_CALLCONV SV* Perl_newSViv(pTHX_ IV i)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV SV* Perl_newSVuv(pTHX_ UV u)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV SV* Perl_newSVnv(pTHX_ NV n)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV SV* Perl_newSVpv(pTHX_ const char* s, STRLEN len)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV SV* Perl_newSVpvn(pTHX_ const char* s, STRLEN len)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV SV* Perl_newSVpvn_share(pTHX_ const char* s, I32 len, U32 hash)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
PERL_CALLCONV SV* Perl_newSVpvf(pTHX_ const char* pat, ...)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result))
__attribute__format__(__printf__,pTHX_1,pTHX_2);
+
PERL_CALLCONV SV* Perl_vnewSVpvf(pTHX_ const char* pat, va_list* args);
-PERL_CALLCONV SV* Perl_newSVrv(pTHX_ SV* rv, const char* classname);
-PERL_CALLCONV SV* Perl_newSVsv(pTHX_ SV* old);
-PERL_CALLCONV OP* Perl_newUNOP(pTHX_ I32 type, I32 flags, OP* first);
-PERL_CALLCONV OP* Perl_newWHILEOP(pTHX_ I32 flags, I32 debuggable, LOOP* loop, I32 whileline, OP* expr, OP* block, OP* cont, I32 has_my);
-PERL_CALLCONV PERL_SI* Perl_new_stackinfo(pTHX_ I32 stitems, I32 cxitems);
+PERL_CALLCONV SV* Perl_newSVrv(pTHX_ SV* rv, const char* classname)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV SV* Perl_newSVsv(pTHX_ SV* old)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV OP* Perl_newUNOP(pTHX_ I32 type, I32 flags, OP* first)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV OP* Perl_newWHILEOP(pTHX_ I32 flags, I32 debuggable, LOOP* loop, I32 whileline, OP* expr, OP* block, OP* cont, I32 has_my)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
+PERL_CALLCONV PERL_SI* Perl_new_stackinfo(pTHX_ I32 stitems, I32 cxitems)
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
PERL_CALLCONV char* Perl_scan_vstring(pTHX_ const char *vstr, SV *sv)
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV char* Perl_scan_version(pTHX_ const char *vstr, SV *sv, bool qv)
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV SV* Perl_new_version(pTHX_ SV *ver);
PERL_CALLCONV SV* Perl_upg_version(pTHX_ SV *ver);
PERL_CALLCONV SV* Perl_vnumify(pTHX_ SV *vs);
PERL_CALLCONV SV* Perl_vstringify(pTHX_ SV *vs);
PERL_CALLCONV int Perl_vcmp(pTHX_ SV *lvs, SV *rvs)
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV PerlIO* Perl_nextargv(pTHX_ GV* gv);
PERL_CALLCONV char* Perl_ninstr(pTHX_ const char* big, const char* bigend, const char* little, const char* lend)
__attribute__((pure));
-PERL_CALLCONV OP* Perl_oopsCV(pTHX_ OP* o) __attribute__((noreturn));
+
+PERL_CALLCONV OP* Perl_oopsCV(pTHX_ OP* o)
+ __attribute__((noreturn));
+
PERL_CALLCONV void Perl_op_free(pTHX_ OP* arg);
PERL_CALLCONV void Perl_package(pTHX_ OP* o);
PERL_CALLCONV PADOFFSET Perl_pad_alloc(pTHX_ I32 optype, U32 tmptype);
PERL_CALLCONV PADOFFSET Perl_allocmy(pTHX_ char* name)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV PADOFFSET Perl_pad_findmy(pTHX_ const char* name)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV PADOFFSET Perl_find_rundefsvoffset(pTHX);
PERL_CALLCONV OP* Perl_oopsAV(pTHX_ OP* o)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV OP* Perl_oopsHV(pTHX_ OP* o)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV void Perl_pad_leavemy(pTHX);
PERL_CALLCONV SV* Perl_pad_sv(pTHX_ PADOFFSET po);
PERL_CALLCONV void Perl_pad_free(pTHX_ PADOFFSET po);
PERL_CALLCONV void Perl_call_atexit(pTHX_ ATEXIT_t fn, void *ptr);
PERL_CALLCONV I32 Perl_call_argv(pTHX_ const char* sub_name, I32 flags, char** argv)
__attribute__((nonnull(pTHX_1,pTHX_3)));
+
PERL_CALLCONV I32 Perl_call_method(pTHX_ const char* methname, I32 flags)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV I32 Perl_call_pv(pTHX_ const char* sub_name, I32 flags)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV I32 Perl_call_sv(pTHX_ SV* sv, I32 flags);
PERL_CALLCONV void Perl_despatch_signals(pTHX);
PERL_CALLCONV SV* Perl_eval_pv(pTHX_ const char* p, I32 croak_on_error)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV I32 Perl_eval_sv(pTHX_ SV* sv, I32 flags)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV SV* Perl_get_sv(pTHX_ const char* name, I32 create)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV AV* Perl_get_av(pTHX_ const char* name, I32 create)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV HV* Perl_get_hv(pTHX_ const char* name, I32 create);
PERL_CALLCONV CV* Perl_get_cv(pTHX_ const char* name, I32 create);
PERL_CALLCONV int Perl_init_i18nl10n(pTHX_ int printwarn);
PERL_CALLCONV int Perl_init_i18nl14n(pTHX_ int printwarn);
PERL_CALLCONV void Perl_new_collate(pTHX_ char* newcoll)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV void Perl_new_ctype(pTHX_ char* newctype)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV void Perl_new_numeric(pTHX_ char* newcoll)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV void Perl_set_numeric_local(pTHX);
PERL_CALLCONV void Perl_set_numeric_radix(pTHX);
PERL_CALLCONV void Perl_set_numeric_standard(pTHX);
PERL_CALLCONV void Perl_require_pv(pTHX_ const char* pv)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV void Perl_pack_cat(pTHX_ SV *cat, const char *pat, const char *patend, SV **beglist, SV **endlist, SV ***next_in_list, U32 flags);
PERL_CALLCONV void Perl_packlist(pTHX_ SV *cat, const char *pat, const char *patend, SV **beglist, SV **endlist);
PERL_CALLCONV void Perl_pidgone(pTHX_ Pid_t pid, int status);
PERL_CALLCONV void Perl_pmflag(pTHX_ U32* pmfl, int ch)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV OP* Perl_pmruntime(pTHX_ OP* pm, OP* expr, bool isreg)
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV OP* Perl_pmtrans(pTHX_ OP* o, OP* expr, OP* repl)
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV void Perl_pop_scope(pTHX);
PERL_CALLCONV OP* Perl_prepend_elem(pTHX_ I32 optype, OP* head, OP* tail);
PERL_CALLCONV void Perl_push_scope(pTHX);
PERL_CALLCONV OP* Perl_refkids(pTHX_ OP* o, I32 type);
PERL_CALLCONV void Perl_regdump(pTHX_ regexp* r)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV SV* Perl_regclass_swash(pTHX_ struct regnode *n, bool doinit, SV **listsvp, SV **altsvp);
PERL_CALLCONV I32 Perl_pregexec(pTHX_ regexp* prog, char* stringarg, char* strend, char* strbeg, I32 minend, SV* screamer, U32 nosave)
__attribute__((nonnull(pTHX_1,pTHX_2,pTHX_3,pTHX_4,pTHX_6)));
+
PERL_CALLCONV void Perl_pregfree(pTHX_ struct regexp* r);
PERL_CALLCONV regexp* Perl_pregcomp(pTHX_ char* exp, char* xend, PMOP* pm)
__attribute__((nonnull(pTHX_1,pTHX_2,pTHX_3)));
+
PERL_CALLCONV char* Perl_re_intuit_start(pTHX_ regexp* prog, SV* sv, char* strpos, char* strend, U32 flags, struct re_scream_pos_data_s *data);
PERL_CALLCONV SV* Perl_re_intuit_string(pTHX_ regexp* prog);
PERL_CALLCONV I32 Perl_regexec_flags(pTHX_ regexp* prog, char* stringarg, char* strend, char* strbeg, I32 minend, SV* screamer, void* data, U32 flags);
PERL_CALLCONV void Perl_regprop(pTHX_ SV* sv, regnode* o);
PERL_CALLCONV void Perl_repeatcpy(pTHX_ char* to, const char* from, I32 len, I32 count)
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV char* Perl_rninstr(pTHX_ const char* big, const char* bigend, const char* little, const char* lend)
__attribute__((pure));
+
PERL_CALLCONV Sighandler_t Perl_rsignal(pTHX_ int i, Sighandler_t t);
PERL_CALLCONV int Perl_rsignal_restore(pTHX_ int i, Sigsave_t* t);
PERL_CALLCONV int Perl_rsignal_save(pTHX_ int i, Sighandler_t t1, Sigsave_t* t2);
#if !defined(HAS_RENAME)
PERL_CALLCONV I32 Perl_same_dirent(pTHX_ const char* a, const char* b)
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
#endif
PERL_CALLCONV char* Perl_savepv(pTHX_ const char* pv);
PERL_CALLCONV char* Perl_savesharedpv(pTHX_ const char* pv);
PERL_CALLCONV void Perl_save_gp(pTHX_ GV* gv, I32 empty);
PERL_CALLCONV HV* Perl_save_hash(pTHX_ GV* gv);
PERL_CALLCONV void Perl_save_helem(pTHX_ HV* hv, SV *key, SV **sptr);
-PERL_CALLCONV void Perl_save_hints(pTHX) __attribute__((noreturn));
+PERL_CALLCONV void Perl_save_hints(pTHX)
+ __attribute__((noreturn));
+
PERL_CALLCONV void Perl_save_hptr(pTHX_ HV** hptr);
PERL_CALLCONV void Perl_save_I16(pTHX_ I16* intp);
PERL_CALLCONV void Perl_save_I32(pTHX_ I32* intp);
PERL_CALLCONV void Perl_save_padsv(pTHX_ PADOFFSET off);
PERL_CALLCONV void Perl_save_sptr(pTHX_ SV** sptr);
PERL_CALLCONV SV* Perl_save_svref(pTHX_ SV** sptr);
-PERL_CALLCONV SV** Perl_save_threadsv(pTHX_ PADOFFSET i) __attribute__((noreturn));
+PERL_CALLCONV SV** Perl_save_threadsv(pTHX_ PADOFFSET i)
+ __attribute__((noreturn));
+
PERL_CALLCONV OP* Perl_sawparens(pTHX_ OP* o);
PERL_CALLCONV OP* Perl_scalar(pTHX_ OP* o);
PERL_CALLCONV OP* Perl_scalarkids(pTHX_ OP* o);
PERL_CALLCONV Signal_t Perl_csighandler(int sig);
PERL_CALLCONV SV** Perl_stack_grow(pTHX_ SV** sp, SV**p, int n)
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV I32 Perl_start_subparse(pTHX_ I32 is_format, U32 flags);
PERL_CALLCONV void Perl_sub_crush_depth(pTHX_ CV* cv);
PERL_CALLCONV bool Perl_sv_2bool(pTHX_ SV* sv)
__attribute__((nonnull(pTHX_1)));
-PERL_CALLCONV CV* Perl_sv_2cv(pTHX_ SV* sv, HV** st, GV** gvp, I32 lref);
-PERL_CALLCONV IO* Perl_sv_2io(pTHX_ SV* sv);
-/* PERL_CALLCONV IV sv_2iv(pTHX_ SV* sv); */
-PERL_CALLCONV IV Perl_sv_2iv_flags(pTHX_ SV* sv, I32 flags);
-PERL_CALLCONV SV* Perl_sv_2mortal(pTHX_ SV* sv);
-PERL_CALLCONV NV Perl_sv_2nv(pTHX_ SV* sv);
+
+PERL_CALLCONV CV* Perl_sv_2cv(pTHX_ SV* sv, HV** st, GV** gvp, I32 lref)
+ __attribute__((nonnull(pTHX_1)));
+
+PERL_CALLCONV IO* Perl_sv_2io(pTHX_ SV* sv)
+ __attribute__((nonnull(pTHX_1)));
+
+/* PERL_CALLCONV IV sv_2iv(pTHX_ SV* sv)
+ __attribute__((nonnull(pTHX_1))); */
+
+PERL_CALLCONV IV Perl_sv_2iv_flags(pTHX_ SV* sv, I32 flags)
+ __attribute__((nonnull(pTHX_1)));
+
+PERL_CALLCONV SV* Perl_sv_2mortal(pTHX_ SV* sv)
+ __attribute__((nonnull(pTHX_1)));
+
+PERL_CALLCONV NV Perl_sv_2nv(pTHX_ SV* sv)
+ __attribute__((nonnull(pTHX_1)));
+
/* PERL_CALLCONV char* sv_2pv(pTHX_ SV* sv, STRLEN* lp)
- __attribute__((nonnull(pTHX_2))); */
+ __attribute__((nonnull(pTHX_1,pTHX_2))); */
+
PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV* sv, STRLEN* lp, I32 flags)
- __attribute__((nonnull(pTHX_2)));
+ __attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV char* Perl_sv_2pvutf8(pTHX_ SV* sv, STRLEN* lp)
- __attribute__((nonnull(pTHX_2)));
+ __attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV char* Perl_sv_2pvbyte(pTHX_ SV* sv, STRLEN* lp)
- __attribute__((nonnull(pTHX_2)));
+ __attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV char* Perl_sv_pvn_nomg(pTHX_ SV* sv, STRLEN* lp)
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
/* PERL_CALLCONV UV sv_2uv(pTHX_ SV* sv)
__attribute__((nonnull(pTHX_1))); */
+
PERL_CALLCONV UV Perl_sv_2uv_flags(pTHX_ SV* sv, I32 flags)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV IV Perl_sv_iv(pTHX_ SV* sv)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV UV Perl_sv_uv(pTHX_ SV* sv)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV NV Perl_sv_nv(pTHX_ SV* sv)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV char* Perl_sv_pvn(pTHX_ SV *sv, STRLEN *len)
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV char* Perl_sv_pvutf8n(pTHX_ SV *sv, STRLEN *len)
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV char* Perl_sv_pvbyten(pTHX_ SV *sv, STRLEN *len)
__attribute__((nonnull(pTHX_1,pTHX_2)));
-PERL_CALLCONV I32 Perl_sv_true(pTHX_ SV *sv);
-PERL_CALLCONV void Perl_sv_add_arena(pTHX_ char* ptr, U32 size, U32 flags);
-PERL_CALLCONV int Perl_sv_backoff(pTHX_ SV* sv);
-PERL_CALLCONV SV* Perl_sv_bless(pTHX_ SV* sv, HV* stash);
+
+PERL_CALLCONV I32 Perl_sv_true(pTHX_ SV *sv)
+ __attribute__((nonnull(pTHX_1)));
+
+PERL_CALLCONV void Perl_sv_add_arena(pTHX_ char* ptr, U32 size, U32 flags)
+ __attribute__((nonnull(pTHX_1)));
+
+PERL_CALLCONV int Perl_sv_backoff(pTHX_ SV* sv)
+ __attribute__((nonnull(pTHX_1)));
+
+PERL_CALLCONV SV* Perl_sv_bless(pTHX_ SV* sv, HV* stash)
+ __attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV void Perl_sv_catpvf(pTHX_ SV* sv, const char* pat, ...)
- __attribute__format__(__printf__,pTHX_2,pTHX_3);
-PERL_CALLCONV void Perl_sv_vcatpvf(pTHX_ SV* sv, const char* pat, va_list* args);
-PERL_CALLCONV void Perl_sv_catpv(pTHX_ SV* sv, const char* ptr);
-/* PERL_CALLCONV void sv_catpvn(pTHX_ SV* sv, const char* ptr, STRLEN len); */
-/* PERL_CALLCONV void sv_catsv(pTHX_ SV* dsv, SV* ssv); */
-PERL_CALLCONV void Perl_sv_chop(pTHX_ SV* sv, char* ptr);
+ __attribute__format__(__printf__,pTHX_2,pTHX_3)
+ __attribute__((nonnull(pTHX_1)));
+
+PERL_CALLCONV void Perl_sv_vcatpvf(pTHX_ SV* sv, const char* pat, va_list* args)
+ __attribute__((nonnull(pTHX_1)));
+
+PERL_CALLCONV void Perl_sv_catpv(pTHX_ SV* sv, const char* ptr)
+ __attribute__((nonnull(pTHX_1)));
+
+/* PERL_CALLCONV void sv_catpvn(pTHX_ SV* sv, const char* ptr, STRLEN len)
+ __attribute__((nonnull(pTHX_1))); */
+
+/* PERL_CALLCONV void sv_catsv(pTHX_ SV* dsv, SV* ssv)
+ __attribute__((nonnull(pTHX_1))); */
+
+PERL_CALLCONV void Perl_sv_chop(pTHX_ SV* sv, const char* ptr)
+ __attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV I32 Perl_sv_clean_all(pTHX);
PERL_CALLCONV void Perl_sv_clean_objs(pTHX);
-PERL_CALLCONV void Perl_sv_clear(pTHX_ SV* sv);
-PERL_CALLCONV I32 Perl_sv_cmp(pTHX_ SV* sv1, SV* sv2);
-PERL_CALLCONV I32 Perl_sv_cmp_locale(pTHX_ SV* sv1, SV* sv2);
+PERL_CALLCONV void Perl_sv_clear(pTHX_ SV* sv)
+ __attribute__((nonnull(pTHX_1)));
+
+PERL_CALLCONV I32 Perl_sv_cmp(pTHX_ SV* sv1, SV* sv2)
+ __attribute__((nonnull(pTHX_1,pTHX_2)));
+
+PERL_CALLCONV I32 Perl_sv_cmp_locale(pTHX_ SV* sv1, SV* sv2)
+ __attribute__((nonnull(pTHX_1,pTHX_2)));
+
#if defined(USE_LOCALE_COLLATE)
-PERL_CALLCONV char* Perl_sv_collxfrm(pTHX_ SV* sv, STRLEN* nxp);
+PERL_CALLCONV char* Perl_sv_collxfrm(pTHX_ SV* sv, STRLEN* nxp)
+ __attribute__((nonnull(pTHX_1)));
+
#endif
PERL_CALLCONV OP* Perl_sv_compile_2op(pTHX_ SV* sv, OP** startp, const char* code, PAD** padp)
__attribute__((nonnull(pTHX_1,pTHX_2,pTHX_3,pTHX_4)));
+
PERL_CALLCONV int Perl_getcwd_sv(pTHX_ SV* sv)
__attribute__((nonnull(pTHX_1)));
-PERL_CALLCONV void Perl_sv_dec(pTHX_ SV* sv);
-PERL_CALLCONV void Perl_sv_dump(pTHX_ SV* sv);
+
+PERL_CALLCONV void Perl_sv_dec(pTHX_ SV* sv)
+ __attribute__((nonnull(pTHX_1)));
+
+PERL_CALLCONV void Perl_sv_dump(pTHX_ SV* sv)
+ __attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV bool Perl_sv_derived_from(pTHX_ SV* sv, const char* name)
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV I32 Perl_sv_eq(pTHX_ SV* sv1, SV* sv2)
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV void Perl_sv_free(pTHX_ SV* sv);
PERL_CALLCONV void Perl_sv_free2(pTHX_ SV* sv)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV void Perl_sv_free_arenas(pTHX);
PERL_CALLCONV char* Perl_sv_gets(pTHX_ SV* sv, PerlIO* fp, I32 append)
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV char* Perl_sv_grow(pTHX_ SV* sv, STRLEN newlen)
__attribute__((nonnull(pTHX_1)));
-PERL_CALLCONV void Perl_sv_inc(pTHX_ SV* sv);
+
+PERL_CALLCONV void Perl_sv_inc(pTHX_ SV* sv)
+ __attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV void Perl_sv_insert(pTHX_ SV* bigsv, STRLEN offset, STRLEN len, const char* little, STRLEN littlelen)
__attribute__((nonnull(pTHX_1,pTHX_4)));
-PERL_CALLCONV int Perl_sv_isa(pTHX_ SV* sv, const char* name);
-PERL_CALLCONV int Perl_sv_isobject(pTHX_ SV* sv);
-PERL_CALLCONV STRLEN Perl_sv_len(pTHX_ SV* sv);
-PERL_CALLCONV STRLEN Perl_sv_len_utf8(pTHX_ SV* sv);
-PERL_CALLCONV void Perl_sv_magic(pTHX_ SV* sv, SV* obj, int how, const char* name, I32 namlen);
-PERL_CALLCONV MAGIC * Perl_sv_magicext(pTHX_ SV* sv, SV* obj, int how, const MGVTBL *vtbl, const char* name, I32 namlen);
+
+PERL_CALLCONV int Perl_sv_isa(pTHX_ SV* sv, const char* name)
+ __attribute__((nonnull(pTHX_1)));
+
+PERL_CALLCONV int Perl_sv_isobject(pTHX_ SV* sv)
+ __attribute__((nonnull(pTHX_1)));
+
+PERL_CALLCONV STRLEN Perl_sv_len(pTHX_ SV* sv)
+ __attribute__((nonnull(pTHX_1)));
+
+PERL_CALLCONV STRLEN Perl_sv_len_utf8(pTHX_ SV* sv)
+ __attribute__((nonnull(pTHX_1)));
+
+PERL_CALLCONV void Perl_sv_magic(pTHX_ SV* sv, SV* obj, int how, const char* name, I32 namlen)
+ __attribute__((nonnull(pTHX_1)));
+
+PERL_CALLCONV MAGIC * Perl_sv_magicext(pTHX_ SV* sv, SV* obj, int how, const MGVTBL *vtbl, const char* name, I32 namlen)
+ __attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV SV* Perl_sv_mortalcopy(pTHX_ SV* oldsv)
__attribute__((nonnull(pTHX_1)));
-PERL_CALLCONV SV* Perl_sv_newmortal(pTHX);
+
+PERL_CALLCONV SV* Perl_sv_newmortal(pTHX)
+ __attribute__((warn_unused_result));
+
PERL_CALLCONV SV* Perl_sv_newref(pTHX_ SV* sv);
PERL_CALLCONV char* Perl_sv_peek(pTHX_ SV* sv);
PERL_CALLCONV void Perl_sv_pos_u2b(pTHX_ SV* sv, I32* offsetp, I32* lenp);
PERL_CALLCONV void Perl_sv_reset(pTHX_ const char* s, HV* stash);
PERL_CALLCONV void Perl_sv_setpvf(pTHX_ SV* sv, const char* pat, ...)
__attribute__format__(__printf__,pTHX_2,pTHX_3);
+
PERL_CALLCONV void Perl_sv_vsetpvf(pTHX_ SV* sv, const char* pat, va_list* args);
PERL_CALLCONV void Perl_sv_setiv(pTHX_ SV* sv, IV num);
PERL_CALLCONV void Perl_sv_setpviv(pTHX_ SV* sv, IV num);
PERL_CALLCONV void Perl_sv_setpv(pTHX_ SV* sv, const char* ptr);
PERL_CALLCONV void Perl_sv_setpvn(pTHX_ SV* sv, const char* ptr, STRLEN len)
__attribute__((nonnull(pTHX_1)));
+
/* PERL_CALLCONV void sv_setsv(pTHX_ SV* dsv, SV* ssv); */
PERL_CALLCONV void Perl_sv_taint(pTHX_ SV* sv);
PERL_CALLCONV bool Perl_sv_tainted(pTHX_ SV* sv);
-PERL_CALLCONV int Perl_sv_unmagic(pTHX_ SV* sv, int type);
-PERL_CALLCONV void Perl_sv_unref(pTHX_ SV* sv);
-PERL_CALLCONV void Perl_sv_unref_flags(pTHX_ SV* sv, U32 flags);
-PERL_CALLCONV void Perl_sv_untaint(pTHX_ SV* sv);
-PERL_CALLCONV bool Perl_sv_upgrade(pTHX_ SV* sv, U32 mt);
-PERL_CALLCONV void Perl_sv_usepvn(pTHX_ SV* sv, char* ptr, STRLEN len);
-PERL_CALLCONV void Perl_sv_vcatpvfn(pTHX_ SV* sv, const char* pat, STRLEN patlen, va_list* args, SV** svargs, I32 svmax, bool *maybe_tainted);
-PERL_CALLCONV void Perl_sv_vsetpvfn(pTHX_ SV* sv, const char* pat, STRLEN patlen, va_list* args, SV** svargs, I32 svmax, bool *maybe_tainted);
+PERL_CALLCONV int Perl_sv_unmagic(pTHX_ SV* sv, int type)
+ __attribute__((nonnull(pTHX_1)));
+
+PERL_CALLCONV void Perl_sv_unref(pTHX_ SV* sv)
+ __attribute__((nonnull(pTHX_1)));
+
+PERL_CALLCONV void Perl_sv_unref_flags(pTHX_ SV* sv, U32 flags)
+ __attribute__((nonnull(pTHX_1)));
+
+PERL_CALLCONV void Perl_sv_untaint(pTHX_ SV* sv)
+ __attribute__((nonnull(pTHX_1)));
+
+PERL_CALLCONV bool Perl_sv_upgrade(pTHX_ SV* sv, U32 mt)
+ __attribute__((nonnull(pTHX_1)));
+
+PERL_CALLCONV void Perl_sv_usepvn(pTHX_ SV* sv, char* ptr, STRLEN len)
+ __attribute__((nonnull(pTHX_1)));
+
+PERL_CALLCONV void Perl_sv_vcatpvfn(pTHX_ SV* sv, const char* pat, STRLEN patlen, va_list* args, SV** svargs, I32 svmax, bool *maybe_tainted)
+ __attribute__((nonnull(pTHX_1,pTHX_2)));
+
+PERL_CALLCONV void Perl_sv_vsetpvfn(pTHX_ SV* sv, const char* pat, STRLEN patlen, va_list* args, SV** svargs, I32 svmax, bool *maybe_tainted)
+ __attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV NV Perl_str_to_version(pTHX_ SV *sv);
PERL_CALLCONV SV* Perl_swash_init(pTHX_ const char* pkg, const char* name, SV* listsv, I32 minbits, I32 none);
PERL_CALLCONV UV Perl_swash_fetch(pTHX_ SV *sv, const U8 *ptr, bool do_utf8);
PERL_CALLCONV void Perl_taint_env(pTHX);
PERL_CALLCONV void Perl_taint_proper(pTHX_ const char* f, const char* s);
-PERL_CALLCONV UV Perl_to_utf8_case(pTHX_ const U8 *p, U8* ustrp, STRLEN *lenp, SV **swash, const char *normal, const char *special);
-PERL_CALLCONV UV Perl_to_utf8_lower(pTHX_ const U8 *p, U8* ustrp, STRLEN *lenp);
-PERL_CALLCONV UV Perl_to_utf8_upper(pTHX_ const U8 *p, U8* ustrp, STRLEN *lenp);
-PERL_CALLCONV UV Perl_to_utf8_title(pTHX_ const U8 *p, U8* ustrp, STRLEN *lenp);
-PERL_CALLCONV UV Perl_to_utf8_fold(pTHX_ const U8 *p, U8* ustrp, STRLEN *lenp);
+PERL_CALLCONV UV Perl_to_utf8_case(pTHX_ const U8 *p, U8* ustrp, STRLEN *lenp, SV **swash, const char *normal, const char *special)
+ __attribute__((nonnull(pTHX_1,pTHX_2)));
+
+PERL_CALLCONV UV Perl_to_utf8_lower(pTHX_ const U8 *p, U8* ustrp, STRLEN *lenp)
+ __attribute__((nonnull(pTHX_1,pTHX_2)));
+
+PERL_CALLCONV UV Perl_to_utf8_upper(pTHX_ const U8 *p, U8* ustrp, STRLEN *lenp)
+ __attribute__((nonnull(pTHX_1,pTHX_2)));
+
+PERL_CALLCONV UV Perl_to_utf8_title(pTHX_ const U8 *p, U8* ustrp, STRLEN *lenp)
+ __attribute__((nonnull(pTHX_1,pTHX_2)));
+
+PERL_CALLCONV UV Perl_to_utf8_fold(pTHX_ const U8 *p, U8* ustrp, STRLEN *lenp)
+ __attribute__((nonnull(pTHX_1,pTHX_2)));
+
#if defined(UNLINK_ALL_VERSIONS)
PERL_CALLCONV I32 Perl_unlnk(pTHX_ char* f);
#endif
PERL_CALLCONV STRLEN Perl_utf8_length(pTHX_ const U8* s, const U8 *e)
__attribute__((pure))
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV IV Perl_utf8_distance(pTHX_ const U8 *a, const U8 *b)
__attribute__((pure))
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV U8* Perl_utf8_hop(pTHX_ const U8 *s, I32 off)
__attribute__((pure))
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV U8* Perl_utf8_to_bytes(pTHX_ U8 *s, STRLEN *len)
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV U8* Perl_bytes_from_utf8(pTHX_ const U8 *s, STRLEN *len, bool *is_utf8);
PERL_CALLCONV U8* Perl_bytes_to_utf8(pTHX_ const U8 *s, STRLEN *len);
PERL_CALLCONV UV Perl_utf8_to_uvchr(pTHX_ const U8 *s, STRLEN* retlen);
PERL_CALLCONV UV Perl_utf8n_to_uvuni(pTHX_ const U8 *s, STRLEN curlen, STRLEN* retlen, U32 flags);
PERL_CALLCONV U8* Perl_uvchr_to_utf8(pTHX_ U8 *d, UV uv)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV U8* Perl_uvuni_to_utf8(pTHX_ U8 *d, UV uv)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV U8* Perl_uvchr_to_utf8_flags(pTHX_ U8 *d, UV uv, UV flags)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV U8* Perl_uvuni_to_utf8_flags(pTHX_ U8 *d, UV uv, UV flags)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV char* Perl_pv_uni_display(pTHX_ SV *dsv, const U8 *spv, STRLEN len, STRLEN pvlim, UV flags);
PERL_CALLCONV char* Perl_sv_uni_display(pTHX_ SV *dsv, SV *ssv, STRLEN pvlim, UV flags);
PERL_CALLCONV void Perl_vivify_defelem(pTHX_ SV* sv);
PERL_CALLCONV void Perl_report_uninit(pTHX_ SV* uninit_sv);
PERL_CALLCONV void Perl_warn(pTHX_ const char* pat, ...)
__attribute__format__(__printf__,pTHX_1,pTHX_2);
+
PERL_CALLCONV void Perl_vwarn(pTHX_ const char* pat, va_list* args);
PERL_CALLCONV void Perl_warner(pTHX_ U32 err, const char* pat, ...)
__attribute__format__(__printf__,pTHX_2,pTHX_3);
+
PERL_CALLCONV void Perl_vwarner(pTHX_ U32 err, const char* pat, va_list* args);
PERL_CALLCONV void Perl_watch(pTHX_ char** addr);
PERL_CALLCONV I32 Perl_whichsig(pTHX_ const char* sig);
PERL_CALLCONV int Perl_get_mstats(pTHX_ perl_mstats_t *buf, int buflen, int level);
#endif
PERL_CALLCONV Malloc_t Perl_safesysmalloc(MEM_SIZE nbytes)
- __attribute__((malloc)) __attribute__((warn_unused_result));
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
PERL_CALLCONV Malloc_t Perl_safesyscalloc(MEM_SIZE elements, MEM_SIZE size)
- __attribute__((malloc)) __attribute__((warn_unused_result));
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
PERL_CALLCONV Malloc_t Perl_safesysrealloc(Malloc_t where, MEM_SIZE nbytes)
- __attribute__((malloc)) __attribute__((warn_unused_result));
+ __attribute__((malloc))
+ __attribute__((warn_unused_result));
+
PERL_CALLCONV Free_t Perl_safesysfree(Malloc_t where);
#if defined(PERL_GLOBAL_STRUCT)
PERL_CALLCONV struct perl_vars * Perl_GetVars(pTHX);
PERL_CALLCONV int Perl_runops_debug(pTHX);
PERL_CALLCONV void Perl_sv_catpvf_mg(pTHX_ SV *sv, const char* pat, ...)
__attribute__format__(__printf__,pTHX_2,pTHX_3);
+
PERL_CALLCONV void Perl_sv_vcatpvf_mg(pTHX_ SV* sv, const char* pat, va_list* args);
PERL_CALLCONV void Perl_sv_catpv_mg(pTHX_ SV *sv, const char *ptr);
PERL_CALLCONV void Perl_sv_catpvn_mg(pTHX_ SV *sv, const char *ptr, STRLEN len);
PERL_CALLCONV void Perl_sv_catsv_mg(pTHX_ SV *dstr, SV *sstr);
PERL_CALLCONV void Perl_sv_setpvf_mg(pTHX_ SV *sv, const char* pat, ...)
__attribute__format__(__printf__,pTHX_2,pTHX_3);
+
PERL_CALLCONV void Perl_sv_vsetpvf_mg(pTHX_ SV* sv, const char* pat, va_list* args);
PERL_CALLCONV void Perl_sv_setiv_mg(pTHX_ SV *sv, IV i);
PERL_CALLCONV void Perl_sv_setpviv_mg(pTHX_ SV *sv, IV iv);
PERL_CALLCONV char* Perl_pv_display(pTHX_ SV *dsv, const char *pv, STRLEN cur, STRLEN len, STRLEN pvlim);
PERL_CALLCONV void Perl_dump_indent(pTHX_ I32 level, PerlIO *file, const char* pat, ...)
__attribute__format__(__printf__,pTHX_3,pTHX_4);
+
PERL_CALLCONV void Perl_dump_vindent(pTHX_ I32 level, PerlIO *file, const char* pat, va_list *args);
PERL_CALLCONV void Perl_do_gv_dump(pTHX_ I32 level, PerlIO *file, const char *name, GV *sv);
PERL_CALLCONV void Perl_do_gvgv_dump(pTHX_ I32 level, PerlIO *file, const char *name, GV *sv);
PERL_CALLCONV int Perl_magic_killbackrefs(pTHX_ SV *sv, MAGIC *mg);
PERL_CALLCONV OP* Perl_newANONATTRSUB(pTHX_ I32 floor, OP *proto, OP *attrs, OP *block);
PERL_CALLCONV CV* Perl_newATTRSUB(pTHX_ I32 floor, OP *o, OP *proto, OP *attrs, OP *block);
-PERL_CALLCONV void Perl_newMYSUB(pTHX_ I32 floor, OP *o, OP *proto, OP *attrs, OP *block) __attribute__((noreturn));
+PERL_CALLCONV void Perl_newMYSUB(pTHX_ I32 floor, OP *o, OP *proto, OP *attrs, OP *block)
+ __attribute__((noreturn));
+
PERL_CALLCONV OP * Perl_my_attrs(pTHX_ OP *o, OP *attrs)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV void Perl_boot_core_xsutils(pTHX);
#if defined(USE_ITHREADS)
PERL_CALLCONV PERL_CONTEXT* Perl_cx_dup(pTHX_ PERL_CONTEXT* cx, I32 ix, I32 max, CLONE_PARAMS* param);
PERL_CALLCONV PTR_TBL_t* Perl_ptr_table_new(pTHX);
PERL_CALLCONV void* Perl_ptr_table_fetch(pTHX_ PTR_TBL_t *tbl, void *sv)
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV void Perl_ptr_table_store(pTHX_ PTR_TBL_t *tbl, void *oldsv, void *newsv)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV void Perl_ptr_table_split(pTHX_ PTR_TBL_t *tbl)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV void Perl_ptr_table_clear(pTHX_ PTR_TBL_t *tbl);
PERL_CALLCONV void Perl_ptr_table_free(pTHX_ PTR_TBL_t *tbl);
#endif
PERL_CALLCONV char * Perl_custom_op_name(pTHX_ const OP* op)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV char * Perl_custom_op_desc(pTHX_ const OP* op)
__attribute__((nonnull(pTHX_1)));
+
#if defined(PERL_COPY_ON_WRITE)
PERL_CALLCONV int Perl_sv_release_IVX(pTHX_ SV *sv);
#endif
END_EXTERN_C
#if defined(PERL_IN_DOOP_C) || defined(PERL_DECL_PROT)
-STATIC I32 S_do_trans_simple(pTHX_ SV *sv);
-STATIC I32 S_do_trans_count(pTHX_ SV *sv);
-STATIC I32 S_do_trans_complex(pTHX_ SV *sv);
-STATIC I32 S_do_trans_simple_utf8(pTHX_ SV *sv);
-STATIC I32 S_do_trans_count_utf8(pTHX_ SV *sv);
-STATIC I32 S_do_trans_complex_utf8(pTHX_ SV *sv);
+STATIC I32 S_do_trans_simple(pTHX_ SV *sv)
+ __attribute__((nonnull(pTHX_1)));
+
+STATIC I32 S_do_trans_count(pTHX_ SV *sv)
+ __attribute__((nonnull(pTHX_1)));
+
+STATIC I32 S_do_trans_complex(pTHX_ SV *sv)
+ __attribute__((nonnull(pTHX_1)));
+
+STATIC I32 S_do_trans_simple_utf8(pTHX_ SV *sv)
+ __attribute__((nonnull(pTHX_1)));
+
+STATIC I32 S_do_trans_count_utf8(pTHX_ SV *sv)
+ __attribute__((nonnull(pTHX_1)));
+
+STATIC I32 S_do_trans_complex_utf8(pTHX_ SV *sv)
+ __attribute__((nonnull(pTHX_1)));
+
#endif
#if defined(PERL_IN_GV_C) || defined(PERL_DECL_PROT)
STATIC void S_hv_magic_check(pTHX_ HV *hv, bool *needs_copy, bool *needs_store);
STATIC void S_unshare_hek_or_pvn(pTHX_ HEK* hek, const char* sv, I32 len, U32 hash);
STATIC HEK* S_share_hek_flags(pTHX_ const char* sv, I32 len, U32 hash, int flags);
-STATIC void S_hv_notallowed(pTHX_ int flags, const char *key, I32 klen, const char *msg) __attribute__((noreturn));
+STATIC void S_hv_notallowed(pTHX_ int flags, const char *key, I32 klen, const char *msg)
+ __attribute__((noreturn));
+
#endif
#if defined(PERL_IN_MG_C) || defined(PERL_DECL_PROT)
STATIC void S_init_perllib(pTHX);
STATIC void S_init_postdump_symbols(pTHX_ int, char **, char **);
STATIC void S_init_predump_symbols(pTHX);
-STATIC void S_my_exit_jump(pTHX) __attribute__((noreturn));
+STATIC void S_my_exit_jump(pTHX)
+ __attribute__((noreturn));
+
STATIC void S_nuke_stacks(pTHX);
STATIC void S_open_script(pTHX_ const char *scriptname, bool dosearch, SV *sv);
STATIC void S_usage(pTHX_ const char *name);
STATIC int S_fd_on_nosuid_fs(pTHX_ int fd);
# endif
STATIC void* S_parse_body(pTHX_ char **env, XSINIT_t xsinit);
-STATIC void S_run_body(pTHX_ I32 oldscope) __attribute__((noreturn));
+STATIC void S_run_body(pTHX_ I32 oldscope)
+ __attribute__((noreturn));
+
STATIC void S_call_body(pTHX_ const OP *myop, bool is_eval);
STATIC void* S_call_list_body(pTHX_ CV *cv);
#endif
STATIC SV ** S_pack_rec(pTHX_ SV *cat, struct tempsym* symptr, SV **beglist, SV **endlist);
STATIC SV* S_mul128(pTHX_ SV *sv, U8 m)
__attribute__((nonnull(pTHX_1)));
+
STATIC I32 S_measure_struct(pTHX_ struct tempsym* symptr)
__attribute__((nonnull(pTHX_1)));
+
STATIC bool S_next_symbol(pTHX_ struct tempsym* symptr)
__attribute__((nonnull(pTHX_1)));
+
STATIC SV* S_is_an_int(pTHX_ const char *s, STRLEN l)
__attribute__((nonnull(pTHX_1)));
+
STATIC int S_div128(pTHX_ SV *pnum, bool *done)
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
STATIC const char * S_group_end(pTHX_ const char *pat, const char *patend, char ender)
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
STATIC const char * S_get_num(pTHX_ const char *ppat, I32 *lenptr)
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
#endif
#if defined(PERL_IN_PP_CTL_C) || defined(PERL_DECL_PROT)
STATIC I32 S_dopoptoeval(pTHX_ I32 startingblock);
STATIC I32 S_dopoptolabel(pTHX_ const char *label)
__attribute__((nonnull(pTHX_1)));
+
STATIC I32 S_dopoptoloop(pTHX_ I32 startingblock);
STATIC I32 S_dopoptosub(pTHX_ I32 startingblock);
STATIC I32 S_dopoptosub_at(pTHX_ PERL_CONTEXT* cxstk, I32 startingblock);
STATIC PerlIO * S_doopen_pm(pTHX_ const char *name, const char *mode);
STATIC bool S_path_is_absolute(pTHX_ const char *name)
__attribute__((nonnull(pTHX_1)));
+
#endif
#if defined(PERL_IN_PP_HOT_C) || defined(PERL_DECL_PROT)
STATIC void S_cl_or(pTHX_ struct RExC_state_t*, struct regnode_charclass_class *cl, struct regnode_charclass_class *or_with);
STATIC I32 S_study_chunk(pTHX_ struct RExC_state_t*, regnode **scanp, I32 *deltap, regnode *last, struct scan_data_t *data, U32 flags, U32 depth);
STATIC I32 S_add_data(pTHX_ struct RExC_state_t*, I32 n, const char *s);
-STATIC void S_re_croak2(pTHX_ const char* pat1, const char* pat2, ...) __attribute__((noreturn));
+STATIC void S_re_croak2(pTHX_ const char* pat1, const char* pat2, ...)
+ __attribute__((noreturn));
+
STATIC I32 S_regpposixcc(pTHX_ struct RExC_state_t*, I32 value);
STATIC void S_checkposixcc(pTHX_ struct RExC_state_t*);
STATIC char* S_force_word(pTHX_ char *start, int token, int check_keyword, int allow_pack, int allow_tick);
STATIC SV* S_tokeq(pTHX_ SV *sv);
STATIC int S_pending_ident(pTHX);
-STATIC char* S_scan_const(pTHX_ char *start);
-STATIC char* S_scan_formline(pTHX_ char *s);
-STATIC char* S_scan_heredoc(pTHX_ char *s);
-STATIC char* S_scan_ident(pTHX_ char *s, char *send, char *dest, STRLEN destlen, I32 ck_uni);
+STATIC char* S_scan_const(pTHX_ char *start)
+ __attribute__((nonnull(pTHX_1)));
+
+STATIC char* S_scan_formline(pTHX_ char *s)
+ __attribute__((nonnull(pTHX_1)));
+
+STATIC char* S_scan_heredoc(pTHX_ char *s)
+ __attribute__((nonnull(pTHX_1)));
+
+STATIC char* S_scan_ident(pTHX_ char *s, const char *send, char *dest, STRLEN destlen, I32 ck_uni)
+ __attribute__((nonnull(pTHX_1,pTHX_2,pTHX_3)));
+
STATIC char* S_scan_inputsymbol(pTHX_ char *start);
STATIC char* S_scan_pat(pTHX_ char *start, I32 type);
STATIC char* S_scan_str(pTHX_ char *start, int keep_quoted, int keep_delims);
STATIC char* S_scan_word(pTHX_ char *s, char *dest, STRLEN destlen, int allow_package, STRLEN *slp);
STATIC char* S_skipspace(pTHX_ char *s);
STATIC char* S_swallow_bom(pTHX_ U8 *s);
-STATIC void S_checkcomma(pTHX_ char *s, char *name, const char *what);
+STATIC void S_checkcomma(pTHX_ char *s, const char *name, const char *what)
+ __attribute__((nonnull(pTHX_1,pTHX_2,pTHX_3)));
+
STATIC void S_force_ident(pTHX_ const char *s, int kind);
STATIC void S_incline(pTHX_ char *s);
STATIC int S_intuit_method(pTHX_ char *s, GV *gv);
STATIC int S_intuit_more(pTHX_ char *s);
STATIC I32 S_lop(pTHX_ I32 f, int x, char *s);
-STATIC void S_missingterm(pTHX_ char *s) __attribute__((noreturn));
+STATIC void S_missingterm(pTHX_ char *s)
+ __attribute__((noreturn));
+
STATIC void S_no_op(pTHX_ const char *what, char *s);
STATIC void S_set_csh(pTHX);
STATIC I32 S_sublex_done(pTHX);
PERL_CALLCONV void Perl_sv_setsv_flags(pTHX_ SV* dsv, SV* ssv, I32 flags)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV void Perl_sv_catpvn_flags(pTHX_ SV* sv, const char* ptr, STRLEN len, I32 flags)
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV void Perl_sv_catsv_flags(pTHX_ SV* dsv, SV* ssv, I32 flags)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV STRLEN Perl_sv_utf8_upgrade_flags(pTHX_ SV *sv, I32 flags)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV char* Perl_sv_pvn_force_flags(pTHX_ SV* sv, STRLEN* lp, I32 flags)
__attribute__((nonnull(pTHX_2)));
+
PERL_CALLCONV void Perl_sv_copypv(pTHX_ SV* dsv, SV* ssv)
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV char* Perl_my_atof2(pTHX_ const char *s, NV* value)
__attribute__((nonnull(pTHX_1,pTHX_2)));
+
PERL_CALLCONV int Perl_my_socketpair(int family, int type, int protocol, int fd[2]);
#ifdef PERL_COPY_ON_WRITE
PERL_CALLCONV SV* Perl_sv_setsv_cow(pTHX_ SV* dsv, SV* ssv);
PERL_CALLCONV void Perl_pad_undef(pTHX_ CV* cv);
PERL_CALLCONV PADOFFSET Perl_pad_add_name(pTHX_ const char *name, HV* typestash, HV* ourstash, bool clone)
__attribute__((nonnull(pTHX_1)));
+
PERL_CALLCONV PADOFFSET Perl_pad_add_anon(pTHX_ SV* sv, OPCODE op_type);
PERL_CALLCONV void Perl_pad_check_dup(pTHX_ const char* name, bool is_our, const HV* ourstash);
#ifdef DEBUGGING