HomeSort by relevance Sort by last modified time
    Searched full:opt_format (Results 1 - 2 of 2) sorted by null

  /external/vboot_reference/futility/
cmd_dump_fmap.c 25 static int opt_format = FMT_NORMAL; variable
63 if (FMT_NORMAL == opt_format) {
93 switch (opt_format) {
140 if (FMT_NORMAL == opt_format)
433 opt_format = FMT_PRETTY;
436 opt_format = FMT_FLASHROM;
442 opt_format = FMT_HUMAN;
492 switch (opt_format) {
  /external/elfutils/src/src/
size.c 52 #define OPT_FORMAT 0x100
59 { "format", OPT_FORMAT, "FORMAT", 0,
255 case OPT_FORMAT:

Completed in 71 milliseconds