[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.19
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
include
/
X11
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 dri
SET
[ DEL ]
📁 extensions
SET
[ DEL ]
📁 fonts
SET
[ DEL ]
📄 DECkeysym.h
2,815 B
SET
[ EDIT ]
|
[ DEL ]
📄 HPkeysym.h
6,046 B
SET
[ EDIT ]
|
[ DEL ]
📄 ImUtil.h
459 B
SET
[ EDIT ]
|
[ DEL ]
📄 Sunkeysym.h
4,022 B
SET
[ EDIT ]
|
[ DEL ]
📄 X.h
20,137 B
SET
[ EDIT ]
|
[ DEL ]
📄 XF86keysym.h
13,612 B
SET
[ EDIT ]
|
[ DEL ]
📄 XKBlib.h
30,995 B
SET
[ EDIT ]
|
[ DEL ]
📄 XWDFile.h
3,872 B
SET
[ EDIT ]
|
[ DEL ]
📄 Xalloca.h
4,587 B
SET
[ EDIT ]
|
[ DEL ]
📄 Xarch.h
2,951 B
SET
[ EDIT ]
|
[ DEL ]
📄 Xatom.h
2,518 B
SET
[ EDIT ]
|
[ DEL ]
📄 Xauth.h
3,817 B
SET
[ EDIT ]
|
[ DEL ]
📄 Xcms.h
21,346 B
SET
[ EDIT ]
|
[ DEL ]
📄 Xdefs.h
2,401 B
SET
[ EDIT ]
|
[ DEL ]
📄 Xfuncproto.h
7,863 B
SET
[ EDIT ]
|
[ DEL ]
📄 Xfuncs.h
2,256 B
SET
[ EDIT ]
|
[ DEL ]
📄 Xlib-xcb.h
506 B
SET
[ EDIT ]
|
[ DEL ]
📄 Xlib.h
99,532 B
SET
[ EDIT ]
|
[ DEL ]
📄 XlibConf.h
1,567 B
SET
[ EDIT ]
|
[ DEL ]
📄 Xlibint.h
40,511 B
SET
[ EDIT ]
|
[ DEL ]
📄 Xlocale.h
1,297 B
SET
[ EDIT ]
|
[ DEL ]
📄 Xmd.h
5,122 B
SET
[ EDIT ]
|
[ DEL ]
📄 Xos.h
4,362 B
SET
[ EDIT ]
|
[ DEL ]
📄 Xos_r.h
33,693 B
SET
[ EDIT ]
|
[ DEL ]
📄 Xosdefs.h
3,115 B
SET
[ EDIT ]
|
[ DEL ]
📄 Xpoll.h
7,743 B
SET
[ EDIT ]
|
[ DEL ]
📄 Xproto.h
52,399 B
SET
[ EDIT ]
|
[ DEL ]
📄 Xprotostr.h
2,743 B
SET
[ EDIT ]
|
[ DEL ]
📄 Xregion.h
5,949 B
SET
[ EDIT ]
|
[ DEL ]
📄 Xresource.h
10,628 B
SET
[ EDIT ]
|
[ DEL ]
📄 Xthreads.h
12,395 B
SET
[ EDIT ]
|
[ DEL ]
📄 Xutil.h
21,353 B
SET
[ EDIT ]
|
[ DEL ]
📄 Xw32defs.h
1,909 B
SET
[ EDIT ]
|
[ DEL ]
📄 Xwindows.h
3,283 B
SET
[ EDIT ]
|
[ DEL ]
📄 Xwinsock.h
2,261 B
SET
[ EDIT ]
|
[ DEL ]
📄 ap_keysym.h
2,293 B
SET
[ EDIT ]
|
[ DEL ]
📄 cursorfont.h
3,118 B
SET
[ EDIT ]
|
[ DEL ]
📄 keysym.h
2,769 B
SET
[ EDIT ]
|
[ DEL ]
📄 keysymdef.h
175,248 B
SET
[ EDIT ]
|
[ DEL ]
📄 xpm.h
16,213 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: Xw32defs.h
#ifndef _XW32DEFS_H # define _XW32DEFS_H # ifdef __GNUC__ /* mingw is more close to unix than msvc */ # if !defined(__daddr_t_defined) typedef char *caddr_t; # endif # define lstat stat # else typedef char *caddr_t; # define access _access # define alloca _alloca # define chdir _chdir # define chmod _chmod # define close _close # define creat _creat # define dup _dup # define dup2 _dup2 # define environ _environ # define execl _execl # define execle _execle # define execlp _execlp # define execlpe _execlpe # define execv _execv # define execve _execve # define execvp _execvp # define execvpe _execvpe # define fdopen _fdopen # define fileno _fileno # define fstat _fstat # define getcwd _getcwd # define getpid _getpid # define hypot _hypot # define isascii __isascii # define isatty _isatty # define lseek _lseek # define mkdir _mkdir # define mktemp _mktemp # define open _open # define putenv _putenv # define read _read # define rmdir _rmdir # define sleep(x) Sleep((x) * 1000) # define stat _stat # define sys_errlist _sys_errlist # define sys_nerr _sys_nerr # define umask _umask # define unlink _unlink # define write _write # define random rand # define srandom srand # define O_RDONLY _O_RDONLY # define O_WRONLY _O_WRONLY # define O_RDWR _O_RDWR # define O_APPEND _O_APPEND # define O_CREAT _O_CREAT # define O_TRUNC _O_TRUNC # define O_EXCL _O_EXCL # define O_TEXT _O_TEXT # define O_BINARY _O_BINARY # define O_RAW _O_BINARY # define S_IFMT _S_IFMT # define S_IFDIR _S_IFDIR # define S_IFCHR _S_IFCHR # define S_IFREG _S_IFREG # define S_IREAD _S_IREAD # define S_IWRITE _S_IWRITE # define S_IEXEC _S_IEXEC # define F_OK 0 # define X_OK 1 # define W_OK 2 # define R_OK 4 # endif /* __GNUC__ */ #endif