#include "ansidecl.h"#include <stdio.h>#include <sys/types.h>#include <errno.h>#include <unistd.h>#include <string.h>#include <stdlib.h>#include <fcntl.h>Include dependency graph for bucomm.h:

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

Go to the source code of this file.
Defines | |
| #define | boolean bfd_boolean |
| #define | true TRUE |
| #define | false FALSE |
Functions | |
| char * | alloca () |
| void bfd_nonfatal | PARAMS ((CONST char *)) |
| void fatal | PARAMS ((CONST char *,...)) |
| void set_default_bfd_target | PARAMS ((void)) |
| void list_matching_formats | PARAMS ((char **p)) |
| void list_supported_targets | PARAMS ((const char *, FILE *)) |
| void print_arelt_descr | PARAMS ((FILE *file, bfd *abfd, boolean verbose)) |
| char *make_tempname | PARAMS ((char *)) |
| bfd_vma parse_vma | PARAMS ((const char *, const char *)) |
| void mode_string | PARAMS ((unsigned long mode, char *buf)) |
| void print_version | PARAMS ((const char *)) |
| PTR xmalloc | PARAMS ((size_t)) |
| PTR xrealloc | PARAMS ((PTR, size_t)) |
Variables | |
| char * | program_name |
| #define false FALSE |
Definition at line 56 of file bucomm.h.
Referenced by NDB_CPC::telnetclient::telnetClient::telnetClient().
| #define true TRUE |
Definition at line 55 of file bucomm.h.
Referenced by Ndbfs::execFSCLOSEREQ(), and NDB_CPC::telnetclient::telnetClient::ProcessOptions().
| char* alloca | ( | ) |
| PTR xrealloc PARAMS | ( | (PTR, size_t) | ) |
| PTR xmalloc PARAMS | ( | (size_t) | ) |
| void print_version PARAMS | ( | (const char *) | ) |
| void mode_string PARAMS | ( | (unsigned long mode, char *buf) | ) |
| bfd_vma parse_vma PARAMS | ( | (const char *, const char *) | ) |
| char* make_tempname PARAMS | ( | (char *) | ) |
| void list_supported_targets PARAMS | ( | (const char *, FILE *) | ) |
| void list_matching_formats PARAMS | ( | (char **p) | ) |
| void set_default_bfd_target PARAMS | ( | (void) | ) |
| void fatal PARAMS | ( | (CONST char *,...) | ) |
| void bfd_nonfatal PARAMS | ( | (CONST char *) | ) |
| char* program_name |
Definition at line 39 of file bucomm.c.
Referenced by bfd_nonfatal(), fatal(), list_matching_formats(), parse_vma(), and pstack_install_segv_action().
1.4.7

