HomeSort by: relevance | last modified time | path
    Searched refs:fmt_flags (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/mmcformat/
mmcformat.c 579 uint8_t buffer[16], fmt_flags; local
582 fmt_flags = 0x80; /* valid info flag */
584 fmt_flags |= 2;
586 fmt_flags |= 32;
607 buffer[ 1] = 0x80 | fmt_flags; /* Valid info, flags follow */
  /src/external/bsd/top/dist/machine/
m_freebsd.c 641 fmt_flags(char *buf, int sz, struct kinfo_proc *pp) function
814 { "FLG", 3, 0, 84, fmt_flags },
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-format.cc 216 int fmt_flags; local
244 fmt_flags = format_flags (expected_format_type);
249 if (!(fmt_flags & FMT_FLAG_PARSE_ARG_CONVERT_EXTERNAL))
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-format.cc 218 int fmt_flags; local
246 fmt_flags = format_flags (expected_format_type);
251 if (!(fmt_flags & FMT_FLAG_PARSE_ARG_CONVERT_EXTERNAL))

Completed in 61 milliseconds