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

12

/external/e2fsprogs/misc/
H A De2fuzz.sh23 print_help() { function
90 print_help
H A De2fuzz.c321 static void print_help(const char *progname) function
363 print_help(argv[0]);
/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/ltp/testcases/kernel/containers/share/
H A Dns_create.c42 void print_help(void) function
85 print_help();
95 print_help();
H A Dns_exec.c42 void print_help(void) function
108 print_help();
118 print_help();
/external/ltp/testcases/lib/
H A Dtst_checkpoint.c26 static void print_help(void) function
99 print_help();
H A Dtst_random.c28 static void print_help(void) function
57 print_help();
60 print_help();
66 print_help();
74 print_help();
83 print_help();
H A Dtst_sleep.c24 static void print_help(void) function
52 print_help();
55 print_help();
62 print_help();
71 print_help();
82 print_help();
/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/chromium-trace/catapult/systrace/systrace/
H A Dutil.py26 def print_help(self, out_file=None): member in class:OptionParserIgnoreErrors
/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/iptables/utils/
H A Dnfsynproxy.c179 static void print_help(const char *name) function
211 print_help(argv[0]);
214 print_help(argv[0]);
/external/ltp/tools/pounder21/src/ramsnake/
H A Dsnake.c45 static void print_help(const char *name);
56 static void print_help(const char *name) function
192 print_help(argv[0]);
/external/syslinux/com32/elflink/
H A Dtest_com32.c17 * print_help - Display usage instructions on the screen.
19 static void print_help(void) function
160 print_help();
/external/android-clat/
H A Dclatd.c411 /* function: print_help
414 void print_help() { function
459 print_help();

Completed in 4909 milliseconds

12