Home
last modified time | relevance | path

Searched defs:OPT_BOOLEAN (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_argparse.h114 #define OPT_BOOLEAN(...) { ARGPARSE_OPT_BOOLEAN, __VA_ARGS__ } macro
/OK3568_Linux_fs/kernel/tools/lib/subcmd/
H A Dparse-options.h125 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … macro