|
pacemaker
2.1.4-dc6eb4362
Scalable High-Availability cluster resource manager
|
#include <dirent.h>#include <errno.h>

Go to the source code of this file.
Macros | |
| #define | _GNU_SOURCE |
| #define | PCMK__ENOTUNIQ |
| #define | ENOTUNIQ 190 |
| #define | PCMK__ECOMM |
| #define | ECOMM 191 |
| #define | PCMK__ELIBACC |
| #define | ELIBACC 192 |
| #define | PCMK__EREMOTIO |
| #define | EREMOTEIO 193 |
| #define | PCMK__ENOKEY |
| #define | ENOKEY 195 |
| #define | PCMK__ENODATA |
| #define | ENODATA 196 |
| #define | PCMK__ETIME |
| #define | ETIME 197 |
| #define | PCMK__EKEYREJECTED |
| #define | EKEYREJECTED 200 |
Functions | |
| int | daemon (int nochdir, int noclose) |
| int | setenv (const char *name, const char *value, int why) |
| char * | strerror (int errnum) |
| char * | strchrnul (const char *s, int c_in) |
| int | alphasort (const void *dirent1, const void *dirent2) |
| size_t | strnlen (const char *s, size_t maxlen) |
| char * | strndup (const char *str, size_t len) |
| #define _GNU_SOURCE |
Definition at line 20 of file portability.h.
| #define ECOMM 191 |
Definition at line 125 of file portability.h.
| #define EKEYREJECTED 200 |
Definition at line 155 of file portability.h.
| #define ELIBACC 192 |
Definition at line 130 of file portability.h.
| #define ENODATA 196 |
Definition at line 145 of file portability.h.
| #define ENOKEY 195 |
Definition at line 140 of file portability.h.
| #define ENOTUNIQ 190 |
Definition at line 120 of file portability.h.
| #define EREMOTEIO 193 |
Definition at line 135 of file portability.h.
| #define ETIME 197 |
Definition at line 150 of file portability.h.
| #define PCMK__ECOMM |
Definition at line 124 of file portability.h.
| #define PCMK__EKEYREJECTED |
Definition at line 154 of file portability.h.
| #define PCMK__ELIBACC |
Definition at line 129 of file portability.h.
| #define PCMK__ENODATA |
Definition at line 144 of file portability.h.
| #define PCMK__ENOKEY |
Definition at line 139 of file portability.h.
| #define PCMK__ENOTUNIQ |
Definition at line 119 of file portability.h.
| #define PCMK__EREMOTIO |
Definition at line 134 of file portability.h.
| #define PCMK__ETIME |
Definition at line 149 of file portability.h.
| int alphasort | ( | const void * | dirent1, |
| const void * | dirent2 | ||
| ) |
| int daemon | ( | int | nochdir, |
| int | noclose | ||
| ) |
| int setenv | ( | const char * | name, |
| const char * | value, | ||
| int | why | ||
| ) |
| char* strchrnul | ( | const char * | s, |
| int | c_in | ||
| ) |
| char* strerror | ( | int | errnum | ) |
| char* strndup | ( | const char * | str, |
| size_t | len | ||
| ) |
| size_t strnlen | ( | const char * | s, |
| size_t | maxlen | ||
| ) |
1.8.14