HomeSort by relevance Sort by last modified time
    Searched refs:is_option (Results 1 - 4 of 4) sorted by null

  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
memtoy.h 76 #define is_option(OPT) ((gcp->options & OPTION_##OPT) != 0) macro
78 #define show_option(opt, off, on) ( !is_option(opt) ? #off : #on )
memtoy.c 140 if (!is_option(VERBOSE))
465 if (!is_option(INTERACTIVE))
commands.c 1181 if (is_option(INTERACTIVE))
1187 is_option(INTERACTIVE) ? "" : "EOF on stdin");
1225 if (!is_option(INTERACTIVE) &&
1234 if (!is_option(INTERACTIVE)) {
  /external/ltp/utils/ffsb-6.0-rc2/
parser.c 422 int is_option; local
435 is_option = set_option(buf, options);
454 if (!is_option && !tmp_container) {
579 int is_option; local
583 is_option = set_option(buf, profile_conf->global);
608 if (!is_option && !tmp_container) {

Completed in 195 milliseconds