HomeSort by relevance Sort by last modified time
    Searched defs:help (Results 76 - 100 of 149) sorted by null

1 2 34 5 6

  /external/iptables/extensions/
libipt_connrate.c 21 help(void) function
168 .help = &help,
libipt_esp.c 13 help(void) function
180 .help = &help,
libipt_limit.c 22 help(void) function
184 .help = &help,
libipt_pkttype.c 27 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
156 .help = &help,
libipt_udp.c 13 help(void) function
218 .help = &help,
libip6t_LOG.c 22 help(void) function
278 .help = &help,
libip6t_dst.c 24 help(void) function
256 .help = &help,
libip6t_hbh.c 22 help(void) function
249 .help = &help,
libip6t_icmp6.c 78 help(void) function
266 .help = &help,
libip6t_rt.c 19 help(void) function
349 .help = &help,
libipt_CLUSTERIP.c 23 help(void) function
256 .help = &help,
libipt_DNAT.c 22 help(void) function
239 .help = &help,
libipt_LOG.c 22 help(void) function
278 .help = &help,
libipt_NETMAP.c 24 help(void) function
187 .help = &help,
libipt_SNAT.c 22 help(void) function
239 .help = &help,
libipt_icmp.c 102 help(void) function
295 .help = &help,
libipt_policy.c 24 static void help(void) function
424 .help = help,
libipt_string.c 35 help(void) function
341 .help = help,
  /device/samsung/crespo/alsa-utils/alsactl/
alsactl.c 41 static void help(void) function
45 printf(" -h,--help this help\n");
77 {"help", 0, NULL, 'h'},
113 help();
152 help();
  /external/bluetooth/glib/gobject/
gobject-query.c 104 help (gchar *arg) function
195 return help (NULL);
197 else if (strcmp ("--help", argv[i]) == 0)
199 return help (NULL);
202 return help (argv[i]);
206 return help (argv[i-1]);
  /external/iproute2/include/
ip6tables.h 30 void (*help)(void); member in struct:ip6tables_match
80 void (*help)(void); member in struct:ip6tables_target
  /external/qemu/
qemu-option.h 46 const char *help; member in struct:QEMUOptionParameter
94 const char *help; member in struct:QemuOptDesc
  /frameworks/base/tests/DumpRenderTree/assets/
run_reliability_tests.py 253 help="set the timeout for each test") variable
256 help="include debug-level logging") variable
259 help="pass options to adb, such as -d -e, etc") variable
262 help="the list of sites that cause browser to crash") variable
265 help="the list of sites that timedout during test") variable
268 help="add a manual delay between pages (in ms)") variable
271 help="the directory to store bugreport for crashes") variable
274 help="Logs page load time for each url to the file") variable
  /hardware/broadcom/wlan/bcm4329/src/dhd/exe/
dhdu_linux.c 178 int help = 0; local
190 if ((status = dhd_option(&argv, &ifname, &help)) == CMD_OPT) {
191 if (help)
  /system/core/fastboot/
usbtest.c 131 const char *help; member in struct:__anon15882
146 fprintf(stderr," %-8s %s\n", tests[i].cmd, tests[i].help);

Completed in 4138 milliseconds

1 2 34 5 6