Searched defs:format_type (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl2/lvm2/dist/lib/metadata/ |
H A D | metadata-exported.h | 152 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
|
/netbsd-src/external/gpl2/lvm2/dist/include/ |
H A D | metadata-exported.h | 152 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
|
/netbsd-src/external/public-domain/xz/dist/src/xz/ |
H A D | coder.h | 22 enum format_type { enum
|
/netbsd-src/external/bsd/kyua-cli/dist/utils/ |
H A D | sanity.cpp | 137 format_type(const utils::assert_type type) in format_type() function
|
/netbsd-src/usr.sbin/mmcformat/ |
H A D | mmcformat.c | 574 uscsi_format_disc(struct uscsi_dev *mydev, int immed, int format_type, in uscsi_format_disc() 693 uint32_t format_type, format_blks, format_param, blockingnr; in main() local
|
/netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/ |
H A D | table.h | 63 enum format_type { enum
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
H A D | gettext-po.c | 1054 po_message_is_format (po_message_t message, const char *format_type) in po_message_is_format() 1073 po_message_set_format (po_message_t message, const char *format_type, /*bool*/int value) in po_message_set_format()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | message.h | 45 enum format_type enum
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-format.c | 45 enum format_type { printf_format_type, asm_fprintf_format_type, enum 55 enum format_type format_type; /* type of format (printf, scanf, etc.) */ member 1225 int format_type = decode_format_type ( in check_function_format() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-format.cc | 45 enum format_type { printf_format_type, asm_fprintf_format_type, enum 55 enum format_type format_type; /* type of format (printf, scanf, etc.) */ member 1217 int format_type = decode_format_type ( in check_function_format() local
|
/netbsd-src/sys/dev/usb/ |
H A D | uvideo.c | 452 #define UVIDEO_FORMAT_INIT_FRAME_BASED(format_type, format_desc, \ argument
|