Internals-DumpArenas

 view release on metacpan or  search on metacpan

ook2.txt  view on Meta::CPAN

OP *Perl_pp_syscall(void);
OP *Perl_pp_sysopen(void);
OP *Perl_pp_sysread(void);
OP *Perl_pp_sysseek(void);
OP *Perl_pp_system(void);
OP *Perl_pp_syswrite(void);
OP *Perl_pp_tell(void);
OP *Perl_pp_telldir(void);
OP *Perl_pp_tie(void);
OP *Perl_pp_tied(void);
OP *Perl_pp_time(void);
OP *Perl_pp_tms(void);
OP *Perl_pp_truncate(void);
OP *Perl_pp_umask(void);
OP *Perl_pp_untie(void);
OP *Perl_pp_wait(void);
OP *Perl_pp_waitpid(void);
OP *Perl_pp_warn(void);
void Perl_setdefout(GV *);
OP *Perl_tied_method(const char * const, SV **, SV * const, const MAGIC * const, const U32, U32, ...);

File time64.c:
static int S_check_tm(struct TM64 *);
static void S_copy_little_tm_to_big_TM(const struct tm *, struct TM64 *);

File pp_sys.c:
static OP *S_doform(CV *, GV *, OP *);

File time64.c:
static struct TM64 *S_gmtime64_r(const Time64_T *, struct TM64 *);
static struct tm *S_localtime_r(const time_t *, struct tm *);

File pp_sys.c:
static SV *S_space_join_names_mortal(char * const *);
static char S_try_amagic_ftest(char);

File doop.c:
void Perl_do_join(SV *, SV *, SV **, SV **);
OP *Perl_do_kv(void);
void Perl_do_sprintf(SV *, I32, SV **);
I32 Perl_do_trans(SV *);
UV Perl_do_vecget(SV *, I32, I32);
void Perl_do_vecset(SV *);
void Perl_do_vop(I32, SV *, SV *, SV *);
static I32 S_do_trans_complex(SV * const);
static I32 S_do_trans_complex_utf8(SV * const);
static I32 S_do_trans_simple(SV * const);

File doio.c:
I32 Perl_apply(I32, SV **, SV **);
char Perl_cando(mode_t, char, const struct stat *);
char Perl_do_aexec5(SV *, SV **, SV **, int, int);
char Perl_do_close(GV *, char);
char Perl_do_eof(GV *);
char Perl_do_exec3(const char *, int, int);
void Perl_do_execfree(void);
I32 Perl_do_ipcctl(I32, SV **, SV **);
I32 Perl_do_ipcget(I32, SV **, SV **);
I32 Perl_do_msgrcv(SV **, SV **);
I32 Perl_do_msgsnd(SV **, SV **);
char Perl_do_openn(GV *, const char *, I32, int, int, int, PerlIO *, SV **, I32);
char Perl_do_print(SV *, PerlIO *);
char Perl_do_seek(GV *, off_t, int);
I32 Perl_do_semop(SV **, SV **);
I32 Perl_do_shmio(I32, SV **, SV **);
off_t Perl_do_sysseek(GV *, off_t, int);
off_t Perl_do_tell(GV *);
char Perl_io_close(IO *, char);
int Perl_mode_from_discipline(const char *, STRLEN);
I32 Perl_my_lstat_flags(const U32);
I32 Perl_my_stat_flags(const U32);
PerlIO *Perl_nextargv(GV *);
PerlIO *Perl_start_glob(SV *, IO *);
static void S_exec_failed(const char *, int, int);

File regexec.c:
I32 Perl_pregexec(REGEXP * const, char *, char *, char *, I32, SV *, U32);
char *Perl_re_intuit_start(REGEXP * const, SV *, char *, char *, const U32, re_scream_pos_data *);
SV *Perl_regclass_swash(const regexp *, const regnode *, char, SV **, SV **);
I32 Perl_regexec_flags(REGEXP * const, char *, char *, char *, I32, SV *, void *, U32);
static void S_clear_backtrack_stack(void *);
static void S_debug_start_match(const REGEXP *, const char, const char *, const char *, const char *);
static void S_dump_exec_pos(const char *, const regnode *, const char *, const char *, const char *, const char);
static char *S_find_byclass(regexp *, const regnode *, char *, const char *, regmatch_info *);
static I32 S_reg_check_named_buff_matched(const regexp *, const regnode *);
static char *S_regcppop(const regexp *);
static CHECKPOINT S_regcppush(I32);
static U8 *S_reghop3(U8 *, I32, const U8 *);
static U8 *S_reghopmaybe3(U8 *, I32, const U8 *);
static char S_reginclass(const regexp * const, const regnode * const, const U8 * const, STRLEN *, const char);
static I32 S_regrepeat(const regexp *, const regnode *, I32, int);
static I32 S_regtry(regmatch_info *, char **);
static void S_to_byte_substr(regexp *);
static void S_to_utf8_substr(regexp *);
static void restore_pos(void *);

File utf8.c:
HV *Perl__swash_inversion_hash(SV * const);
HV *Perl__swash_to_invlist(SV * const);
int Perl_bytes_cmp_utf8(const U8 *, STRLEN, const U8 *, STRLEN);
U8 *Perl_bytes_from_utf8(const U8 *, STRLEN *, char *);
U8 *Perl_bytes_to_utf8(const U8 *, STRLEN *);
char Perl_check_utf8_print(const U8 *, const STRLEN);
I32 Perl_foldEQ_utf8_flags(const char *, char **, UV, char, const char *, char **, UV, char, U32);
char Perl_is_ascii_string(const U8 *, STRLEN);
char Perl_is_uni_alnum(UV);
char Perl_is_uni_alnum_lc(UV);
char Perl_is_uni_alpha(UV);
char Perl_is_uni_alpha_lc(UV);
char Perl_is_uni_ascii(UV);
char Perl_is_uni_ascii_lc(UV);
char Perl_is_uni_cntrl(UV);
char Perl_is_uni_cntrl_lc(UV);
char Perl_is_uni_digit(UV);
char Perl_is_uni_digit_lc(UV);
char Perl_is_uni_graph(UV);
char Perl_is_uni_graph_lc(UV);
char Perl_is_uni_idfirst(UV);
char Perl_is_uni_idfirst_lc(UV);
char Perl_is_uni_lower(UV);
char Perl_is_uni_lower_lc(UV);



( run in 1.238 second using v1.01-cache-2.11-cpan-85f18b9d64f )