| /third_party/libabigail/tests/ |
| H A 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/ |
| H A 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/ |
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A D | hello_ll.c | 225 if (opts.show_help) { in main()
|
| H A D | hello_ll_uds.c | 319 if (opts.show_help) { in main()
|
| /third_party/ffmpeg/tools/ |
| H A 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/ |
| H A D | intel_stub_gpu.in | 4 function show_help() { function 47 show_help 56 show_help 64 [ -z $1 ] && show_help
|
| H A D | intel_sanitize_gpu.in | 4 function show_help() { function 33 show_help 42 show_help 50 [ -z $1 ] && show_help
|
| H A D | intel_dump_gpu.in | 4 function show_help() { function 124 show_help 133 show_help 141 [ -z $1 ] && show_help
|
| /third_party/ffmpeg/fftools/ |
| H A D | opt_common.h | 63 int show_help(void *optctx, const char *opt, const char *arg); 201 { "h", OPT_EXIT, { .func_arg = show_help }, "show help", "topic" }, \ 202 { "?", OPT_EXIT, { .func_arg = show_help }, "show help", "topic" }, \ 203 { "help", OPT_EXIT, { .func_arg = show_help }, "show help", "topic" }, \ 204 { "-help", OPT_EXIT, { .func_arg = show_help }, "show help", "topic" }, \
|
| /third_party/vk-gl-cts/external/amber/src/samples/ |
| H A D | image_diff.cc | 34 bool show_help = false; member 70 opts->show_help = true; in ParseArgs() 160 if (options.show_help) { in main()
|
| H A D | amber.cc | 65 bool show_help = false; member 235 opts->show_help = true; in ParseArgs() 480 if (options.show_help) {
|
| /third_party/toybox/kconfig/ |
| H A 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/skia/third_party/externals/swiftshader/src/ |
| H A D | clang-format-all.sh | 10 show_help() function 30 show_help
|
| /third_party/libfuse/lib/ |
| H A 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/ |
| H A D | cli.c | 43 static void show_help(void) in show_help() function 87 show_help(); in parse_options()
|
| H A D | mixer_widget.c | 187 static void show_help(void) in show_help() function 587 show_help(); in on_handle_key()
|
| /third_party/toybox/lib/ |
| H A D | help.c | 19 void show_help(FILE *out) in show_help() function
|
| /third_party/toybox/toys/other/ |
| H A D | help.c | 40 show_help(stdout); in do_help() 45 // The simple help is just toys.which = toy_find("name"); show_help(stdout);
|
| /third_party/toybox/ |
| H A D | main.c | 87 show_help(stdout); in toy_singleinit()
|
| /third_party/toybox/porting/liteos_a/ |
| H A D | main.c | 88 show_help(stdout); in toy_singleinit()
|