Searched refs:help (Results 1 - 25 of 248) sorted by relevance

12345678910

/asus-wl-520gu-7.0.1.45/src/router/bridge/brctl/
H A Dbrctl.c49 void help() function
63 goto help;
67 goto help;
92 help:
93 help();
/asus-wl-520gu-7.0.1.45/src/router/ez-ipupdate/
H A Dconf_file.h43 char *help; member in struct:conf_cmd
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A Dcheckhelp.pl3 # corresponding section in the help file
7 # read the help file
8 @options=split /\n/, `grep '^CONFIG' Documentation/Configure.help`;
9 die "Can't read Documentation/Configure.help\n" if $#options == -1;
24 print "$name\n$what\n No help for $what\n\n";
H A DConfigure22 # 301195 (boldt@math.ucsb.edu) - added help text support
43 # 090398 Axel Boldt (boldt@math.ucsb.edu) - allow for empty lines in help
79 # help prints the corresponding help text from Configure.help to stdout
81 # help variable
83 function help () {
84 if [ -f Documentation/Configure.help ]
88 #now pick out the right help text:
97 }" Documentation/Configure.help)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A Dlibip6t_standard.c12 help(void) function
57 &help,
H A Dlibipt_MIRROR.c12 help(void) function
51 &help,
H A Dlibipt_record_rpc.c8 help(void) function
62 &help,
H A Dlibipt_standard.c12 help(void) function
57 &help,
H A Dlibipt_unclean.c9 help(void) function
51 &help,
H A Dlibip6t_eui64.c16 help(void) function
75 &help,
H A Dlibipt_IPV4OPTSSTRIP.c21 static void help(void) function
69 &help,
H A Dlibipt_iplimit.c14 help(void) function
120 help: help,
H A Dlibipt_pkttype.c27 const char *help; member in struct:pkttypes
52 printf("\t%-14s\t\t%s\n", supported_types[i].name, supported_types[i].help);
58 static void help(void) function
162 &help,
H A Dlibip6t_MARK.c18 help(void) function
110 &help,
H A Dlibipt_FTOS.c28 static void help(void) function
122 &help,
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_autofw.c84 if (port < ntohs(ct->master->help.exp_autofw_info.dport[0]) ||
85 port > ntohs(ct->master->help.exp_autofw_info.dport[1])) {
99 port -= ntohs(ct->master->help.exp_autofw_info.dport[0]);
100 port += ntohs(ct->master->help.exp_autofw_info.to[0]);
165 if (port >= ntohs(ct->master->help.exp_autofw_info.dport[0]) &&
166 port <= ntohs(ct->master->help.exp_autofw_info.dport[1])) {
189 exp->help.exp_autofw_info.dport[0] = ct->master->help.exp_autofw_info.dport[0];
190 exp->help.exp_autofw_info.dport[1] = ct->master->help
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_autofw.c84 if (port < ntohs(ct->master->help.exp_autofw_info.dport[0]) ||
85 port > ntohs(ct->master->help.exp_autofw_info.dport[1])) {
99 port -= ntohs(ct->master->help.exp_autofw_info.dport[0]);
100 port += ntohs(ct->master->help.exp_autofw_info.to[0]);
165 if (port >= ntohs(ct->master->help.exp_autofw_info.dport[0]) &&
166 port <= ntohs(ct->master->help.exp_autofw_info.dport[1])) {
189 exp->help.exp_autofw_info.dport[0] = ct->master->help.exp_autofw_info.dport[0];
190 exp->help.exp_autofw_info.dport[1] = ct->master->help
[all...]
/asus-wl-520gu-7.0.1.45/src/router/config/
H A Dconf.c36 static char nohelp_text[] = "Sorry, no help available for this option yet.\n";
171 const char *def, *help; local
184 /* print help */
186 help = nohelp_text;
187 if (menu->sym->help)
188 help = menu->sym->help;
189 printf("\n%s\n", menu->sym->help);
207 const char *help; local
233 if (sym->help)
280 const char *help; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/popt/
H A Dpopthelp.c23 { "help", '?', 0, NULL, '?', N_("Show this help message"), NULL },
61 const char * help = D_(translation_domain, opt->descrip); local
83 if (help)
90 helpLength = strlen(help);
92 ch = help + lineLength - 1;
93 while (ch > help && !isspace(*ch)) ch--;
94 if (ch == help) break; /* give up */
95 while (ch > (help + 1) && isspace(*ch)) ch--;
98 sprintf(format, "%%.%ds\n%%%ds", (int) (ch - help), indentLengt
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ss/
H A Dct_c.awk21 help = substr($0, 6, length($0)-5)
48 help_tab[awk_bug] = help
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/netfilter_ipv4/
H A Dip_conntrack_helper.h22 /* Mask of things we will help (compared against server response) */
28 int (*help)(const struct iphdr *, size_t len, member in struct:ip_conntrack_helper
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/netfilter_ipv4/
H A Dip_conntrack_helper.h22 /* Mask of things we will help (compared against server response) */
28 int (*help)(const struct iphdr *, size_t len, member in struct:ip_conntrack_helper
/asus-wl-520gu-7.0.1.45/src/router/LPRng/TESTSUPPORT/
H A Dmkinstalldirs13 Usage: mkinstalldirs [-h] [--help] [-m mode] dir ..."
18 -h | --help | --h* ) # -h for help
/asus-wl-520gu-7.0.1.45/src/router/LPRng/man/
H A Dmkinstalldirs13 Usage: mkinstalldirs [-h] [--help] [-m mode] dir ..."
18 -h | --help | --h* ) # -h for help
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/
H A Dmkinstalldirs13 Usage: mkinstalldirs [-h] [--help] [-m mode] dir ..."
18 -h | --help | --h* ) # -h for help

Completed in 136 milliseconds

12345678910