!C99Shell v. 1.0 pre-release build #13!

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

/usr/X11R6/include/X11/fonts/codeconv/   drwxr-xr-x
Free 318.36 GB of 458.09 GB (69.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     cconvversion.h (2.4 KB)      -r--r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* $XFree86: xc/lib/font/X-TrueType/cconvversion.h,v 1.4 2000/09/26 15:57:01 tsi Exp $ */
#if (!defined(__CODECONV_H))
#define __CODECONV_H

#define _CCMAJOR 1
#define _CCMINOR 0

#define    MOD_TYPE_CODECONV "CCCV/Character Code ConVerter v1.0"

#define DECLARE_SUBREQ(cconvSubReq) \
static XF86ModReqInfo cconvSubReq = \
{ \
    _XTT_V_MAJOR, \
    _XTT_V_MINOR, \
    _XTT_V_REVISION, \
    ABI_CLASS_ANSIC, \
    ABI_VERS_UNSPEC, \
    MOD_CLASS_FONT \
};

#define CCONVVERSION(name) PREDEFCCONVVERSION(name)
#define PREDEFCCONVVERSION(name) \
static XF86ModuleVersionInfo name ## VersRec = \
{ \
    #name, \
    _XTT_VENDOR_NAME, \
    MODINFOSTRING1, \
    MODINFOSTRING2, \
    XF86_VERSION_CURRENT, \
    _XTT_V_MAJOR, \
    _XTT_V_MINOR, \
    _XTT_V_REVISION, \
    ABI_CLASS_FONT,            /* Font module */ \
    ABI_FONT_VERSION, \
    MOD_CLASS_FONT, \
    {0,0,0,0}       /* signature, to be patched into the file by a tool */ \
};

#define CCONVINIT(name) PREDEFCCONVINIT(name)
#define PREDEFCCONVINIT(name) \
XF86ModuleData \
name ## ModuleData = { \
    & name ## VersRec, \
    name ## Setup, \
    NULL, \
};
/*
#define CCONVINIT(name) PREDEFCCONVINIT(name)
#define PREDEFCCONVINIT(name) \
void \
name ## ModuleInit(XF86ModuleVersionInfo **vers, ModuleSetupProc *setup, \
          ModuleTearDownProc *teardown) \
{ \
    *vers = & name ## VersRec; \
    *setup = name ## Setup; \
    *teardown = NULL; \
}
*/

#define CCONVSETUP(name) PREDEFCCONVSETUP(name)

#ifdef CCONV_USE_SYMBOLIC_ENTRY_POINT
#define PREDEFCCONVSETUP(name) \
char* name ## _entrypointName = {\
#name\
"_entrypoint"};\
static pointer \
name ## Setup(pointer module, pointer opts, int *errmaj, int *errmin) \
{ \
    ModuleSetupArg *moduleArg = (ModuleSetupArg*)opts; \
    return (pointer)(long) name ## _entrypoint (\
        moduleArg->charSetHints,\
        moduleArg->refCodeConverterInfo,\
        moduleArg->refMapID); \
}
#else
#define PREDEFCCONVSETUP(name) \
static pointer \
name ## Setup(pointer module, pointer opts, int *errmaj, int *errmin) \
{ \
    ModuleSetupArg *moduleArg = (ModuleSetupArg*)opts; \
    return (pointer)(long) name ## _entrypoint (\
        moduleArg->charSetHints,\
        moduleArg->refCodeConverterInfo,\
        moduleArg->refMapID); \
}
#endif

#define CCONV_MODULE_SETUP \
CCONVVERSION(MODNAME) \
CCONVSETUP(MODNAME) \
CCONVINIT(MODNAME)

/* argument for module setup */
typedef struct {
    CharSetSelectionHints const *charSetHints;
    CodeConverterInfo *refCodeConverterInfo;
    int *refMapID;
} ModuleSetupArg;

#endif

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0241 ]--