print_type
db_add_print_types(char *print_type, char *c_type)
(void) snprintf(buffer, sizeof (buffer), "%s, %s", print_type, c_type);
if (in_string_table(Database.Print_Types, print_type) == NO) {
char *print_type,
for (print_type = db_get_first_print_type();
print_type != NULL;
print_type = db_get_next_print_type()) {
c_type = strchr(print_type, ','); /* Safe by construction. */
errlog(TRACING, "print_type=%s\n", print_type);
pf_str_name = space_to_uscore(print_type);
pf_str_name, print_type);
char *print_type,
for (print_type = symtab_get_first_print_type();
print_type != NULL;
print_type = symtab_get_next_print_type()) {
errlog(TRACING, "print_type, c_type=%s\n", print_type);
c_type = strchr(print_type, ','); /* Safe by construction. */
pf_str_name = space_to_uscore(print_type);
symtab_add_print_types(char *print_type, char *c_type)
if (strcmp(print_type, "void") == 0 || *print_type == NULL) {
(void) snprintf(buffer, sizeof (buffer), "%s, %s", print_type, c_type);
if (in_string_table(Symtab.Print_Types, print_type) == NO) {
{"type", "Type", SZ_EL(ap_type), compare_type, print_type, set_type_flt},
static void print_type(cfga_list_data_t *, int, char *);
(rv = print_type(fname, addr, flags)) != DCMD_ERR)
(rv = print_type(fname, addr, flags)) != DCMD_ERR)
print_cap(cmd, 1, &argstate, print_type, ndx);
PRINT_CAP_T print_type, Word arg)
if (print_type == PRINT_CAP_T_NDX) {
if ((print_type == PRINT_CAP_T_TAG) && (cap->c_tag != arg)) {
if (print_type == PRINT_CAP_T_TAG) {
if (!printed && (print_type == PRINT_CAP_T_TAG)) {
int print_request, PRINT_CAP_T *print_type)
*print_type = PRINT_CAP_T_NDX;
*print_type = PRINT_CAP_T_TAG;
PRINT_CAP_T print_type = PRINT_CAP_T_ALL;
MSG_ORIG(MSG_STR_ELT), print_only, &print_type);
MSG_ORIG(MSG_STR_ELT), print_only, &print_type);
0, &print_type);
MSG_ORIG(MSG_STR_ELT), 0, &print_type);
MSG_ORIG(MSG_STR_VALUE), print_only, &print_type);
MSG_ORIG(MSG_STR_VALUE), print_only, &print_type);
MSG_ORIG(MSG_STR_VALUE), print_only, &print_type);
MSG_ORIG(MSG_STR_VALUE), print_only, &print_type);
print_cap(cmd, 0, &argstate, print_type, ndx);
PRINT_DYN_T print_type = PRINT_DYN_T_ALL;
print_only, &print_type);
print_only, &print_type);
print_only, &print_type);
print_type = PRINT_DYN_T_NDX;
0, &print_type);
0, &print_type);
print_type = PRINT_DYN_T_RUNPATH;
print_only, &print_type);
print_only, &print_type);
print_only, &print_type);
print_only, &print_type);
print_only, &print_type);
print_only, &print_type);
print_dyn(cmd, 0, &argstate, print_type, ndx);
print_dyn(cmd, 1, &argstate, print_type, ndx);
PRINT_DYN_T print_type, Word arg)
if (print_type == PRINT_DYN_T_NDX) {
((print_type != PRINT_DYN_T_NDX) || ((ndx == arg) || one_shot));
switch (print_type) {
(print_type == PRINT_DYN_T_ALL) &&
(print_type == PRINT_DYN_T_TAG) &&
switch (print_type) {
if (print_type == PRINT_DYN_T_TAG) {
if (print_type == PRINT_DYN_T_RUNPATH)
int print_request, PRINT_DYN_T *print_type)
*print_type = PRINT_DYN_T_NDX;
*print_type = PRINT_DYN_T_TAG;
Word ndx, Word cnt, PRINT_SHDR_T print_type)
switch (print_type) {
PRINT_SHDR_T print_type;
print_type = PRINT_SHDR_ALL;
print_type = PRINT_SHDR_TYPE;
print_type = PRINT_SHDR_NAME;
cnt = (print_type == PRINT_SHDR_ALL) ?
print_shdr(cmd, 0, &argstate, ndx, cnt, print_type);