Home
last modified time | relevance | path

Searched refs:show_help (Results 1 - 25 of 36) sorted by relevance

12

/third_party/libabigail/tests/
H A Dtest-diff2.cc36 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 Dabisym.cc37 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 Dhello.c42 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 Dinvalidate_path.c202 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 Dnotify_store_retrieve.c340 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 Dnotify_inval_entry.c295 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 Dnotify_inval_inode.c279 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 Dhello_ll.c225 if (opts.show_help) { in main()
H A Dhello_ll_uds.c319 if (opts.show_help) { in main()
/third_party/ffmpeg/tools/
H A Dtarget_dec_fate.sh28 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 Dintel_stub_gpu.in4 function show_help() { function
47 show_help
56 show_help
64 [ -z $1 ] && show_help
H A Dintel_sanitize_gpu.in4 function show_help() { function
33 show_help
42 show_help
50 [ -z $1 ] && show_help
H A Dintel_dump_gpu.in4 function show_help() { function
124 show_help
133 show_help
141 [ -z $1 ] && show_help
/third_party/ffmpeg/fftools/
H A Dopt_common.h63 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 Dimage_diff.cc34 bool show_help = false; member
70 opts->show_help = true; in ParseArgs()
160 if (options.show_help) { in main()
H A Damber.cc65 bool show_help = false; member
235 opts->show_help = true; in ParseArgs()
480 if (options.show_help) {
/third_party/toybox/kconfig/
H A Dmconf.c289 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 Dclang-format-all.sh10 show_help() function
30 show_help
/third_party/libfuse/lib/
H A Dhelper.c33 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 Dcli.c43 static void show_help(void) in show_help() function
87 show_help(); in parse_options()
H A Dmixer_widget.c187 static void show_help(void) in show_help() function
587 show_help(); in on_handle_key()
/third_party/toybox/lib/
H A Dhelp.c19 void show_help(FILE *out) in show_help() function
/third_party/toybox/toys/other/
H A Dhelp.c40 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 Dmain.c87 show_help(stdout); in toy_singleinit()
/third_party/toybox/porting/liteos_a/
H A Dmain.c88 show_help(stdout); in toy_singleinit()

Completed in 12 milliseconds

12