Home
last modified time | relevance | path

Searched refs:is_option (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/cmake/modules/
DLLVMParseArguments.cmake71 LIST(FIND loption_names "${arg}" is_option)
72 IF (is_option GREATER -1)
74 ELSE (is_option GREATER -1)
76 ENDIF (is_option GREATER -1)
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dmemtoy.h76 #define is_option(OPT) ((gcp->options & OPTION_##OPT) != 0) macro
78 #define show_option(opt, off, on) ( !is_option(opt) ? #off : #on )
Dmemtoy.c137 if (!is_option(VERBOSE)) in vprint()
462 if (!is_option(INTERACTIVE)) in main()
Dcommands.c1178 if (is_option(INTERACTIVE)) in process_commands()
1184 is_option(INTERACTIVE) ? "" : "EOF on stdin"); in process_commands()
1222 if (!is_option(INTERACTIVE) && in process_commands()
1231 if (!is_option(INTERACTIVE)) { in process_commands()
/external/ltp/utils/ffsb-6.0-rc2/
Dparser.c422 int is_option; in handle_container() local
435 is_option = set_option(buf, options); in handle_container()
454 if (!is_option && !tmp_container) { in handle_container()
579 int is_option; in parse() local
583 is_option = set_option(buf, profile_conf->global); in parse()
608 if (!is_option && !tmp_container) { in parse()