#include "ansidecl.h"Include dependency graph for libiberty.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | _hex_array_size 256 |
| #define | _hex_bad 99 |
| #define | hex_p(c) (hex_value (c) != _hex_bad) |
| #define | hex_value(c) (_hex_value[(unsigned char) (c)]) |
| #define | PEXECUTE_FIRST 1 |
| #define | PEXECUTE_LAST 2 |
| #define | PEXECUTE_ONE (PEXECUTE_FIRST + PEXECUTE_LAST) |
| #define | PEXECUTE_SEARCH 4 |
| #define | PEXECUTE_VERBOSE 8 |
Functions | |
| char **buildargv | PARAMS ((char *)) |
| void freeargv | PARAMS ((char **)) |
| char * | basename () |
| char *concat | PARAMS ((const char *,...)) |
| int fdmatch | PARAMS ((int fd1, int fd2)) |
| long get_run_time | PARAMS ((void)) |
| const char *spaces | PARAMS ((int count)) |
| const char *strerrno | PARAMS ((int)) |
| int strtoerrno | PARAMS ((const char *)) |
| int xatexit | PARAMS ((void(*fn)(void))) |
| void xexit | PARAMS ((int status)) |
| PTR xmalloc | PARAMS ((size_t)) |
| PTR xrealloc | PARAMS ((PTR, size_t)) |
| PTR xcalloc | PARAMS ((size_t, size_t)) |
| int pexecute | PARAMS ((const char *, char *const *, const char *, const char *, char **, char **, int)) |
| int pwait | PARAMS ((int, int *, int)) |
Variables | |
| char | _hex_value [_hex_array_size] |
| #define _hex_array_size 256 |
Definition at line 149 of file libiberty.h.
| #define _hex_bad 99 |
Definition at line 150 of file libiberty.h.
| #define hex_p | ( | c | ) | (hex_value (c) != _hex_bad) |
Definition at line 153 of file libiberty.h.
| #define hex_value | ( | c | ) | (_hex_value[(unsigned char) (c)]) |
Definition at line 156 of file libiberty.h.
| #define PEXECUTE_FIRST 1 |
Definition at line 160 of file libiberty.h.
| #define PEXECUTE_LAST 2 |
Definition at line 161 of file libiberty.h.
| #define PEXECUTE_ONE (PEXECUTE_FIRST + PEXECUTE_LAST) |
Definition at line 162 of file libiberty.h.
| #define PEXECUTE_SEARCH 4 |
Definition at line 163 of file libiberty.h.
| #define PEXECUTE_VERBOSE 8 |
Definition at line 164 of file libiberty.h.
| char* basename | ( | ) |
| int pwait PARAMS | ( | (int, int *, int) | ) |
| int pexecute PARAMS | ( | (const char *, char *const *, const char *, const char *, char **, char **, int) | ) |
| PTR xrealloc PARAMS | ( | (PTR, size_t) | ) |
| PTR xmalloc PARAMS | ( | (size_t) | ) |
| void xexit PARAMS | ( | (int status) | ) |
| int xatexit PARAMS | ( | (void(*fn)(void)) | ) |
| int strtoerrno PARAMS | ( | (const char *) | ) |
| const char* strerrno PARAMS | ( | (int) | ) |
| const char* spaces PARAMS | ( | (int count) | ) |
| long get_run_time PARAMS | ( | (void) | ) |
| int fdmatch PARAMS | ( | (int fd1, int fd2) | ) |
| char* concat PARAMS | ( | (const char *,...) | ) |
| void freeargv PARAMS | ( | (char **) | ) |
| char** buildargv PARAMS | ( | (char *) | ) |
| char _hex_value[_hex_array_size] |
1.4.7

