#include <stdio.h>#include <memory.h>#include <stdlib.h>#include <string.h>#include <cray/format.h>#include <cray/portdefs.h>
Go to the source code of this file.
Functions | |
| void | _dumppfmt (fmt_type *parsed_format) |
| void _dumppfmt | ( | fmt_type * | parsed_format | ) |
Definition at line 47 of file dumppfmt.c.
References A_ED, B_ED, BN_ED, BZ_ED, COLON_ED, D_ED, fmt_entry::default_digits, fmt_entry::digits_field, DOLLAR_ED, E_ED, EN_ED, ENDREP_OP, ES_ED, fmt_entry::exponent, F_ED, fmt_entry::field_width, FMT_ENTRY_BYTE_SIZE, FMT_ENTRY_WORD_SIZE, G_ED, I_ED, L_ED, NULL, O_ED, fmt_entry::offset, fmt_entry::op_code, P_ED, Q_ED, R_ED, fmt_entry::rep_count, REPEAT_OP, fmt_entry::reserved2, fmt_entry::reserved3, REVERT_OP, fmt_entry::rgcdedf, S_ED, SLASH_ED, SP_ED, SS_ED, STRING_ED, T_ED, TL_ED, TR_ED, and Z_ED.
1.6.1