|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 73 of file mkstemps.c.
Referenced by chmc_section_create().
Referenced by 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 23 of file compat_str.c.
Referenced by _lzx_get_bytes(), aargh(), adns__must_gettimeofday(), adns__query_send(), adns__querysend_tcp(), adns__tcp_tryconnect(), adns_processreadable(), adns_processwriteable(), adns_wait(), adnsfail(), chmc_init(), chmc_section_create(), clnt_spcreateerror(), clnt_sperror(), errmsgstr(), Error(), fd_event(), fileClient(), fs_flush(), get_ImageBase(), gl_file(), logMess(), main(), mpg123_open(), open_stream(), pdie(), process_directory(), processRequest(), proclog(), rdp2vnc_connect(), readconfig(), rw(), SError(), ServeOneClient(), Server(), set_LogFile(), sysfail(), Test__sys_errlist(), test_file_inherit_child(), test_file_inherit_child_no(), TIFFOpen(), TRIO_ARGS1(), ui_select(), verr(), vwarn(), write_dlldata(), and write_dlldata_list().
Referenced by wave_out_play().