/external/clang/test/CodeGen/ |
align-global-large.c | 10 main (int argc, char ** argv) {
|
/external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/ |
zero-base-shadow32.cc | 12 int main(int argc, char **argv) {
|
zero-base-shadow64.cc | 12 int main(int argc, char **argv) {
|
/external/compiler-rt/lib/asan/lit_tests/TestCases/ |
global-demangle.cc | 11 int main(int argc, char **argv) {
|
stack-overflow.cc | 7 int main(int argc, char **argv) {
|
strdup_oob_test.cc | 10 int main(int argc, char **argv) {
|
/external/compiler-rt/lib/lsan/lit_tests/TestCases/ |
leak_check_at_exit.cc | 11 int main(int argc, char *argv[]) {
|
link_turned_off.cc | 17 int main(int argc, char *argv[]) {
|
/external/compiler-rt/lib/msan/lit_tests/ |
c-strdup.c | 11 int main(int argc, char **argv) {
|
keep-going.cc | 22 int main(int argc, char **argv) {
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
tsan_test.cc | 33 int run_tests(int argc, char **argv) { 40 testing::InitGoogleTest(&argc, argv); 48 int main(int argc, char **argv) { 49 return run_tests(argc, argv);
|
/external/dropbear/ |
dropbearconvert.c | 56 int dropbearconvert_main(int argc, char ** argv) { 58 int main(int argc, char ** argv) { 77 if (argv[1][0] == 'd') { 79 } else if (argv[1][0] == 'o') { 87 if (argv[2][0] == 'd') { 89 } else if (argv[2][0] == 'o') { 99 infile = argv[3]; 100 outfile = argv[4]; 105 printhelp(argv[0]);
|
/external/elfutils/libcpu/ |
i386_gendis.c | 48 main (int argc, char *argv[argc]) 53 error (EXIT_FAILURE, 0, "usage: %s <MNEDEFFILE>", argv[0]); 56 infname = argv[1]; 63 error (EXIT_FAILURE, errno, "cannot open %s", argv[1]);
|
/external/grub/lib/ |
getopt.c | 98 As `getopt' works, it permutes the elements of ARGV so that, 114 each non-option ARGV-element is returned here. */ 118 /* Index in ARGV of the next element to be scanned. 128 how much of ARGV has been scanned so far. */ 144 by advancing to the next ARGV-element. */ 159 /* Describe how to deal with options that follow non-option ARGV-elements. 172 PERMUTE is the default. We permute the contents of ARGV as we scan, 178 to expect options and other ARGV-elements in any order and that care about 179 the ordering of the two. We describe each non-option ARGV-element 250 /* Describe the part of ARGV that contains non-options that hav [all...] |
getopt.h | 33 each non-option ARGV-element is returned here. */ 37 /* Index in ARGV of the next element to be scanned. 47 how much of ARGV has been scanned so far. */ 106 extern int getopt (int argc, char *const *argv, const char *shortopts); 110 extern int getopt_long (int argc, char *const *argv, const char *shortopts, 112 extern int getopt_long_only (int argc, char *const *argv, 117 extern int _getopt_internal (int argc, char *const *argv,
|
/external/harfbuzz/contrib/tables/ |
category-parse.py | 67 if len(sys.argv) != 3: 68 print 'Usage: %s <input .txt> <output .h>' % sys.argv[0] 70 main(file(sys.argv[1], 'r'), file(sys.argv[2], 'w+'))
|
grapheme-break-parse.py | 42 if len(sys.argv) != 3: 43 print 'Usage: %s <input .txt> <output .h>' % sys.argv[0] 45 main(file(sys.argv[1], 'r'), file(sys.argv[2], 'w+'))
|
/external/icu4c/tools/toolutil/ |
uoptions.c | 24 u_parseArgs(int argc, char* argv[], 31 arg=argv[i]; 58 if(i+1<argc && !(argv[i+1][0]=='-' && argv[i+1][1]!=0)) { 59 /* argument in the next argv[], and there is not an option in there */ 60 option->value=argv[++i]; 87 /* argument following in the same argv[] */ 91 } else if(i+1<argc && !(argv[i+1][0]=='-' && argv[i+1][1]!=0)) { 92 /* argument in the next argv[], and there is not an option in there * [all...] |
/external/iproute2/ip/ |
iplink_macvlan.c | 37 static int macvlan_parse_opt(struct link_util *lu, int argc, char **argv, 41 if (matches(*argv, "mode") == 0) { 45 if (strcmp(*argv, "private") == 0) 47 else if (strcmp(*argv, "vepa") == 0) 49 else if (strcmp(*argv, "bridge") == 0) 51 else if (strcmp(*argv, "passthru") == 0) 57 } else if (matches(*argv, "help") == 0) { 61 fprintf(stderr, "macvlan: what is \"%s\"?\n", *argv); 65 argc--, argv++;
|
iplink_macvtap.c | 34 static int macvtap_parse_opt(struct link_util *lu, int argc, char **argv, 38 if (matches(*argv, "mode") == 0) { 42 if (strcmp(*argv, "private") == 0) 44 else if (strcmp(*argv, "vepa") == 0) 46 else if (strcmp(*argv, "bridge") == 0) 48 else if (strcmp(*argv, "passthru") == 0) 54 } else if (matches(*argv, "help") == 0) { 58 fprintf(stderr, "macvtap: what is \"%s\"?\n", *argv); 62 argc--, argv++;
|
/external/linux-tools-perf/util/ |
exec_cmd.h | 8 extern int execv_perf_cmd(const char **argv); /* NULL terminated */
|
quote.h | 27 extern void sq_quote_argv(struct strbuf *, const char **argv, size_t maxlen);
|
/external/linux-tools-perf/util/ui/ |
util.h | 6 int ui__popup_menu(int argc, char * const argv[]);
|
/external/llvm/projects/sample/tools/sample/ |
main.c | 7 main (int argc, char ** argv)
|
/external/llvm/runtime/libprofile/ |
Profiling.h | 20 /* save_arguments - Save argc and argv as passed into the program for the file 23 int save_arguments(int argc, const char **argv);
|