Home
last modified time | relevance | path

Searched refs:fmt_flags (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.sbin/mmcformat/
H A Dmmcformat.c579 uint8_t buffer[16], fmt_flags; in uscsi_format_disc() local
582 fmt_flags = 0x80; /* valid info flag */ in uscsi_format_disc()
584 fmt_flags |= 2; in uscsi_format_disc()
586 fmt_flags |= 32; in uscsi_format_disc()
607 buffer[ 1] = 0x80 | fmt_flags; /* Valid info, flags follow */ in uscsi_format_disc()
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_freebsd.c641 fmt_flags(char *buf, int sz, struct kinfo_proc *pp) in fmt_flags() function
814 { "FLG", 3, 0, 84, fmt_flags },
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.cc218 int fmt_flags; in check_format_string() local
246 fmt_flags = format_flags (expected_format_type); in check_format_string()
251 if (!(fmt_flags & FMT_FLAG_PARSE_ARG_CONVERT_EXTERNAL)) in check_format_string()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.c218 int fmt_flags; in check_format_string() local
246 fmt_flags = format_flags (expected_format_type); in check_format_string()
251 if (!(fmt_flags & FMT_FLAG_PARSE_ARG_CONVERT_EXTERNAL)) in check_format_string()