/third_party/libabigail/tests/ |
D | test-diff2.cc | 36 bool show_help; member 46 : show_help(false), in options() 58 show_help(const string& progname) in show_help() function 74 opts.show_help = true; in parse_command_line() 88 opts.show_help = true; in parse_command_line() 103 opts.show_help = true; in parse_command_line() 113 if (opts.show_help) in main() 115 show_help(argv[0]); in main()
|
/third_party/libabigail/tools/ |
D | abisym.cc | 37 bool show_help; member 45 : show_help(false), in options() 70 opts.show_help = true; in parse_command_line() 84 opts.show_help = true; in parse_command_line() 91 opts.show_help = true; in parse_command_line() 105 opts.show_help = true; in parse_command_line() 115 if (opts.show_help) in main()
|
/third_party/libfuse/example/ |
D | hello.c | 42 int show_help; member 50 OPTION("-h", show_help), 51 OPTION("--help", show_help), 139 static void show_help(const char *progname) in show_help() function 170 if (options.show_help) { in main() 171 show_help(argv[0]); in main()
|
D | invalidate_path.c | 202 static void show_help(const char *progname) in show_help() function 232 } else if (opts.show_help) { in main() 233 show_help(argv[0]); in main()
|
D | notify_inval_entry.c | 295 static void show_help(const char *progname) in show_help() function 319 if (opts.show_help) { in main() 320 show_help(argv[0]); in main()
|
D | notify_inval_inode.c | 279 static void show_help(const char *progname) in show_help() function 304 if (opts.show_help) { in main() 305 show_help(argv[0]); in main()
|
D | notify_store_retrieve.c | 340 static void show_help(const char *progname) in show_help() function 362 if (opts.show_help) { in main() 363 show_help(argv[0]); in main()
|
D | hello_ll.c | 225 if (opts.show_help) { in main()
|
/third_party/ffmpeg/tools/ |
D | target_dec_fate.sh | 28 show_help(){ function 41 test -z "$1" && show_help 42 test ! -d "$1" && echo $1 is not an accessable directory && show_help 43 test ! -f target_dec_fate.sh && echo $0 Must be run from its location && show_help 44 grep 'CONFIG_OSSFUZZ 0' ../config.h && echo not configured for ossfuzz && show_help
|
/third_party/mesa3d/src/intel/tools/ |
D | intel_stub_gpu.in | 4 function show_help() { 47 show_help 56 show_help 64 [ -z $1 ] && show_help
|
D | intel_sanitize_gpu.in | 4 function show_help() {
|
D | intel_dump_gpu.in | 4 function show_help() {
|
/third_party/ffmpeg/fftools/ |
D | cmdutils.h | 217 …{ "h", OPT_EXIT, { .func_arg = show_help }, "show help", "topic" }, … 218 …{ "?", OPT_EXIT, { .func_arg = show_help }, "show help", "topic" }, … 219 …{ "help", OPT_EXIT, { .func_arg = show_help }, "show help", "topic" }, … 220 …{ "-help", OPT_EXIT, { .func_arg = show_help }, "show help", "topic" }, … 260 int show_help(void *optctx, const char *opt, const char *arg);
|
/third_party/toybox/kconfig/ |
D | mconf.c | 289 static void show_help(struct menu *menu); 652 show_help(submenu); in conf() 696 static void show_help(struct menu *menu) in show_help() function 754 show_help(child); in conf_choice() 757 show_help(menu); in conf_choice() 799 show_help(menu); in conf_string()
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
D | image_diff.cc | 34 bool show_help = false; member 70 opts->show_help = true; in ParseArgs() 160 if (options.show_help) { in main()
|
D | amber.cc | 65 bool show_help = false; member 235 opts->show_help = true; in ParseArgs() 480 if (options.show_help) {
|
/third_party/skia/third_party/externals/swiftshader/src/ |
D | clang-format-all.sh | 10 show_help() function 30 show_help
|
/third_party/libfuse/lib/ |
D | helper.c | 33 FUSE_HELPER_OPT("-h", show_help), 34 FUSE_HELPER_OPT("--help", show_help), 326 if (opts.show_help) { in fuse_main_real() 337 if (!opts.show_help && in fuse_main_real()
|
/third_party/alsa-utils/alsamixer/ |
D | cli.c | 41 static void show_help(void) in show_help() function 83 show_help(); in parse_options()
|
D | mixer_widget.c | 187 static void show_help(void) in show_help() function 584 show_help(); in on_handle_key()
|
/third_party/toybox/lib/ |
D | help.c | 19 void show_help(FILE *out) in show_help() function
|
/third_party/toybox/toys/other/ |
D | help.c | 40 show_help(stdout); in do_help()
|
/third_party/googletest/googletest/scripts/ |
D | gtest-config.in | 12 show_help()
|
/third_party/toybox/ |
D | main.c | 94 show_help(stdout); in toy_singleinit()
|
/third_party/toybox/porting/liteos_a/ |
D | main.c | 94 show_help(stdout); in toy_singleinit()
|