Searched defs:print_help (Results 1 - 25 of 40) sorted by relevance

12

/external/iproute2/ip/
H A Dip_common.h82 void (*print_help)(struct link_util *, int, char **, member in struct:link_util
/external/libdivsufsort/examples/
H A Dmksary.c60 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 Dsasearch.c59 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 Dsuftest.c60 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 Dbwt.c69 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 Dunbwt.c72 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 Dargparse_compat.py49 def print_help(self): member in class:ArgumentParser
50 self.parser.print_help()
/external/chromium-trace/catapult/systrace/systrace/
H A Dutil.py25 def print_help(self, out_file=None): member in class:OptionParserIgnoreErrors
/external/chromium-trace/catapult/third_party/typ/typ/
H A Darg_parser.py238 def print_help(self, file=None): member in class:ArgumentParser
/external/marisa-trie/tools/
H A Dmarisa-lookup.cc13 void print_help(const char *cmd) { function in namespace:__anon13532
96 print_help(argv[0]);
H A Dmarisa-build.cc23 void print_help(const char *cmd) { function in namespace:__anon13530
180 print_help(argv[0]);
H A Dmarisa-predict.cc17 void print_help(const char *cmd) { function in namespace:__anon13533
150 print_help(argv[0]);
H A Dmarisa-find.cc23 void print_help(const char *cmd) { function in namespace:__anon13531
195 print_help(argv[0]);
/external/marisa-trie/v0_1_5/tools/
H A Dmarisa_alpha-lookup.cc13 void print_help(const char *cmd) { function in namespace:__anon13545
96 print_help(argv[0]);
H A Dmarisa_alpha-build.cc23 void print_help(const char *cmd) { function in namespace:__anon13543
180 print_help(argv[0]);
H A Dmarisa_alpha-predict.cc17 void print_help(const char *cmd) { function in namespace:__anon13546
151 print_help(argv[0]);
H A Dmarisa_alpha-find.cc23 void print_help(const char *cmd) { function in namespace:__anon13544
196 print_help(argv[0]);
/external/vboot_reference/tests/
H A Dverify_kernel.c55 static void print_help(const char *progname) function
68 print_help(argv[0]);
H A Dvb20_verify_fw.c134 static void print_help(const char *progname) function
146 print_help(argv[0]);
/external/rootdev/
H A Dmain.c21 static void print_help(const char *progname) { function
121 print_help(argv[0]);
/external/vboot_reference/futility/
H A Dcmd_vbutil_key.c41 static void print_help(const char *progname) function
221 print_help(argv[0]);
232 print_help(argv[0]);
240 print_help);
H A Dcmd_create.c52 static void print_help(const char *progname) function
354 print_help(argv[0]);
401 print_help);
H A Dcmd_vbutil_keyblock.c74 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 Dfio2gnuplot360 def print_help(): function
450 print_help()
/external/android-clat/
H A Dclatd.c411 /* function: print_help
414 void print_help() { function
459 print_help();

Completed in 408 milliseconds

12