/external/iproute2/ip/ |
H A D | ip_common.h | 82 void (*print_help)(struct link_util *, int, char **, member in struct:link_util
|
/external/libdivsufsort/examples/ |
H A D | mksary.c | 60 print_help(const char *progname, int status) { function 81 (strcmp(argv[1], "--help") == 0)) { print_help(argv[0], EXIT_SUCCESS); } 82 if(argc != 3) { print_help(argv[0], EXIT_FAILURE); }
|
H A D | sasearch.c | 59 print_help(const char *progname, int status) { function 79 (strcmp(argv[1], "--help") == 0)) { print_help(argv[0], EXIT_SUCCESS); } 80 if(argc != 4) { print_help(argv[0], EXIT_FAILURE); }
|
H A D | suftest.c | 60 print_help(const char *progname, int status) { function 81 (strcmp(argv[1], "--help") == 0)) { print_help(argv[0], EXIT_SUCCESS); } 82 if(argc != 2) { print_help(argv[0], EXIT_FAILURE); }
|
H A D | bwt.c | 69 print_help(const char *progname, int status) { function 93 (strcmp(argv[1], "--help") == 0)) { print_help(argv[0], EXIT_SUCCESS); } 94 if((argc != 3) && (argc != 5)) { print_help(argv[0], EXIT_FAILURE); } 97 if(strcmp(argv[i], "-b") != 0) { print_help(argv[0], EXIT_FAILURE); }
|
H A D | unbwt.c | 72 print_help(const char *progname, int status) { function 95 (strcmp(argv[1], "--help") == 0)) { print_help(argv[0], EXIT_SUCCESS); } 96 if(argc != 3) { print_help(argv[0], EXIT_FAILURE); }
|
/external/lldb/test/ |
H A D | argparse_compat.py | 49 def print_help(self): member in class:ArgumentParser 50 self.parser.print_help()
|
/external/chromium-trace/catapult/systrace/systrace/ |
H A D | util.py | 25 def print_help(self, out_file=None): member in class:OptionParserIgnoreErrors
|
/external/chromium-trace/catapult/third_party/typ/typ/ |
H A D | arg_parser.py | 238 def print_help(self, file=None): member in class:ArgumentParser
|
/external/marisa-trie/tools/ |
H A D | marisa-lookup.cc | 13 void print_help(const char *cmd) { function in namespace:__anon13532 96 print_help(argv[0]);
|
H A D | marisa-build.cc | 23 void print_help(const char *cmd) { function in namespace:__anon13530 180 print_help(argv[0]);
|
H A D | marisa-predict.cc | 17 void print_help(const char *cmd) { function in namespace:__anon13533 150 print_help(argv[0]);
|
H A D | marisa-find.cc | 23 void print_help(const char *cmd) { function in namespace:__anon13531 195 print_help(argv[0]);
|
/external/marisa-trie/v0_1_5/tools/ |
H A D | marisa_alpha-lookup.cc | 13 void print_help(const char *cmd) { function in namespace:__anon13545 96 print_help(argv[0]);
|
H A D | marisa_alpha-build.cc | 23 void print_help(const char *cmd) { function in namespace:__anon13543 180 print_help(argv[0]);
|
H A D | marisa_alpha-predict.cc | 17 void print_help(const char *cmd) { function in namespace:__anon13546 151 print_help(argv[0]);
|
H A D | marisa_alpha-find.cc | 23 void print_help(const char *cmd) { function in namespace:__anon13544 196 print_help(argv[0]);
|
/external/vboot_reference/tests/ |
H A D | verify_kernel.c | 55 static void print_help(const char *progname) function 68 print_help(argv[0]);
|
H A D | vb20_verify_fw.c | 134 static void print_help(const char *progname) function 146 print_help(argv[0]);
|
/external/rootdev/ |
H A D | main.c | 21 static void print_help(const char *progname) { function 121 print_help(argv[0]);
|
/external/vboot_reference/futility/ |
H A D | cmd_vbutil_key.c | 41 static void print_help(const char *progname) function 221 print_help(argv[0]); 232 print_help(argv[0]); 240 print_help);
|
H A D | cmd_create.c | 52 static void print_help(const char *progname) function 354 print_help(argv[0]); 401 print_help);
|
H A D | cmd_vbutil_keyblock.c | 74 static void print_help(const char *progname) function 316 print_help(argv[0]); 329 print_help(argv[0]); 337 print_help);
|
/external/fio/tools/plot/ |
H A D | fio2gnuplot | 360 def print_help(): function 450 print_help()
|
/external/android-clat/ |
H A D | clatd.c | 411 /* function: print_help 414 void print_help() { function 459 print_help();
|