Home
last modified time | relevance | path

Searched defs:format_type (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/lvm2/dist/lib/metadata/
H A Dmetadata-exported.h152 struct format_type { struct
153 struct dm_list list;
154 struct cmd_context *cmd;
155 struct format_handler *ops;
156 struct labeller *labeller;
157 const char *name;
158 const char *alias;
182 const struct format_type *fmt; argument
/dragonfly/contrib/lvm2/dist/include/
H A Dmetadata-exported.h152 struct format_type { struct
153 struct dm_list list;
154 struct cmd_context *cmd;
155 struct format_handler *ops;
156 struct labeller *labeller;
157 const char *name;
158 const char *alias;
182 const struct format_type *fmt; argument
/dragonfly/contrib/xz/src/xz/
H A Dcoder.h22 enum format_type { enum
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-format.c63 enum format_type { printf_format_type, asm_fprintf_format_type, enum
72 int format_type; /* type of format (printf, scanf, etc.) */ member
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-format.c43 enum format_type { printf_format_type, asm_fprintf_format_type, enum
52 int format_type; /* type of format (printf, scanf, etc.) */ member