![]() |
Octopus
|
Go to the source code of this file.
Classes | |
struct | fenv_t |
struct | femode_t |
Typedefs | |
typedef unsigned short int | fexcept_t |
typedef long int | __clock_t |
typedef unsigned long int | __rlim_t |
typedef unsigned long int | __rlim64_t |
typedef unsigned int | __id_t |
typedef long int | __time_t |
typedef unsigned int | __useconds_t |
typedef long int | __suseconds_t |
typedef long int | __suseconds64_t |
typedef int | __daddr_t |
typedef int | __key_t |
typedef int | __clockid_t |
typedef void * | __timer_t |
typedef long int | __blksize_t |
typedef long int | __blkcnt_t |
typedef long int | __blkcnt64_t |
typedef unsigned long int | __fsblkcnt_t |
typedef unsigned long int | __fsblkcnt64_t |
typedef unsigned long int | __fsfilcnt_t |
typedef unsigned long int | __fsfilcnt64_t |
typedef long int | __fsword_t |
typedef long int | __ssize_t |
typedef long int | __syscall_slong_t |
typedef unsigned long int | __syscall_ulong_t |
typedef __off64_t | __loff_t |
typedef char * | __caddr_t |
typedef long int | __intptr_t |
typedef unsigned int | __socklen_t |
typedef int | __sig_atomic_t |
typedef __ssize_t | ssize_t |
typedef long unsigned int | size_t |
typedef __gid_t | gid_t |
typedef __uid_t | uid_t |
typedef __off_t | off_t |
typedef __off64_t | off64_t |
typedef __useconds_t | useconds_t |
typedef __pid_t | pid_t |
typedef __intptr_t | intptr_t |
typedef __socklen_t | socklen_t |
Functions | |
int | feclearexcept (int __excepts) __attribute__((__nothrow__ |
int | fegetexceptflag (fexcept_t *__flagp, int __excepts) __attribute__((__nothrow__ |
int | feraiseexcept (int __excepts) __attribute__((__nothrow__ |
int | fesetexcept (int __excepts) __attribute__((__nothrow__ |
int | fesetexceptflag (const fexcept_t *__flagp, int __excepts) __attribute__((__nothrow__ |
int | fetestexcept (int __excepts) __attribute__((__nothrow__ |
int | fetestexceptflag (const fexcept_t *__flagp, int __excepts) __attribute__((__nothrow__ |
int | fegetround (void) |
int | access (const char *__name, int __type) __attribute__((__nothrow__ |
int __leaf__ | __attribute__ ((__nonnull__(1))) |
int | euidaccess (const char *__name, int __type) __attribute__((__nothrow__ |
int | eaccess (const char *__name, int __type) __attribute__((__nothrow__ |
int | execveat (int __fd, const char *__path, char *const __argv[], char *const __envp[], int __flags) __attribute__((__nothrow__ |
int __leaf__ | __attribute__ ((__nonnull__(2, 3))) |
int | faccessat (int __fd, const char *__file, int __type, int __flag) __attribute__((__nothrow__ |
int __leaf__ | __attribute__ ((__nonnull__(2))) |
__off_t | lseek (int __fd, __off_t __offset, int __whence) __attribute__((__nothrow__ |
__off64_t | lseek64 (int __fd, __off64_t __offset, int __whence) __attribute__((__nothrow__ |
int | close (int __fd) |
void | closefrom (int __lowfd) __attribute__((__nothrow__ |
ssize_t | read (int __fd, void *__buf, size_t __nbytes) __attribute__((__access__(__write_only__ |
ssize_t ssize_t | write (int __fd, const void *__buf, size_t __n) __attribute__((__access__(__read_only__ |
ssize_t ssize_t ssize_t | pread (int __fd, void *__buf, size_t __nbytes, __off_t __offset) __attribute__((__access__(__write_only__ |
ssize_t ssize_t ssize_t ssize_t | pwrite (int __fd, const void *__buf, size_t __n, __off_t __offset) __attribute__((__access__(__read_only__ |
ssize_t ssize_t ssize_t ssize_t ssize_t | pread64 (int __fd, void *__buf, size_t __nbytes, __off64_t __offset) __attribute__((__access__(__write_only__ |
ssize_t ssize_t ssize_t ssize_t ssize_t ssize_t | pwrite64 (int __fd, const void *__buf, size_t __n, __off64_t __offset) __attribute__((__access__(__read_only__ |
ssize_t ssize_t ssize_t ssize_t ssize_t ssize_t int | pipe (int __pipedes[2]) __attribute__((__nothrow__ |
int | pipe2 (int __pipedes[2], int __flags) __attribute__((__nothrow__ |
unsigned int | alarm (unsigned int __seconds) __attribute__((__nothrow__ |
unsigned int | sleep (unsigned int __seconds) |
__useconds_t | ualarm (__useconds_t __value, __useconds_t __interval) __attribute__((__nothrow__ |
int | usleep (__useconds_t __useconds) |
int | pause (void) |
int | chown (const char *__file, __uid_t __owner, __gid_t __group) __attribute__((__nothrow__ |
int | fchown (int __fd, __uid_t __owner, __gid_t __group) __attribute__((__nothrow__ |
int | lchown (const char *__file, __uid_t __owner, __gid_t __group) __attribute__((__nothrow__ |
int | fchownat (int __fd, const char *__file, __uid_t __owner, __gid_t __group, int __flag) __attribute__((__nothrow__ |
int | chdir (const char *__path) __attribute__((__nothrow__ |
int | fchdir (int __fd) __attribute__((__nothrow__ |
char * | getcwd (char *__buf, size_t __size) __attribute__((__nothrow__ |
char * | get_current_dir_name (void) |
long int | pathconf (const char *__path, int __name) __attribute__((__nothrow__ |
long int | fpathconf (int __fd, int __name) __attribute__((__nothrow__ |
long int | sysconf (int __name) __attribute__((__nothrow__ |
size_t | confstr (int __name, char *__buf, size_t __len) __attribute__((__nothrow__ |
size_t __leaf__ | __attribute__ ((__access__(__write_only__, 2, 3))) |
Variables | |
int | __leaf__ |
__fsid_t | |
typedef unsigned short int fexcept_t |
Definition at line 92 of file debug_low.c.
typedef long int __clock_t |
Definition at line 305 of file debug_low.c.
typedef unsigned long int __rlim_t |
Definition at line 306 of file debug_low.c.
typedef unsigned long int __rlim64_t |
Definition at line 307 of file debug_low.c.
typedef unsigned int __id_t |
Definition at line 308 of file debug_low.c.
typedef long int __time_t |
Definition at line 309 of file debug_low.c.
typedef unsigned int __useconds_t |
Definition at line 310 of file debug_low.c.
typedef long int __suseconds_t |
Definition at line 311 of file debug_low.c.
typedef long int __suseconds64_t |
Definition at line 312 of file debug_low.c.
typedef int __daddr_t |
Definition at line 314 of file debug_low.c.
typedef int __key_t |
Definition at line 315 of file debug_low.c.
typedef int __clockid_t |
Definition at line 318 of file debug_low.c.
typedef void* __timer_t |
Definition at line 321 of file debug_low.c.
typedef long int __blksize_t |
Definition at line 324 of file debug_low.c.
typedef long int __blkcnt_t |
Definition at line 329 of file debug_low.c.
typedef long int __blkcnt64_t |
Definition at line 330 of file debug_low.c.
typedef unsigned long int __fsblkcnt_t |
Definition at line 333 of file debug_low.c.
typedef unsigned long int __fsblkcnt64_t |
Definition at line 334 of file debug_low.c.
typedef unsigned long int __fsfilcnt_t |
Definition at line 337 of file debug_low.c.
typedef unsigned long int __fsfilcnt64_t |
Definition at line 338 of file debug_low.c.
typedef long int __fsword_t |
Definition at line 341 of file debug_low.c.
typedef long int __ssize_t |
Definition at line 343 of file debug_low.c.
typedef long int __syscall_slong_t |
Definition at line 346 of file debug_low.c.
typedef unsigned long int __syscall_ulong_t |
Definition at line 348 of file debug_low.c.
Definition at line 352 of file debug_low.c.
typedef char* __caddr_t |
Definition at line 353 of file debug_low.c.
typedef long int __intptr_t |
Definition at line 356 of file debug_low.c.
typedef unsigned int __socklen_t |
Definition at line 359 of file debug_low.c.
typedef int __sig_atomic_t |
Definition at line 364 of file debug_low.c.
Definition at line 368 of file debug_low.c.
typedef long unsigned int size_t |
Definition at line 376 of file debug_low.c.
Definition at line 383 of file debug_low.c.
Definition at line 388 of file debug_low.c.
Definition at line 394 of file debug_low.c.
Definition at line 401 of file debug_low.c.
typedef __useconds_t useconds_t |
Definition at line 406 of file debug_low.c.
Definition at line 411 of file debug_low.c.
typedef __intptr_t intptr_t |
Definition at line 418 of file debug_low.c.
typedef __socklen_t socklen_t |
Definition at line 425 of file debug_low.c.
anonymous enum |
Enumerator | |
---|---|
FE_INVALID | |
__FE_DENORM | |
FE_DIVBYZERO | |
FE_OVERFLOW | |
FE_UNDERFLOW | |
FE_INEXACT |
Definition at line 48 of file debug_low.c.
anonymous enum |
Enumerator | |
---|---|
FE_TONEAREST | |
FE_DOWNWARD | |
FE_UPWARD | |
FE_TOWARDZERO |
Definition at line 74 of file debug_low.c.
anonymous enum |
Definition at line 722 of file debug_low.c.
anonymous enum |
Definition at line 1190 of file debug_low.c.
int feclearexcept | ( | int | __excepts | ) |
int fegetexceptflag | ( | fexcept_t * | __flagp, |
int | __excepts | ||
) |
int feraiseexcept | ( | int | __excepts | ) |
int fesetexcept | ( | int | __excepts | ) |
int fesetexceptflag | ( | const fexcept_t * | __flagp, |
int | __excepts | ||
) |
int fetestexcept | ( | int | __excepts | ) |
int fetestexceptflag | ( | const fexcept_t * | __flagp, |
int | __excepts | ||
) |
int fegetround | ( | void | ) |
Definition at line 167 of file debug_low.c.
int access | ( | const char * | __name, |
int | __type | ||
) |
int __leaf__ __attribute__ | ( | (__nonnull__(1)) | ) |
int euidaccess | ( | const char * | __name, |
int | __type | ||
) |
int eaccess | ( | const char * | __name, |
int | __type | ||
) |
int execveat | ( | int | __fd, |
const char * | __path, | ||
char *const | __argv[], | ||
char *const | __envp[], | ||
int | __flags | ||
) |
int __leaf__ __attribute__ | ( | (__nonnull__(2, 3)) | ) |
int faccessat | ( | int | __fd, |
const char * | __file, | ||
int | __type, | ||
int | __flag | ||
) |
int __leaf__ __attribute__ | ( | (__nonnull__(2)) | ) |
int close | ( | int | __fd | ) |
void closefrom | ( | int | __lowfd | ) |
ssize_t ssize_t ssize_t ssize_t pwrite | ( | int | __fd, |
const void * | __buf, | ||
size_t | __n, | ||
__off_t | __offset | ||
) |
ssize_t ssize_t ssize_t ssize_t ssize_t pread64 | ( | int | __fd, |
void * | __buf, | ||
size_t | __nbytes, | ||
__off64_t | __offset | ||
) |
ssize_t ssize_t ssize_t ssize_t ssize_t ssize_t pwrite64 | ( | int | __fd, |
const void * | __buf, | ||
size_t | __n, | ||
__off64_t | __offset | ||
) |
int pipe2 | ( | int | __pipedes[2], |
int | __flags | ||
) |
unsigned int alarm | ( | unsigned int | __seconds | ) |
unsigned int sleep | ( | unsigned int | __seconds | ) |
__useconds_t ualarm | ( | __useconds_t | __value, |
__useconds_t | __interval | ||
) |
int usleep | ( | __useconds_t | __useconds | ) |
int pause | ( | void | ) |
int chdir | ( | const char * | __path | ) |
int fchdir | ( | int | __fd | ) |
char * getcwd | ( | char * | __buf, |
size_t | __size | ||
) |
char * get_current_dir_name | ( | void | ) |
Definition at line 580 of file debug_low.c.
long int pathconf | ( | const char * | __path, |
int | __name | ||
) |
long int fpathconf | ( | int | __fd, |
int | __name | ||
) |
long int sysconf | ( | int | __name | ) |
double __leaf__ |
Definition at line 134 of file debug_low.c.
Definition at line 304 of file debug_low.c.