Home
last modified time | relevance | path

Searched refs:help (Results 1 – 25 of 48) sorted by relevance

12

/busybox-1.35.0/include/
Dapplets.src.h27 # define APPLET_ODDNAME(name,main,l,s,help) int main##_main(int argc, char **argv) MAIN_EXTERNALLY… argument
28 # define APPLET_NOEXEC(name,main,l,s,help) int main##_main(int argc, char **argv) MAIN_EXTERNALLY… argument
29 # define APPLET_NOFORK(name,main,l,s,help) int main##_main(int argc, char **argv) MAIN_EXTERNALLY… argument
30 # define APPLET_SCRIPTED(name,main,l,s,help) argument
34 # define APPLET_ODDNAME(name,main,l,s,help) name main##_main argument
35 # define APPLET_NOEXEC(name,main,l,s,help) name main##_main argument
36 # define APPLET_NOFORK(name,main,l,s,help) name main##_main argument
37 # define APPLET_SCRIPTED(name,main,l,s,help) name scripted_main argument
41 # define APPLET_ODDNAME(name,main,l,s,help) MAKE_USAGE(#name, help##_trivial_usage help##_full_usa… argument
42 # define APPLET_NOEXEC(name,main,l,s,help) MAKE_USAGE(#name, help##_trivial_usage help##_full_usa… argument
[all …]
/busybox-1.35.0/scripts/
Dcheckhelp.awk18 help[pos] = 1; # do not warn about 'choice' config entries.
20 help[pos] = 0;
23 /^[ \t]*help[ \t]*$/ {
24 help[pos] = 1;
27 help[pos] = 1; # ignore options which are not selectable
36 if (help[i] == 0) {
/busybox-1.35.0/scripts/kconfig/
Dconf.c231 printf("\n%s\n", menu->sym->help ? menu->sym->help : nohelp_text); in conf_string()
248 const char *help; in conf_sym() local
273 if (sym->help) in conf_sym()
302 goto help; in conf_sym()
308 help: in conf_sym()
309 help = nohelp_text; in conf_sym()
310 if (sym->help) in conf_sym()
311 help = sym->help; in conf_sym()
312 printf("\n%s\n", help); in conf_sym()
380 if (sym->help) in conf_choice()
[all …]
Dzconf.y179 | config_option_list help
251 | choice_option_list help
382 help: help_start T_HELPTEXT
384 current_entry->sym->help = $2;
621 if (sym->help) { in print_symbol()
622 int len = strlen(sym->help); in print_symbol()
623 while (sym->help[--len] == '\n') in print_symbol()
624 sym->help[len] = 0; in print_symbol()
625 fprintf(out, " help\n%s\n", sym->help); in print_symbol()
Dmconf.c867 struct gstr help = str_new(); in show_help() local
870 if (sym->help) in show_help()
873 str_printf(&help, "CONFIG_%s:\n\n", sym->name); in show_help()
874 str_append(&help, _(sym->help)); in show_help()
875 str_append(&help, "\n"); in show_help()
878 str_append(&help, nohelp_text); in show_help()
880 get_symbol_str(&help, sym); in show_help()
881 show_helptext(menu_get_prompt(menu), str_get(&help)); in show_help()
882 str_free(&help); in show_help()
Dzconf.gperf22 help, T_HELP, TF_COMMAND keyword
Dkxgettext.c173 if (menu->sym != NULL && menu->sym->help != NULL) in menu_build_message_list()
174 message__add(menu->sym->help, menu->sym->name, in menu_build_message_list()
/busybox-1.35.0/libbb/
DConfig.src13 help
37 help
44 help
58 help
67 help
77 help
95 help
108 help
117 help
127 help
[all …]
/busybox-1.35.0/
DConfig.in17 help
34 help
43 help
56 help
65 help
72 help
73 Enabling this option, applets will show terse help messages
83 help
84 All applets will show verbose help messages when invoked with --help.
91 help
[all …]
DMakefile.help5 help:
/busybox-1.35.0/networking/udhcp/
DConfig.src9 help
17 help
31 help
41 help
48 help
56 help
64 help
75 help
85 help
96 help
[all …]
/busybox-1.35.0/e2fsprogs/
DConfig.src13 ### help
22 ### help
30 ### help
39 ### help
/busybox-1.35.0/networking/
DConfig.src11 help
18 help
30 help
44 help
52 help
60 help
72 help
79 help
94 help
/busybox-1.35.0/coreutils/
DConfig.src11 help
22 help
36 help
46 help
/busybox-1.35.0/modutils/
DConfig.src11 help
44 help
52 help
59 help
68 help
76 help
87 help
97 help
108 help
117 help
[all …]
/busybox-1.35.0/shell/
DConfig.src12 help
21 help
30 help
44 help
63 help
72 help
94 help
101 help
115 help
122 help
[all …]
Dshell_common.c613 const char *help = limits_help; in shell_builtin_ulimit() local
616 printf("%-32s(-%c) ", help, limit_chars[i]); in shell_builtin_ulimit()
618 help += strlen(help) + 1; in shell_builtin_ulimit()
/busybox-1.35.0/procps/
DConfig.src11 help
19 help
/busybox-1.35.0/mailutils/
DConfig.src7 help
/busybox-1.35.0/examples/
Ddepmod.pl31 my $help=0;
56 "help|h" => \$help,
72 die $usage if $help;
/busybox-1.35.0/editors/
DConfig.src14 help
/busybox-1.35.0/loginutils/
DConfig.src11 help
19 help
45 help
63 help
86 help
/busybox-1.35.0/docs/
DKconfig-language.txt27 Most entries define a config option, all other entries help to organize
33 help
40 the config option, input prompt, dependencies, help text and default
93 - help text: "help"
94 This defines a help text. The end of the help text is determined by
96 a smaller indentation than the first line of the help text.
188 line starts with a keyword (except help texts). The following keywords
/busybox-1.35.0/util-linux/
DConfig.src17 help
34 help
47 help
/busybox-1.35.0/archival/
DConfig.src34 help

12