Home
last modified time | relevance | path

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

12

/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/glib/gio/
Dgio-tool-set.c98 show_help (context, NULL); in handle_set()
105 show_help (context, error->message); in handle_set()
113 show_help (context, _("Location not specified")); in handle_set()
120 show_help (context, _("Attribute not specified")); in handle_set()
130 show_help (context, _("Value not specified")); in handle_set()
137 show_help (context, _("Too many arguments")); in handle_set()
Dgio-tool-rename.c55 show_help (context, NULL); in handle_rename()
62 show_help (context, error->message); in handle_rename()
70 show_help (context, _("Missing argument")); in handle_rename()
76 show_help (context, _("Too many arguments")); in handle_rename()
Dgio-tool-move.c108 show_help (context, NULL); in handle_move()
115 show_help (context, error->message); in handle_move()
123 show_help (context, NULL); in handle_move()
132 show_help (context, NULL); in handle_move()
144 show_help (context, message); in handle_move()
Dgio-tool-copy.c114 show_help (context, NULL); in handle_copy()
121 show_help (context, error->message); in handle_copy()
129 show_help (context, NULL); in handle_copy()
138 show_help (context, NULL); in handle_copy()
150 show_help (context, message); in handle_copy()
Dgio-tool-remove.c57 show_help (context, NULL); in handle_remove()
64 show_help (context, error->message); in handle_remove()
72 show_help (context, _("No locations given")); in handle_remove()
Dgio-tool-mkdir.c61 show_help (context, NULL); in handle_mkdir()
68 show_help (context, error->message); in handle_mkdir()
76 show_help (context, _("No locations given")); in handle_mkdir()
Dgio-tool-save.c168 show_help (context, NULL); in handle_save()
175 show_help (context, error->message); in handle_save()
183 show_help (context, _("No destination given")); in handle_save()
190 show_help (context, _("Too many arguments")); in handle_save()
Dgio-tool-launch.c62 show_help (context, NULL); in handle_launch()
69 show_help (context, error->message); in handle_launch()
77 show_help (context, _("No desktop file given")); in handle_launch()
Dgio-tool-open.c81 show_help (context, NULL); in handle_open()
88 show_help (context, error->message); in handle_open()
96 show_help (context, _("No locations given")); in handle_open()
Dgio-tool-cat.c147 show_help (context, NULL); in handle_cat()
154 show_help (context, error->message); in handle_cat()
162 show_help (context, _("No locations given")); in handle_cat()
Dgio-tool-mime.c85 show_help (context, NULL); in handle_mime()
92 show_help (context, error->message); in handle_mime()
100 show_help (context, _("Must specify a single mimetype, and maybe a handler")); in handle_mime()
Dgio-tool-monitor.c214 show_help (context, NULL); in handle_monitor()
221 show_help (context, error->message); in handle_monitor()
229 show_help (context, _("No locations given")); in handle_monitor()
Dgio-tool-trash.c233 show_help (context, NULL); in handle_trash()
240 show_help (context, error->message); in handle_trash()
303 show_help (context, _("No locations given")); in handle_trash()
Dgio-tool-info.c356 show_help (context, NULL); in handle_info()
363 show_help (context, error->message); in handle_info()
371 show_help (context, _("No locations given")); in handle_info()
Dgio-tool-tree.c249 show_help (context, NULL); in handle_tree()
258 show_help (context, error->message); in handle_tree()
Dgio-tool-list.c187 show_help (context, NULL); in handle_list()
194 show_help (context, error->message); in handle_list()
/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/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/skia/third_party/externals/swiftshader/src/
Dclang-format-all.sh10 show_help() function
30 show_help
/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/alsa-utils/alsamixer/
Dcli.c41 static void show_help(void) in show_help() function
83 show_help(); in parse_options()
/third_party/toybox/lib/
Dhelp.c19 void show_help(FILE *out) in show_help() function

12