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

1 2 3 45 6

  /device/samsung/crespo/alsa-lib/test/
seq.c 135 static void help(void) function
139 printf(" -h,--help this help\n");
158 {"help", 0, NULL, HELPID_HELP},
195 help();
230 help();
pcm.c 716 static void help(void) function
721 "-h,--help help\n"
751 {"help", 0, NULL, 'h'},
844 help();
  /device/samsung/crespo/alsa-utils/seq/aseqdump/
aseqdump.c 331 static void help(const char *argv0) function
335 " -h,--help this help\n"
356 {"help", 0, NULL, 'h'},
374 help(argv[0]);
386 help(argv[0]);
391 help(argv[0]);
  /external/iproute2/include/
iptables.h 53 void (*help)(void); member in struct:iptables_match
106 void (*help)(void); member in struct:iptables_target
  /external/iptables/extensions/
libip6t_hashlimit.c 31 help(void) function
357 .help = &help,
libip6t_ipv6header.c 138 help(void) function
304 .help = &help,
libip6t_multiport.c 13 help(void) function
428 .help = &help,
444 .help = &help_v1,
libip6t_policy.c 25 static void help(void) function
466 .help = help,
libip6t_sctp.c 59 static void help(void) function
537 .help = &help,
libip6t_tcp.c 12 help(void) function
403 .help = &help,
libipt_conntrack.c 23 help(void) function
539 .help = &help,
libipt_dccp.c 37 static void help(void) function
361 .help = &help,
libipt_hashlimit.c 31 help(void) function
357 .help = &help,
libipt_multiport.c 14 help(void) function
438 .help = &help,
454 .help = &help_v1,
libipt_realm.c 19 help(void) function
259 .help = &help,
libipt_sctp.c 60 static void help(void) function
538 .help = &help,
libipt_tcp.c 13 help(void) function
404 .help = &help,
  /external/iptables/include/
ip6tables.h 63 void (*help)(void); member in struct:ip6tables_match
113 void (*help)(void); member in struct:ip6tables_target
iptables.h 63 void (*help)(void); member in struct:iptables_match
116 void (*help)(void); member in struct:iptables_target
  /build/
envsetup.sh 1 function help() { function
  /external/e2fsprogs/ext2ed/
general_com.c 24 void help (char *command_line) function
104 wprintw (show_win,"EXT2ED help");
196 dispatch ("help"); /* Show help screen */
  /external/oprofile/libpopt/
popthelp.c 58 * Auto help table options.
64 { "help", '?', 0, NULL, '?', N_("Show this help message"), NULL },
75 { "help", '?', 0, NULL, '?', N_("Show this help message"), NULL },
212 * Display help text for an option.
226 const char * help = D_(translation_domain, opt->descrip); local
267 char * t = malloc((help ? strlen(help) : 0) +
272 if (help) {
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
gcc-plugin.h 75 /* Additional information about the plugin. Used by --help and --version. */
80 const char *help; member in struct:plugin_info
105 const char *help; /* Help string provided by plugin. */ member in struct:plugin_name_args
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
gcc-plugin.h 76 /* Additional information about the plugin. Used by --help and --version. */
81 const char *help; member in struct:plugin_info
106 const char *help; /* Help string provided by plugin. */ member in struct:plugin_name_args
  /external/chromium/third_party/icu/source/tools/ctestfw/
ctest.c 66 static void help ( const char *argv0 );
666 help(argv[0]);
675 help(argv[0]);
712 else if (strcmp( argv[i], "-h" )==0 || strcmp( argv[i], "--help" )==0)
714 help( argv[0] );
724 help( argv[0] );
810 static void help ( const char *argv0 ) function

Completed in 384 milliseconds

1 2 3 45 6