HomeSort by: relevance | last modified time | path
    Searched defs:format_type (Results 1 - 10 of 10) sorted by relevancy

  /src/external/public-domain/xz/dist/src/xz/
coder.h 22 enum format_type { enum
38 extern enum format_type opt_format;
  /src/external/bsd/kyua-cli/dist/utils/
sanity.cpp 137 format_type(const utils::assert_type type) function in namespace:__anon7004
166 std::cerr << "*** " << file << ":" << line << ": " << format_type(type);
  /src/external/gpl2/groff/dist/src/preproc/tbl/
table.h 63 enum format_type { enum
76 format_type type;
78 entry_format(format_type);
  /src/usr.sbin/mmcformat/
mmcformat.c 574 uscsi_format_disc(struct uscsi_dev *mydev, int immed, int format_type,
616 buffer[ 8] = (format_type << 2) | certification;
693 uint32_t format_type, format_blks, format_param, blockingnr; local
892 format_type = 0;
916 format_type = 0x00;
919 format_type = mrw ? 0x24 : 0x10;
924 format_type = 0x10;
932 format_type = mrw ? 0x24 : 0x26;
935 format_type = spare ? 0x30 : 0x31;
949 format_type = 0x01
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/src/
message.h 45 enum format_type enum
69 #define NFORMATS 21 /* Number of format_type enum values. */
  /src/external/gpl2/lvm2/dist/include/
metadata-exported.h 152 struct format_type { struct
182 const struct format_type *fmt;
202 const struct format_type *fmt;
  /src/external/gpl2/lvm2/dist/lib/metadata/
metadata-exported.h 152 struct format_type { struct
182 const struct format_type *fmt;
202 const struct format_type *fmt;
  /src/external/gpl3/gcc/dist/gcc/c-family/
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 in struct:function_format_info
75 static format_type decode_format_type (const char *, bool * = NULL);
353 info->format_type = decode_format_type (p, &info->is_raw);
356 && info->format_type == gcc_objc_string_format_type)
361 info->format_type = format_type_error;
365 if (info->format_type == format_type_error)
935 /* This must be in the same order as enum format_type. */
1125 static format_type
1261 int format_type = decode_format_type ( local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
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 in struct:function_format_info
75 static format_type decode_format_type (const char *, bool * = NULL);
354 info->format_type = decode_format_type (p, &info->is_raw);
357 && info->format_type == gcc_objc_string_format_type)
362 info->format_type = format_type_error;
366 if (info->format_type == format_type_error)
923 /* This must be in the same order as enum format_type. */
1113 static format_type
1217 int format_type = decode_format_type ( local
    [all...]
  /src/external/bsd/tmux/dist/
format.c 128 enum format_type { enum
148 enum format_type type;

Completed in 39 milliseconds