System
:
Linux loginstore 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64
Software
:
Apache/2.4.52 (Ubuntu)
Server
:
200.10.71.112
Domains
:
Cant read /etc/named.conf
Permission
:
[
drwxr-xr-x
]
:
/
usr
/
include
/
10.10.0.71
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for www.loginstore.com made by tabagkayu.
Folder Name
File Name
File Content
File
limits.h
/* Copyright (C) 1991-2022 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 <https://www.gnu.org/licenses/>. */ /* * ISO C99 Standard: 7.10/5.2.4.2.1 Sizes of integer types <limits.h> */ #ifndef _LIBC_LIMITS_H_ #define _LIBC_LIMITS_H_ 1 #define __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION #include <bits/libc-header-start.h> /* Maximum length of any multibyte character in any locale. We define this value here since the gcc header does not define the correct value. */ #define MB_LEN_MAX 16 /* If we are not using GNU CC we have to define all the symbols ourself. Otherwise use gcc's definitions (see below). */ #if !defined __GNUC__ || __GNUC__ < 2 /* We only protect from multiple inclusion here, because all the other #include's protect themselves, and in GCC 2 we may #include_next through multiple copies of this file before we get to GCC's. */ # ifndef _LIMITS_H # define _LIMITS_H 1 #include <bits/wordsize.h> /* We don't have #include_next. Define ANSI <limits.h> for standard 32-bit words. */ /* These assume 8-bit `char's, 16-bit `short int's, and 32-bit `int's and `long int's. */ /* Number of bits in a `char'. */ # define CHAR_BIT 8 /* Minimum and maximum values a `signed char' can hold. */ # define SCHAR_MIN (-128) # define SCHAR_MAX 127 /* Maximum value an `unsigned char' can hold. (Minimum is 0.) */ # define UCHAR_MAX 255 /* Minimum and maximum values a `char' can hold. */ # ifdef __CHAR_UNSIGNED__ # define CHAR_MIN 0 # define CHAR_MAX UCHAR_MAX # else # define CHAR_MIN SCHAR_MIN # define CHAR_MAX SCHAR_MAX # endif /* Minimum and maximum values a `signed short int' can hold. */ # define SHRT_MIN (-32768) # define SHRT_MAX 32767 /* Maximum value an `unsigned short int' can hold. (Minimum is 0.) */ # define USHRT_MAX 65535 /* Minimum and maximum values a `signed int' can hold. */ # define INT_MIN (-INT_MAX - 1) # define INT_MAX 2147483647 /* Maximum value an `unsigned int' can hold. (Minimum is 0.) */ # define UINT_MAX 4294967295U /* Minimum and maximum values a `signed long int' can hold. */ # if __WORDSIZE == 64 # define LONG_MAX 9223372036854775807L # else # define LONG_MAX 2147483647L # endif # define LONG_MIN (-LONG_MAX - 1L) /* Maximum value an `unsigned long int' can hold. (Minimum is 0.) */ # if __WORDSIZE == 64 # define ULONG_MAX 18446744073709551615UL # else # define ULONG_MAX 4294967295UL # endif # ifdef __USE_ISOC99 /* Minimum and maximum values a `signed long long int' can hold. */ # define LLONG_MAX 9223372036854775807LL # define LLONG_MIN (-LLONG_MAX - 1LL) /* Maximum value an `unsigned long long int' can hold. (Minimum is 0.) */ # define ULLONG_MAX 18446744073709551615ULL # endif /* ISO C99 */ # endif /* limits.h */ #endif /* GCC 2. */ #endif /* !_LIBC_LIMITS_H_ */ /* Get the compiler's limits.h, which defines almost all the ISO constants. We put this #include_next outside the double inclusion check because it should be possible to include this file more than once and still get the definitions from gcc's header. */ #if defined __GNUC__ && !defined _GCC_LIMITS_H_ /* `_GCC_LIMITS_H_' is what GCC's file defines. */ # include_next <limits.h> #endif /* The <limits.h> files in some gcc versions don't define LLONG_MIN, LLONG_MAX, and ULLONG_MAX. Instead only the values gcc defined for ages are available. */ #if defined __USE_ISOC99 && defined __GNUC__ # ifndef LLONG_MIN # define LLONG_MIN (-LLONG_MAX-1) # endif # ifndef LLONG_MAX # define LLONG_MAX __LONG_LONG_MAX__ # endif # ifndef ULLONG_MAX # define ULLONG_MAX (LLONG_MAX * 2ULL + 1) # endif #endif /* The integer width macros are not defined by GCC's <limits.h> before GCC 7, or if _GNU_SOURCE rather than __STDC_WANT_IEC_60559_BFP_EXT__ is used to enable this feature. */ #if __GLIBC_USE (IEC_60559_BFP_EXT_C2X) # ifndef CHAR_WIDTH # define CHAR_WIDTH 8 # endif # ifndef SCHAR_WIDTH # define SCHAR_WIDTH 8 # endif # ifndef UCHAR_WIDTH # define UCHAR_WIDTH 8 # endif # ifndef SHRT_WIDTH # define SHRT_WIDTH 16 # endif # ifndef USHRT_WIDTH # define USHRT_WIDTH 16 # endif # ifndef INT_WIDTH # define INT_WIDTH 32 # endif # ifndef UINT_WIDTH # define UINT_WIDTH 32 # endif # ifndef LONG_WIDTH # define LONG_WIDTH __WORDSIZE # endif # ifndef ULONG_WIDTH # define ULONG_WIDTH __WORDSIZE # endif # ifndef LLONG_WIDTH # define LLONG_WIDTH 64 # endif # ifndef ULLONG_WIDTH # define ULLONG_WIDTH 64 # endif #endif /* Use IEC_60559_BFP_EXT. */ /* The macros for _Bool are not defined by GCC's <limits.h> before GCC 11, or if _GNU_SOURCE is defined rather than enabling C2x support with -std. */ #if __GLIBC_USE (ISOC2X) # ifndef BOOL_MAX # define BOOL_MAX 1 # endif # ifndef BOOL_WIDTH # define BOOL_WIDTH 1 # endif #endif #ifdef __USE_POSIX /* POSIX adds things to <limits.h>. */ # include <bits/posix1_lim.h> #endif #ifdef __USE_POSIX2 # include <bits/posix2_lim.h> #endif #ifdef __USE_XOPEN # include <bits/xopen_lim.h> #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
2026-07-27 07:22:30
..
DIR
-
drwxr-xr-x
2024-02-16 06:37:05
arpa
DIR
-
drwxr-xr-x
2026-07-27 07:22:30
asm-generic
DIR
-
drwxr-xr-x
2026-08-05 11:05:03
c++
DIR
-
drwxr-xr-x
2024-11-27 09:06:33
drm
DIR
-
drwxr-xr-x
2026-08-05 11:05:03
finclude
DIR
-
drwxr-xr-x
2026-07-27 07:22:30
iproute2
DIR
-
drwxr-xr-x
2026-07-02 06:05:49
libdmmp
DIR
-
drwxr-xr-x
2024-02-16 06:53:04
linux
DIR
-
drwxr-xr-x
2026-08-05 11:05:03
misc
DIR
-
drwxr-xr-x
2026-08-05 11:05:03
mtd
DIR
-
drwxr-xr-x
2026-08-05 11:05:03
net
DIR
-
drwxr-xr-x
2026-07-27 07:22:30
netash
DIR
-
drwxr-xr-x
2026-07-27 07:22:30
netatalk
DIR
-
drwxr-xr-x
2026-07-27 07:22:30
netax25
DIR
-
drwxr-xr-x
2026-07-27 07:22:30
neteconet
DIR
-
drwxr-xr-x
2026-07-27 07:22:30
netinet
DIR
-
drwxr-xr-x
2026-07-27 07:22:30
netipx
DIR
-
drwxr-xr-x
2026-07-27 07:22:30
netiucv
DIR
-
drwxr-xr-x
2026-07-27 07:22:30
netpacket
DIR
-
drwxr-xr-x
2026-07-27 07:22:30
netrom
DIR
-
drwxr-xr-x
2026-07-27 07:22:30
netrose
DIR
-
drwxr-xr-x
2026-07-27 07:22:30
nfs
DIR
-
drwxr-xr-x
2026-07-27 07:22:30
node
DIR
-
drwxr-xr-x
2025-04-08 05:12:47
protocols
DIR
-
drwxr-xr-x
2026-07-27 07:22:30
rdma
DIR
-
drwxr-xr-x
2026-08-05 11:05:03
rpc
DIR
-
drwxr-xr-x
2026-07-27 07:22:30
rpcsvc
DIR
-
drwxr-xr-x
2024-11-27 09:06:31
scsi
DIR
-
drwxr-xr-x
2026-08-05 11:05:03
sound
DIR
-
drwxr-xr-x
2026-08-05 11:05:03
tirpc
DIR
-
drwxr-xr-x
2024-11-27 09:06:30
video
DIR
-
drwxr-xr-x
2026-08-05 11:05:03
x86_64-linux-gnu
DIR
-
drwxr-xr-x
2026-07-27 07:22:30
xen
DIR
-
drwxr-xr-x
2026-08-05 11:05:03
xfs
DIR
-
drwxr-xr-x
2022-02-09 04:42:33
aio.h
text/x-c
7.56 KB
-rw-r--r--
2026-07-24 12:11:17
aliases.h
text/x-c
1.98 KB
-rw-r--r--
2026-07-24 12:11:17
alloca.h
text/x-c
1.17 KB
-rw-r--r--
2026-07-24 12:11:17
ar.h
text/x-c
1.69 KB
-rw-r--r--
2026-07-24 12:11:17
argp.h
text/x-c
24.95 KB
-rw-r--r--
2026-07-24 12:11:17
argz.h
text/x-c
5.91 KB
-rw-r--r--
2026-07-24 12:11:17
assert.h
text/x-c
4.53 KB
-rw-r--r--
2026-07-24 12:11:17
byteswap.h
text/x-c
1.42 KB
-rw-r--r--
2026-07-24 12:11:17
complex.h
text/x-c
7.95 KB
-rw-r--r--
2026-07-24 12:11:17
cpio.h
text/x-c
2.21 KB
-rw-r--r--
2026-07-24 12:11:17
crypt.h
text/x-c
10.87 KB
-rw-r--r--
2021-12-17 10:48:21
ctype.h
text/x-c
10.71 KB
-rw-r--r--
2026-07-24 12:11:17
dirent.h
text/x-c
12.22 KB
-rw-r--r--
2026-07-24 12:11:17
dlfcn.h
text/x-c
8.17 KB
-rw-r--r--
2026-07-24 12:11:17
elf.h
text/x-c
179.98 KB
-rw-r--r--
2026-07-24 12:11:17
endian.h
text/x-c
2.25 KB
-rw-r--r--
2026-07-24 12:11:17
envz.h
text/x-c
2.8 KB
-rw-r--r--
2026-07-24 12:11:17
err.h
text/x-c
2.29 KB
-rw-r--r--
2026-07-24 12:11:17
errno.h
text/x-c
1.64 KB
-rw-r--r--
2026-07-24 12:11:17
error.h
text/x-c
2.36 KB
-rw-r--r--
2026-07-24 12:11:17
execinfo.h
text/x-c
1.49 KB
-rw-r--r--
2026-07-24 12:11:17
fcntl.h
text/x-c
9.89 KB
-rw-r--r--
2026-07-24 12:11:17
features-time64.h
text/x-c
1.38 KB
-rw-r--r--
2026-07-24 12:11:17
features.h
text/x-c
17.44 KB
-rw-r--r--
2026-07-24 12:11:17
fenv.h
text/x-c
5.65 KB
-rw-r--r--
2026-07-24 12:11:17
fmtmsg.h
text/x-c
3.16 KB
-rw-r--r--
2026-07-24 12:11:17
fnmatch.h
text/x-c
2.24 KB
-rw-r--r--
2026-07-24 12:11:17
fstab.h
text/x-c
3.04 KB
-rw-r--r--
2026-07-24 12:11:17
fts.h
text/x-c
9.35 KB
-rw-r--r--
2026-07-24 12:11:17
ftw.h
text/x-c
6.19 KB
-rw-r--r--
2026-07-24 12:11:17
gawkapi.h
text/x-c
39.69 KB
-rw-r--r--
2026-07-20 10:38:47
gconv.h
text/x-c
4.11 KB
-rw-r--r--
2026-07-24 12:11:17
getopt.h
text/x-c
1.43 KB
-rw-r--r--
2026-07-24 12:11:17
glob.h
text/x-c
7.13 KB
-rw-r--r--
2026-07-24 12:11:17
gnu-versions.h
text/x-c
2.29 KB
-rw-r--r--
2026-07-24 12:11:17
gnumake.h
text/x-c
2.84 KB
-rw-r--r--
2022-02-15 03:32:21
grp.h
text/x-c
6.53 KB
-rw-r--r--
2026-07-24 12:11:17
gshadow.h
text/x-c
4.42 KB
-rw-r--r--
2026-07-24 12:11:17
iconv.h
text/x-c
1.81 KB
-rw-r--r--
2026-07-24 12:11:17
ifaddrs.h
text/x-c
2.77 KB
-rw-r--r--
2026-07-24 12:11:17
inttypes.h
text/x-c
8.14 KB
-rw-r--r--
2026-07-24 12:11:17
langinfo.h
text/x-c
17.43 KB
-rw-r--r--
2026-07-24 12:11:17
lastlog.h
text/x-c
126 B
-rw-r--r--
2026-07-24 12:11:17
libgen.h
text/x-c
1.35 KB
-rw-r--r--
2026-07-24 12:11:17
libintl.h
text/x-c
4.47 KB
-rw-r--r--
2026-07-24 12:11:17
limits.h
text/x-c
5.57 KB
-rw-r--r--
2026-07-24 12:11:17
link.h
text/x-c
7.62 KB
-rw-r--r--
2026-07-24 12:11:17
locale.h
text/x-c
7.5 KB
-rw-r--r--
2026-07-24 12:11:17
malloc.h
text/x-c
5.84 KB
-rw-r--r--
2026-07-24 12:11:17
math.h
text/x-c
48.7 KB
-rw-r--r--
2026-07-24 12:11:17
mcheck.h
text/x-c
2.38 KB
-rw-r--r--
2026-07-24 12:11:17
memory.h
text/x-c
956 B
-rw-r--r--
2026-07-24 12:11:17
mntent.h
text/x-c
3.28 KB
-rw-r--r--
2026-07-24 12:11:17
monetary.h
text/x-c
1.92 KB
-rw-r--r--
2026-07-24 12:11:17
mpath_cmd.h
text/x-c
4.06 KB
-rw-r--r--
2023-10-31 10:21:59
mpath_persist.h
text/x-c
11.22 KB
-rw-r--r--
2023-10-31 10:21:59
mqueue.h
text/x-c
4.5 KB
-rw-r--r--
2026-07-24 12:11:17
netdb.h
text/x-c
27.79 KB
-rw-r--r--
2026-07-24 12:11:17
nl_types.h
text/x-c
1.71 KB
-rw-r--r--
2026-07-24 12:11:17
nss.h
text/x-c
14.07 KB
-rw-r--r--
2026-07-24 12:11:17
obstack.h
text/x-c
20.81 KB
-rw-r--r--
2026-07-24 12:11:17
paths.h
text/x-c
2.91 KB
-rw-r--r--
2026-07-24 12:11:17
poll.h
text/x-c
22 B
-rw-r--r--
2026-07-24 12:11:17
printf.h
text/x-c
6.71 KB
-rw-r--r--
2026-07-24 12:11:17
proc_service.h
text/x-c
3.4 KB
-rw-r--r--
2026-07-24 12:11:17
pthread.h
text/x-c
47.24 KB
-rw-r--r--
2026-07-24 12:11:17
pty.h
text/x-c
1.53 KB
-rw-r--r--
2026-07-24 12:11:17
pwd.h
text/x-c
6.17 KB
-rw-r--r--
2026-07-24 12:11:17
re_comp.h
text/x-c
963 B
-rw-r--r--
2026-07-24 12:11:17
regex.h
text/x-c
25.3 KB
-rw-r--r--
2026-07-24 12:11:17
regexp.h
text/x-c
1.35 KB
-rw-r--r--
2026-07-24 12:11:17
resolv.h
text/x-c
11.96 KB
-rw-r--r--
2026-07-24 12:11:17
sched.h
text/x-c
4.92 KB
-rw-r--r--
2026-07-24 12:11:17
search.h
text/x-c
5.32 KB
-rw-r--r--
2026-07-24 12:11:17
semaphore.h
text/x-c
3.38 KB
-rw-r--r--
2026-07-24 12:11:17
setjmp.h
text/x-c
3.12 KB
-rw-r--r--
2026-07-24 12:11:17
sgtty.h
text/x-c
1.31 KB
-rw-r--r--
2026-07-24 12:11:17
shadow.h
text/x-c
5.34 KB
-rw-r--r--
2026-07-24 12:11:17
signal.h
text/x-c
12.73 KB
-rw-r--r--
2026-07-24 12:11:17
spawn.h
text/x-c
8.08 KB
-rw-r--r--
2026-07-24 12:11:17
stab.h
text/x-c
264 B
-rw-r--r--
2026-07-24 12:11:17
stdc-predef.h
text/x-c
2.4 KB
-rw-r--r--
2026-07-24 12:11:17
stdint.h
text/x-c
8.28 KB
-rw-r--r--
2026-07-24 12:11:17
stdio.h
text/x-c
30.45 KB
-rw-r--r--
2026-07-24 12:11:17
stdio_ext.h
text/x-c
2.73 KB
-rw-r--r--
2026-07-24 12:11:17
stdlib.h
text/x-c
35.54 KB
-rw-r--r--
2026-07-24 12:11:17
string.h
text/x-c
19 KB
-rw-r--r--
2026-07-24 12:11:17
strings.h
text/x-c
4.64 KB
-rw-r--r--
2026-07-24 12:11:17
sudo_plugin.h
text/x-c
11.64 KB
-rw-r--r--
2026-03-02 01:08:06
syscall.h
text/x-c
25 B
-rw-r--r--
2026-07-24 12:11:17
sysexits.h
text/x-c
5.11 KB
-rw-r--r--
2026-07-24 12:11:17
syslog.h
text/x-c
24 B
-rw-r--r--
2026-07-24 12:11:17
tar.h
text/x-c
3.66 KB
-rw-r--r--
2026-07-24 12:11:17
termio.h
text/x-c
214 B
-rw-r--r--
2026-07-24 12:11:17
termios.h
text/x-c
3.51 KB
-rw-r--r--
2026-07-24 12:11:17
tgmath.h
text/x-c
43.61 KB
-rw-r--r--
2026-07-24 12:11:17
thread_db.h
text/x-c
15.65 KB
-rw-r--r--
2026-07-24 12:11:17
threads.h
text/x-c
7.51 KB
-rw-r--r--
2026-07-24 12:11:17
time.h
text/x-c
14.49 KB
-rw-r--r--
2026-07-24 12:11:17
ttyent.h
text/x-c
2.44 KB
-rw-r--r--
2026-07-24 12:11:17
uchar.h
text/x-c
1.96 KB
-rw-r--r--
2026-07-24 12:11:17
ucontext.h
text/x-c
1.99 KB
-rw-r--r--
2026-07-24 12:11:17
ulimit.h
text/x-c
1.55 KB
-rw-r--r--
2026-07-24 12:11:17
unistd.h
text/x-c
43.91 KB
-rw-r--r--
2026-07-24 12:11:17
utime.h
text/x-c
1.86 KB
-rw-r--r--
2026-07-24 12:11:17
utmp.h
text/x-c
3.15 KB
-rw-r--r--
2026-07-24 12:11:17
utmpx.h
text/x-c
4 KB
-rw-r--r--
2026-07-24 12:11:17
values.h
text/x-c
1.91 KB
-rw-r--r--
2026-07-24 12:11:17
wait.h
text/x-c
22 B
-rw-r--r--
2026-07-24 12:11:17
wchar.h
text/x-c
31.05 KB
-rw-r--r--
2026-07-24 12:11:17
wctype.h
text/x-c
5.42 KB
-rw-r--r--
2026-07-24 12:11:17
wordexp.h
text/x-c
2.44 KB
-rw-r--r--
2026-07-24 12:11:17
~ ACUPOFTEA - www.loginstore.com