fail_point_entry
struct fail_point_entry *ent;
TAILQ_HEAD(fail_point_entry_queue, fail_point_entry);
parse_type(struct fail_point_entry *ent, char *beg)
TAILQ_ENTRY(fail_point_entry) fe_entries; /**< next entry ptr */
static struct fail_point_entry *fail_point_entry_new(struct
static void fail_point_entry_destroy(struct fail_point_entry *fp_entry);
struct fail_point_entry *ent;
struct fail_point_entry *ent;
static struct fail_point_entry *
struct fail_point_entry *fp_entry;
fp_entry = fp_malloc(sizeof(struct fail_point_entry),
fail_point_entry_destroy(struct fail_point_entry *fp_entry)
static char *parse_type(struct fail_point_entry *, char *);
struct fail_point_entry *ent;
struct fail_point_entry *ent;
struct fail_point_entry *fp_entry_cpy;
fp_entry_cpy = fp_malloc(sizeof(struct fail_point_entry) *
struct fail_point_entry *ent, *ent_next;
struct fail_point_entry;