|
ReactOS 0.4.16-dev-2284-g3529151
|
#include <fcntl.h>#include <math.h>#include <sys/types.h>#include <sys/stat.h>#include <string.h>#include <setjmp.h>
Go to the source code of this file.
Classes | |
| struct | statvfs |
| struct | option |
Macros | |
| #define | _GNU_SOURCE /* for pread/pwrite */ |
| #define | RTLD_LAZY 0x001 |
| #define | RTLD_NOW 0x002 |
| #define | RTLD_GLOBAL 0x100 |
| #define | S_ISLNK(mod) (0) |
| #define | S_ISSOCK(mod) (0) |
| #define | S_ISDIR(mod) (((mod) & _S_IFMT) == _S_IFDIR) |
| #define | S_ISCHR(mod) (((mod) & _S_IFMT) == _S_IFCHR) |
| #define | S_ISFIFO(mod) (((mod) & _S_IFMT) == _S_IFIFO) |
| #define | S_ISREG(mod) (((mod) & _S_IFMT) == _S_IFREG) |
| #define | S_IWUSR 0 |
| #define | O_LARGEFILE 0 |
| #define | O_NONBLOCK 0 |
| #define | O_BINARY 0 |
| #define | M_PI 3.14159265358979323846 |
| #define | M_PI_2 1.570796326794896619 |
| #define | __ASM_GLOBAL_FUNC(name, code) |
| #define | _P_WAIT 0 |
| #define | _P_NOWAIT 1 |
| #define | _P_OVERLAY 2 |
| #define | _P_NOWAITO 3 |
| #define | _P_DETACH 4 |
Typedefs | |
| typedef int | mode_t |
| typedef long | off_t |
| typedef int | pid_t |
| typedef unsigned int | size_t |
| typedef int | ssize_t |
| typedef unsigned long | fsblkcnt_t |
| typedef unsigned long | fsfilcnt_t |
| typedef jmp_buf | sigjmp_buf |
Variables | |
| char * | optarg |
| int | optind |
| int | opterr |
| int | optopt |
| typedef unsigned long fsblkcnt_t |
| typedef unsigned long fsfilcnt_t |
| typedef jmp_buf sigjmp_buf |
| int getopt_long | ( | int | ___argc, |
| char *const * | ___argv, | ||
| const char * | __shortopts, | ||
| const struct option * | __longopts, | ||
| int * | __longind | ||
| ) |
Definition at line 283 of file getopt.c.
| int getopt_long_only | ( | int | ___argc, |
| char *const * | ___argv, | ||
| const char * | __shortopts, | ||
| const struct option * | __longopts, | ||
| int * | __longind | ||
| ) |
Definition at line 3088 of file string.c.
Definition at line 73 of file mkstemps.c.
Referenced by chmc_section_create().
Referenced by _fread_nolock(), fread(), and teststream_Read().
Referenced by generate_xa_rr_attributes(), getexecpath(), insert_file_entry(), and Traverse().
| void siglongjmp | ( | sigjmp_buf | buf, |
| int | val | ||
| ) |
Referenced by BackToTop(), Cancel(), CancelGetHostByName(), and XferCanceller().
| int sigsetjmp | ( | sigjmp_buf | buf, |
| int | savesigs | ||
| ) |
Referenced by CommandShell(), FTPGetOneF(), FTPListToMemory2(), FTPPutOneF(), GetHostByName(), GetResponse(), ListCmd(), LocalListCmd(), OpenControlConnection(), and PageCmd().
Definition at line 273 of file errno.c.
Referenced by wave_out_play().