HomeSort by relevance Sort by last modified time
    Searched defs:print_help (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/e2fsprogs/misc/
e2fuzz.sh 23 print_help() { function
90 print_help
  /frameworks/compile/slang/lit-tests/
scriptc-filecheck-wrapper.sh 7 print_help() { function
37 print_help
48 print_help
73 print_help
79 print_help
  /external/libdivsufsort/examples/
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); }
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); }
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); }
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); }
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/ltp/testcases/kernel/containers/share/
ns_create.c 42 void print_help(void) function
85 print_help();
95 print_help();
ns_exec.c 42 void print_help(void) function
108 print_help();
118 print_help();
  /external/ltp/testcases/lib/
tst_random.c 28 static void print_help(void) function
57 print_help();
60 print_help();
66 print_help();
74 print_help();
83 print_help();
tst_checkpoint.c 26 static void print_help(void) function
99 print_help();
tst_sleep.c 24 static void print_help(void) function
52 print_help();
55 print_help();
62 print_help();
71 print_help();
82 print_help();
  /build/make/tools/fs_get_stats/
fs_get_stats.c 24 print_help(void) function
48 print_help();
  /external/chromium-trace/catapult/systrace/systrace/
util.py 26 def print_help(self, out_file=None): member in class:OptionParserIgnoreErrors
  /external/iproute2/ip/
ip_common.h 82 void (*print_help)(struct link_util *, int, char **, member in struct:link_util
  /external/vboot_reference/tests/
verify_kernel.c 55 static void print_help(const char *progname) function
68 print_help(argv[0]);
vb20_verify_fw.c 134 static void print_help(const char *progname) function
146 print_help(argv[0]);
  /external/rootdev/
main.c 21 static void print_help(const char *progname) { function
121 print_help(argv[0]);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
fancy_getopt.py 393 def print_help (self, header=None, file=None): member in class:FancyGetopt
  /external/fio/tools/plot/
fio2gnuplot 360 def print_help(): function
450 print_help()
  /external/iptables/utils/
nfsynproxy.c 179 static void print_help(const char *name) function
211 print_help(argv[0]);
214 print_help(argv[0]);
  /external/syslinux/com32/elflink/
test_com32.c 17 * print_help - Display usage instructions on the screen.
19 static void print_help(void) function
160 print_help();
  /external/vboot_reference/futility/
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);
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
fancy_getopt.py 393 def print_help (self, header=None, file=None): member in class:FancyGetopt
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
fancy_getopt.py 393 def print_help (self, header=None, file=None): member in class:FancyGetopt

Completed in 1140 milliseconds

1 2 3