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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/
H A DMakefile.help5 help:
37 @echo ' checkhelp - check for missing help-entries in Config.in'
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/
H A DMakefile.help5 help:
37 @echo ' checkhelp - check for missing help-entries in Config.in'
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/
H A DMakefile.help5 help:
37 @echo ' checkhelp - check for missing help-entries in Config.in'
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/
H A DMakefile.help2 checker-help:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/
H A DMakefile.help2 checker-help:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/scripts/
H A Dcheckhelp.awk2 # AWK script to check for missing help entries for config options
18 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
35 # printf("%s: help for #%i '%s' == %i\n", file[i], i, conf[i], help[i]);
36 if (help[i] == 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/scripts/
H A Dcheckhelp.awk2 # AWK script to check for missing help entries for config options
18 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
35 # printf("%s: help for #%i '%s' == %i\n", file[i], i, conf[i], help[i]);
36 if (help[i] == 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/scripts/
H A Dcheckhelp.awk2 # AWK script to check for missing help entries for config options
18 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
35 # printf("%s: help for #%i '%s' == %i\n", file[i], i, conf[i], help[i]);
36 if (help[i] == 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/bridge/brctl/
H A Dbrctl.c30 static void help() function
42 { .name = "help", .val = 'h' },
50 help();
57 goto help;
61 goto help;
73 goto help;
78 printf("Usage: brctl %s %s\n", cmd->name, cmd->help);
84 help:
85 help();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/bridge/brctl/
H A Dbrctl.c30 static void help() function
42 { .name = "help", .val = 'h' },
50 help();
57 goto help;
61 goto help;
73 goto help;
78 printf("Usage: brctl %s %s\n", cmd->name, cmd->help);
84 help:
85 help();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/bridge/brctl/
H A Dbrctl.c30 static void help() function
42 { .name = "help", .val = 'h' },
50 help();
57 goto help;
61 goto help;
73 goto help;
78 printf("Usage: brctl %s %s\n", cmd->name, cmd->help);
84 help:
85 help();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/setup/
H A Dprovision45 parser.add_option("--interactive", help="Ask for names", action="store_true")
47 help="directory with setup files") variable
48 parser.add_option("--realm", type="string", metavar="REALM", help="set realm")
50 help="set domain") variable
52 help="set domainguid (otherwise random)") variable
54 help="set domainsid (otherwise random)") variable
56 help="set guid for domain policy") variable
58 help="set guid for domain controller policy") variable
60 help="set invocationid (otherwise random)") variable
62 help variable
64 help="set IPv4 ipaddress") variable
66 help="set IPv6 ipaddress") variable
68 help="choose admin password (otherwise random)") variable
70 help="choose krbtgt password (otherwise random)") variable
72 help="choose machine password (otherwise random)") variable
74 help="choose dns password (otherwise random)") variable
76 help="choose password to set between Samba and it's LDAP backend (otherwise random)") variable
78 help="choose 'root' unix username") variable
80 help="choose 'nobody' user") variable
82 help="choose 'wheel' privileged group") variable
84 help="choose 'users' group") variable
87 help="do not add users or groups, just the structure") variable
89 help="Additional TCP port for LDAP backend server (to use for replication)") variable
91 help="LDAP backend type (fedora-ds or openldap)", variable
96 help="Set server role to provision for (default standalone)") variable
98 help="Configure Samba's partitions, but do not modify them (ie, join a BDC)", action="store_true") variable
100 help="Set target directory") variable
102 help="List of LDAP-URLS [ ldap://<FQHN>:<PORT>/ (where <PORT> has to be different than 389!) ] separated with whitespaces for use with OpenLDAP-MMR (Multi-Master-Replication)") variable
106 help="Path to setup-ds.pl script for Fedora DS LDAP backend [e.g.:'/usr/sbin/setup-ds.pl']. Required for Setup with Fedora DS backend.") variable
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/setup/
H A Dprovision45 parser.add_option("--interactive", help="Ask for names", action="store_true")
47 help="directory with setup files") variable
48 parser.add_option("--realm", type="string", metavar="REALM", help="set realm")
50 help="set domain") variable
52 help="set domainguid (otherwise random)") variable
54 help="set domainsid (otherwise random)") variable
56 help="set guid for domain policy") variable
58 help="set guid for domain controller policy") variable
60 help="set invocationid (otherwise random)") variable
62 help variable
64 help="set IPv4 ipaddress") variable
66 help="set IPv6 ipaddress") variable
68 help="choose admin password (otherwise random)") variable
70 help="choose krbtgt password (otherwise random)") variable
72 help="choose machine password (otherwise random)") variable
74 help="choose dns password (otherwise random)") variable
76 help="choose password to set between Samba and it's LDAP backend (otherwise random)") variable
78 help="choose 'root' unix username") variable
80 help="choose 'nobody' user") variable
82 help="choose 'wheel' privileged group") variable
84 help="choose 'users' group") variable
87 help="do not add users or groups, just the structure") variable
89 help="Additional TCP port for LDAP backend server (to use for replication)") variable
91 help="LDAP backend type (fedora-ds or openldap)", variable
96 help="Set server role to provision for (default standalone)") variable
98 help="Configure Samba's partitions, but do not modify them (ie, join a BDC)", action="store_true") variable
100 help="Set target directory") variable
102 help="List of LDAP-URLS [ ldap://<FQHN>:<PORT>/ (where <PORT> has to be different than 389!) ] separated with whitespaces for use with OpenLDAP-MMR (Multi-Master-Replication)") variable
106 help="Path to setup-ds.pl script for Fedora DS LDAP backend [e.g.:'/usr/sbin/setup-ds.pl']. Required for Setup with Fedora DS backend.") variable
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/setup/
H A Dprovision45 parser.add_option("--interactive", help="Ask for names", action="store_true")
47 help="directory with setup files") variable
48 parser.add_option("--realm", type="string", metavar="REALM", help="set realm")
50 help="set domain") variable
52 help="set domainguid (otherwise random)") variable
54 help="set domainsid (otherwise random)") variable
56 help="set guid for domain policy") variable
58 help="set guid for domain controller policy") variable
60 help="set invocationid (otherwise random)") variable
62 help variable
64 help="set IPv4 ipaddress") variable
66 help="set IPv6 ipaddress") variable
68 help="choose admin password (otherwise random)") variable
70 help="choose krbtgt password (otherwise random)") variable
72 help="choose machine password (otherwise random)") variable
74 help="choose dns password (otherwise random)") variable
76 help="choose password to set between Samba and it's LDAP backend (otherwise random)") variable
78 help="choose 'root' unix username") variable
80 help="choose 'nobody' user") variable
82 help="choose 'wheel' privileged group") variable
84 help="choose 'users' group") variable
87 help="do not add users or groups, just the structure") variable
89 help="Additional TCP port for LDAP backend server (to use for replication)") variable
91 help="LDAP backend type (fedora-ds or openldap)", variable
96 help="Set server role to provision for (default standalone)") variable
98 help="Configure Samba's partitions, but do not modify them (ie, join a BDC)", action="store_true") variable
100 help="Set target directory") variable
102 help="List of LDAP-URLS [ ldap://<FQHN>:<PORT>/ (where <PORT> has to be different than 389!) ] separated with whitespaces for use with OpenLDAP-MMR (Multi-Master-Replication)") variable
106 help="Path to setup-ds.pl script for Fedora DS LDAP backend [e.g.:'/usr/sbin/setup-ds.pl']. Required for Setup with Fedora DS backend.") variable
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_helper.c106 struct nf_conn_help *help; local
108 help = nf_ct_ext_add(ct, NF_CT_EXT_HELPER, gfp);
109 if (help)
110 INIT_HLIST_HEAD(&help->expectations);
113 return help;
121 struct nf_conn_help *help; local
125 help = nfct_help(tmpl);
126 if (help != NULL)
127 helper = help->helper;
130 help
159 struct nf_conn_help *help = nfct_help(ct); local
170 struct nf_conn_help *help = nfct_help(ct); local
212 struct nf_conn_help *help = nfct_help(exp->master); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_helper.c106 struct nf_conn_help *help; local
108 help = nf_ct_ext_add(ct, NF_CT_EXT_HELPER, gfp);
109 if (help)
110 INIT_HLIST_HEAD(&help->expectations);
113 return help;
121 struct nf_conn_help *help; local
125 help = nfct_help(tmpl);
126 if (help != NULL)
127 helper = help->helper;
130 help
159 struct nf_conn_help *help = nfct_help(ct); local
170 struct nf_conn_help *help = nfct_help(ct); local
212 struct nf_conn_help *help = nfct_help(exp->master); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables/extensions/
H A Dlibipt_unclean.c9 help(void) function
43 .help = &help,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables/extensions/
H A Dlibipt_unclean.c9 help(void) function
43 .help = &help,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables/extensions/
H A Dlibipt_unclean.c9 help(void) function
43 .help = &help,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ebtables/extensions/
H A Debtable_broute.c23 .help = print_help,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ez-ipupdate/
H A Dconf_file.h43 char *help; member in struct:conf_cmd
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ebtables/extensions/
H A Debtable_broute.c23 .help = print_help,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ez-ipupdate/
H A Dconf_file.h43 char *help; member in struct:conf_cmd
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ebtables/extensions/
H A Debtable_broute.c23 .help = print_help,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ez-ipupdate/
H A Dconf_file.h43 char *help; member in struct:conf_cmd

Completed in 504 milliseconds

1234567891011>>