#include <stdio.h>#include <stdlib.h>#include <string.h>#include <stdarg.h>#include <ctype.h>

Go to the source code of this file.
Classes | |
| struct | timeval |
Macros | |
| #define | argv_item_t char * |
| #define | DEBUGASSERT(x) do { } WHILE_FALSE |
| #define | DEBUGF(x) do { } WHILE_FALSE |
| #define | false bool_false |
| #define | FALSE false |
| #define | HAVE_BOOL_T |
| #define | HAVE_SIG_ATOMIC_T |
| #define | ISALNUM(x) (isalnum((int) ((unsigned char)x))) |
| #define | ISALPHA(x) (isalpha((int) ((unsigned char)x))) |
| #define | ISASCII(x) (isascii((int) ((unsigned char)x))) |
| #define | ISBLANK(x) |
| #define | ISDIGIT(x) (isdigit((int) ((unsigned char)x))) |
| #define | ISGRAPH(x) (isgraph((int) ((unsigned char)x))) |
| #define | ISLOWER(x) (islower((int) ((unsigned char)x))) |
| #define | ISPRINT(x) (isprint((int) ((unsigned char)x))) |
| #define | ISSPACE(x) (isspace((int) ((unsigned char)x))) |
| #define | ISUPPER(x) (isupper((int) ((unsigned char)x))) |
| #define | ISXDIGIT(x) (isxdigit((int) ((unsigned char)x))) |
| #define | RETSIGTYPE void |
| #define | sclose(x) close((x)) |
| #define | SEND_4TH_ARG 0 |
| #define | SET_SOCKERRNO(x) (errno = (x)) |
| #define | sfcntl fcntl |
| #define | SIG_ATOMIC_T static volatile sig_atomic_t |
| #define | SOCKERRNO (errno) |
| #define | TOLOWER(x) (tolower((int) ((unsigned char)x))) |
| #define | true bool_true |
| #define | TRUE true |
| #define | WHILE_FALSE while(0) |
| #define | ZERO_NULL 0 |
Typedefs | |
| typedef int | sig_atomic_t |
Enumerations | |
| enum | bool { bool_false = 0, bool_true = 1 } |
| #define argv_item_t char * |
Definition at line 524 of file curl_setup_once.h.
| #define DEBUGASSERT | ( | x | ) | do { } WHILE_FALSE |
Definition at line 420 of file curl_setup_once.h.
| #define DEBUGF | ( | x | ) | do { } WHILE_FALSE |
Definition at line 409 of file curl_setup_once.h.
| #define false bool_false |
Definition at line 330 of file curl_setup_once.h.
| #define FALSE false |
Definition at line 347 of file curl_setup_once.h.
| #define HAVE_BOOL_T |
Definition at line 332 of file curl_setup_once.h.
| #define HAVE_SIG_ATOMIC_T |
Definition at line 378 of file curl_setup_once.h.
| #define ISALNUM | ( | x | ) | (isalnum((int) ((unsigned char)x))) |
Definition at line 284 of file curl_setup_once.h.
| #define ISALPHA | ( | x | ) | (isalpha((int) ((unsigned char)x))) |
Definition at line 287 of file curl_setup_once.h.
| #define ISASCII | ( | x | ) | (isascii((int) ((unsigned char)x))) |
Definition at line 291 of file curl_setup_once.h.
| #define ISBLANK | ( | x | ) |
Definition at line 293 of file curl_setup_once.h.
| #define ISDIGIT | ( | x | ) | (isdigit((int) ((unsigned char)x))) |
Definition at line 283 of file curl_setup_once.h.
| #define ISGRAPH | ( | x | ) | (isgraph((int) ((unsigned char)x))) |
Definition at line 286 of file curl_setup_once.h.
| #define ISLOWER | ( | x | ) | (islower((int) ((unsigned char)x))) |
Definition at line 290 of file curl_setup_once.h.
| #define ISPRINT | ( | x | ) | (isprint((int) ((unsigned char)x))) |
Definition at line 288 of file curl_setup_once.h.
| #define ISSPACE | ( | x | ) | (isspace((int) ((unsigned char)x))) |
Definition at line 282 of file curl_setup_once.h.
| #define ISUPPER | ( | x | ) | (isupper((int) ((unsigned char)x))) |
Definition at line 289 of file curl_setup_once.h.
| #define ISXDIGIT | ( | x | ) | (isxdigit((int) ((unsigned char)x))) |
Definition at line 285 of file curl_setup_once.h.
| #define RETSIGTYPE void |
Definition at line 398 of file curl_setup_once.h.
| #define sclose | ( | x | ) | close((x)) |
Definition at line 265 of file curl_setup_once.h.
| #define SEND_4TH_ARG 0 |
Definition at line 125 of file curl_setup_once.h.
| #define SET_SOCKERRNO | ( | x | ) | (errno = (x)) |
Definition at line 434 of file curl_setup_once.h.
| #define sfcntl fcntl |
Definition at line 274 of file curl_setup_once.h.
| #define SIG_ATOMIC_T static volatile sig_atomic_t |
Definition at line 389 of file curl_setup_once.h.
| #define SOCKERRNO (errno) |
Definition at line 433 of file curl_setup_once.h.
| #define TOLOWER | ( | x | ) | (tolower((int) ((unsigned char)x))) |
Definition at line 296 of file curl_setup_once.h.
| #define true bool_true |
Definition at line 331 of file curl_setup_once.h.
| #define TRUE true |
Definition at line 344 of file curl_setup_once.h.
| #define WHILE_FALSE while(0) |
Definition at line 356 of file curl_setup_once.h.
| #define ZERO_NULL 0 |
Definition at line 533 of file curl_setup_once.h.
| typedef int sig_atomic_t |
Definition at line 377 of file curl_setup_once.h.
| enum bool |
| Enumerator | |
|---|---|
| bool_false | |
| bool_true | |
Definition at line 319 of file curl_setup_once.h.