Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/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
/netbsd-src/external/gpl2/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
/netbsd-src/external/public-domain/xz/dist/src/xz/
H A Dcoder.h22 enum format_type { enum
/netbsd-src/external/bsd/kyua-cli/dist/utils/
H A Dsanity.cpp137 format_type(const utils::assert_type type) in format_type() function
/netbsd-src/usr.sbin/mmcformat/
H A Dmmcformat.c574 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 Dtable.h63 enum format_type { enum
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dgettext-po.c1054 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 Dmessage.h45 enum format_type enum
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.c45 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 Dc-format.cc45 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 Duvideo.c452 #define UVIDEO_FORMAT_INIT_FRAME_BASED(format_type, format_desc, \ argument