/
usr
/
lib
/
x86_64-linux-gnu
/
perl
/
5.34.0
/
CORE
/
/usr/lib/x86_64-linux-gnu/perl/5.34.0/CORE
mkdir
upload
Name
Size
Mode
Actions
av.h
3736
0644
edit
dl
rm
bitcount.h
1038
0644
edit
dl
rm
charclass_invlists.h
4354051
0644
edit
dl
rm
config.h
165419
0644
edit
dl
rm
cop.h
46591
0644
edit
dl
rm
cv.h
12363
0644
edit
dl
rm
dosish.h
5463
0644
edit
dl
rm
ebcdic_tables.h
53247
0644
edit
dl
rm
embed.h
101903
0644
edit
dl
rm
embedvar.h
15633
0644
edit
dl
rm
EXTERN.h
1576
0644
edit
dl
rm
fakesdio.h
3210
0644
edit
dl
rm
feature.h
12652
0644
edit
dl
rm
form.h
1463
0644
edit
dl
rm
git_version.h
357
0644
edit
dl
rm
gv.h
11612
0644
edit
dl
rm
handy.h
134153
0644
edit
dl
rm
hv.h
26589
0644
edit
dl
rm
hv_func.h
7192
0644
edit
dl
rm
hv_macro.h
3111
0644
edit
dl
rm
inline.h
82962
0644
edit
dl
rm
INTERN.h
1276
0644
edit
dl
rm
intrpvar.h
35978
0644
edit
dl
rm
invlist_inline.h
7464
0644
edit
dl
rm
iperlsys.h
52523
0644
edit
dl
rm
keywords.h
6654
0644
edit
dl
rm
l1_char_class_tab.h
122512
0644
edit
dl
rm
malloc_ctl.h
1524
0644
edit
dl
rm
metaconfig.h
728
0644
edit
dl
rm
mg.h
3647
0644
edit
dl
rm
mg_data.h
5330
0644
edit
dl
rm
mg_raw.h
4377
0644
edit
dl
rm
mg_vtable.h
9621
0644
edit
dl
rm
mydtrace.h
1693
0644
edit
dl
rm
nostdio.h
3392
0644
edit
dl
rm
op.h
40283
0644
edit
dl
rm
opcode.h
93895
0644
edit
dl
rm
opnames.h
9014
0644
edit
dl
rm
op_reg_common.h
5910
0644
edit
dl
rm
overload.h
3276
0644
edit
dl
rm
pad.h
17581
0644
edit
dl
rm
parser.h
7091
0644
edit
dl
rm
patchlevel-debian.h
8482
0644
edit
dl
rm
patchlevel.h
6577
0644
edit
dl
rm
perl.h
293512
0644
edit
dl
rm
perlapi.h
634
0644
edit
dl
rm
perlio.h
9424
0644
edit
dl
rm
perliol.h
13646
0644
edit
dl
rm
perlsdio.h
527
0644
edit
dl
rm
perlvars.h
12306
0644
edit
dl
rm
perly.h
5281
0644
edit
dl
rm
perl_inc_macro.h
6468
0644
edit
dl
rm
perl_langinfo.h
2914
0644
edit
dl
rm
perl_siphash.h
5178
0644
edit
dl
rm
pp.h
29684
0644
edit
dl
rm
pp_proto.h
12240
0644
edit
dl
rm
proto.h
278427
0644
edit
dl
rm
reentr.h
87221
0644
edit
dl
rm
regcharclass.h
274044
0644
edit
dl
rm
regcomp.h
53306
0644
edit
dl
rm
regexp.h
37961
0644
edit
dl
rm
regnodes.h
87291
0644
edit
dl
rm
sbox32_hash.h
57295
0644
edit
dl
rm
scope.h
12148
0644
edit
dl
rm
sv.h
93792
0644
edit
dl
rm
thread.h
16911
0644
edit
dl
rm
time64.h
900
0644
edit
dl
rm
time64_config.h
2069
0644
edit
dl
rm
uconfig.h
165116
0644
edit
dl
rm
unicode_constants.h
8459
0644
edit
dl
rm
unixish.h
5283
0644
edit
dl
rm
uni_keywords.h
554833
0644
edit
dl
rm
utf8.h
50251
0644
edit
dl
rm
utfebcdic.h
66091
0644
edit
dl
rm
util.h
10830
0644
edit
dl
rm
uudmap.h
1058
0644
edit
dl
rm
vutil.h
7772
0644
edit
dl
rm
warnings.h
10909
0644
edit
dl
rm
XSUB.h
24876
0644
edit
dl
rm
zaphod32_hash.h
9659
0644
edit
dl
rm
Edit:
/usr/lib/x86_64-linux-gnu/perl/5.34.0/CORE/unixish.h
(5283B)
/* unixish.h * * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, * 2003, 2006, 2007, by Larry Wall and others * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. * */ /* * The following symbols are defined if your operating system supports * functions by that name. All Unixes I know of support them, thus they * are not checked by the configuration script, but are directly defined * here. */ #ifndef PERL_MICRO /* HAS_IOCTL: * This symbol, if defined, indicates that the ioctl() routine is * available to set I/O characteristics */ #define HAS_IOCTL /**/ /* HAS_UTIME: * This symbol, if defined, indicates that the routine utime() is * available to update the access and modification times of files. */ #define HAS_UTIME /**/ /* HAS_GROUP * This symbol, if defined, indicates that the getgrnam() and * getgrgid() routines are available to get group entries. * The getgrent() has a separate definition, HAS_GETGRENT. */ #define HAS_GROUP /**/ /* HAS_PASSWD * This symbol, if defined, indicates that the getpwnam() and * getpwuid() routines are available to get password entries. * The getpwent() has a separate definition, HAS_GETPWENT. */ #define HAS_PASSWD /**/ #define HAS_KILL #define HAS_WAIT #endif /* !PERL_MICRO */ /* USEMYBINMODE * This symbol, if defined, indicates that the program should * use the routine my_binmode(FILE *fp, char iotype) to insure * that a file is in "binary" mode -- that is, that no translation * of bytes occurs on read or write operations. */ #undef USEMYBINMODE /* Stat_t: * This symbol holds the type used to declare buffers for information * returned by stat(). It's usually just struct stat. It may be necessary * to include <sys/stat.h> and <sys/types.h> to get any typedef'ed * information. */ #define Stat_t struct stat /* USE_STAT_RDEV: * This symbol is defined if this system has a stat structure declaring * st_rdev */ #define USE_STAT_RDEV /**/ /* ACME_MESS: * This symbol, if defined, indicates that error messages should be * should be generated in a format that allows the use of the Acme * GUI/editor's autofind feature. */ #undef ACME_MESS /**/ /* UNLINK_ALL_VERSIONS: * This symbol, if defined, indicates that the program should arrange * to remove all versions of a file if unlink() is called. This is * probably only relevant for VMS. */ /* #define UNLINK_ALL_VERSIONS / **/ /* VMS: * This symbol, if defined, indicates that the program is running under * VMS. It is currently automatically set by cpps running under VMS, * and is included here for completeness only. */ /* #define VMS / **/ /* ALTERNATE_SHEBANG: * This symbol, if defined, contains a "magic" string which may be used * as the first line of a Perl program designed to be executed directly * by name, instead of the standard Unix #!. If ALTERNATE_SHEBANG * begins with a character other then #, then Perl will only treat * it as a command line if it finds the string "perl" in the first * word; otherwise it's treated as the first line of code in the script. * (IOW, Perl won't hand off to another interpreter via an alternate * shebang sequence that might be legal Perl code.) */ /* #define ALTERNATE_SHEBANG "#!" / **/ # include <signal.h> #ifndef SIGABRT # define SIGABRT SIGILL #endif #ifndef SIGILL # define SIGILL 6 /* blech */ #endif #define ABORT() kill(PerlProc_getpid(),SIGABRT); /* * fwrite1() should be a routine with the same calling sequence as fwrite(), * but which outputs all of the bytes requested as a single stream (unlike * fwrite() itself, which on some systems outputs several distinct records * if the number_of_items parameter is >1). */ #define fwrite1 fwrite #define Stat(fname,bufptr) stat((fname),(bufptr)) #ifdef __amigaos4__ int afstat(int fd, struct stat *statb); # define Fstat(fd,bufptr) afstat((fd),(bufptr)) #endif #ifndef Fstat # define Fstat(fd,bufptr) fstat((fd),(bufptr)) #endif #define Fflush(fp) fflush(fp) #define Mkdir(path,mode) mkdir((path),(mode)) #if defined(__amigaos4__) # define PERL_SYS_INIT_BODY(c,v) \ MALLOC_CHECK_TAINT2(*c,*v) PERL_FPU_INIT; PERLIO_INIT; MALLOC_INIT; amigaos4_init_fork_array(); amigaos4_init_environ_sema(); # define PERL_SYS_TERM_BODY() \ HINTS_REFCNT_TERM; KEYWORD_PLUGIN_MUTEX_TERM; \ OP_CHECK_MUTEX_TERM; OP_REFCNT_TERM; PERLIO_TERM; \ MALLOC_TERM; LOCALE_TERM; USER_PROP_MUTEX_TERM; \ ENV_TERM; \ amigaos4_dispose_fork_array(); #endif #ifndef PERL_SYS_INIT_BODY # define PERL_SYS_INIT_BODY(c,v) \ MALLOC_CHECK_TAINT2(*c,*v) PERL_FPU_INIT; PERLIO_INIT; MALLOC_INIT #endif #ifndef PERL_SYS_TERM_BODY # define PERL_SYS_TERM_BODY() \ HINTS_REFCNT_TERM; KEYWORD_PLUGIN_MUTEX_TERM; \ OP_CHECK_MUTEX_TERM; OP_REFCNT_TERM; PERLIO_TERM; \ MALLOC_TERM; LOCALE_TERM; USER_PROP_MUTEX_TERM; \ ENV_TERM; #endif #define BIT_BUCKET "/dev/null" #define dXSUB_SYS dNOOP #ifndef NO_ENVIRON_ARRAY #define USE_ENVIRON_ARRAY #endif /* * ex: set ts=8 sts=4 sw=4 et: */
Save
cmd:
run