Home
last modified time | relevance | path

Searched refs:show_help (Results 1 – 25 of 38) sorted by relevance

12

/third_party/libabigail/tests/
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/
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/
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()
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()
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()
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()
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()
Dhello_ll.c225 if (opts.show_help) { in main()
/third_party/ffmpeg/tools/
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/
Dintel_stub_gpu.in4 function show_help() {
47 show_help
56 show_help
64 [ -z $1 ] && show_help
Dintel_sanitize_gpu.in4 function show_help() {
Dintel_dump_gpu.in4 function show_help() {
/third_party/ffmpeg/fftools/
Dcmdutils.h217 …{ "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/
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/vk-gl-cts/external/amber/src/samples/
Dimage_diff.cc34 bool show_help = false; member
70 opts->show_help = true; in ParseArgs()
160 if (options.show_help) { in main()
Damber.cc65 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/
Dclang-format-all.sh10 show_help() function
30 show_help
/third_party/libfuse/lib/
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/
Dcli.c41 static void show_help(void) in show_help() function
83 show_help(); in parse_options()
Dmixer_widget.c187 static void show_help(void) in show_help() function
584 show_help(); in on_handle_key()
/third_party/toybox/lib/
Dhelp.c19 void show_help(FILE *out) in show_help() function
/third_party/toybox/toys/other/
Dhelp.c40 show_help(stdout); in do_help()
/third_party/googletest/googletest/scripts/
Dgtest-config.in12 show_help()
/third_party/toybox/
Dmain.c94 show_help(stdout); in toy_singleinit()
/third_party/toybox/porting/liteos_a/
Dmain.c94 show_help(stdout); in toy_singleinit()

12