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

  /external/qemu/
qemu-option.h 37 OPT_STRING,
  /external/linux-tools-perf/util/
parse-options.h 123 #define OPT_STRING(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), .value = check_vtype(v, const char **), (a), .help = (h) }

Completed in 165 milliseconds