|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <fcntl.h>
#include <math.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <string.h>
Go to the source code of this file.
Data Structures |
| struct | option |
Defines |
| #define | _GNU_SOURCE /* for pread/pwrite */ |
| #define | RTLD_LAZY 0x001 |
| #define | RTLD_NOW 0x002 |
| #define | RTLD_GLOBAL 0x100 |
Typedefs |
| typedef int | mode_t |
| typedef long | off_t |
| typedef int | pid_t |
| typedef unsigned int | size_t |
| typedef int | ssize_t |
Functions |
| int | getopt_long (int ___argc, char *const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind) |
| int | getopt_long_only (int ___argc, char *const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind) |
| size_t | getpagesize (void) |
| int | isinf (double x) |
| int | isnan (double x) |
| int | lstat (const char *file_name, struct stat *buf) |
| void * | memmove (void *dest, const void *src, size_t len) |
| ssize_t | pread (int fd, void *buf, size_t count, off_t offset) |
| ssize_t | pwrite (int fd, const void *buf, size_t count, off_t offset) |
| int | statfs (const char *name, struct statfs *info) |
| int | strncasecmp (const char *str1, const char *str2, size_t n) |
| const char * | strerror (int err) |
| int | strcasecmp (const char *str1, const char *str2) |
| int | usleep (unsigned int useconds) |
| void * | memcpy_unaligned (void *dst, const void *src, size_t size) |
| int | mkstemps (char *template, int suffix_len) |
| int | spawnvp (int mode, const char *cmdname, const char *const argv[]) |
Variables |
| char * | optarg |
| int | optind |
| int | opterr |
| int | optopt |
Generated on Sat May 26 2012 05:35:14 for ReactOS by
1.7.6.1
|