Searched refs:expandargv (Results 1 - 25 of 60) sorted by relevance

123

/haiku-buildtools/legacy/binutils/libiberty/testsuite/
H A DMakefile.in48 really-check: check-cplus-dem check-pexecute check-expandargv
58 # Check the expandargv functionality
59 check-expandargv: test-expandargv
60 ./test-expandargv
71 test-expandargv: $(srcdir)/test-expandargv.c ../libiberty.a
72 $(TEST_COMPILE) -DHAVE_CONFIG_H -I.. -o test-expandargv \
73 $(srcdir)/test-expandargv.c ../libiberty.a
82 rm -f test-expandargv
[all...]
H A Dtest-expandargv.c0 /* expandargv test program,
61 The \n is an important part of test_data since expandargv
69 #define FILENAME_PATTERN "test-expandargv-%d.lst"
70 #define ARGV0 "test-expandargv"
76 "@test-expandargv-0.lst",
86 "@test-expandargv-1.lst",
96 "@test-expandargv-2.lst",
105 "@test-expandargv-3.lst",
120 fprintf (stderr, "test-expandargv:%d: %s", line, errmsg);
198 Run expandargv
[all...]
/haiku-buildtools/gcc/libiberty/testsuite/
H A DMakefile.in48 really-check: check-cplus-dem check-d-demangle check-pexecute check-expandargv \
62 # Check the expandargv functionality
63 check-expandargv: test-expandargv
64 ./test-expandargv
83 test-expandargv: $(srcdir)/test-expandargv.c ../libiberty.a
84 $(TEST_COMPILE) -DHAVE_CONFIG_H -I.. -o test-expandargv \
85 $(srcdir)/test-expandargv.c ../libiberty.a
103 rm -f test-expandargv
[all...]
H A Dtest-expandargv.c0 /* expandargv test program,
64 The \n is an important part of test_data since expandargv
72 #define FILENAME_PATTERN "test-expandargv-%d.lst"
73 #define ARGV0 "test-expandargv"
79 "@test-expandargv-0.lst",
89 "@test-expandargv-1.lst",
99 "@test-expandargv-2.lst",
108 "@test-expandargv-3.lst",
116 "@test-expandargv-4.lst",
126 "@test-expandargv
[all...]
/haiku-buildtools/binutils/libiberty/testsuite/
H A DMakefile.in49 check-pexecute check-expandargv check-strtol
65 # Check the expandargv functionality
66 check-expandargv: test-expandargv
67 ./test-expandargv
86 test-expandargv: $(srcdir)/test-expandargv.c ../libiberty.a
87 $(TEST_COMPILE) -DHAVE_CONFIG_H -I.. -o test-expandargv \
88 $(srcdir)/test-expandargv.c ../libiberty.a
106 rm -f test-expandargv
[all...]
H A Dtest-expandargv.c0 /* expandargv test program,
64 The \n is an important part of test_data since expandargv
72 #define FILENAME_PATTERN "test-expandargv-%d.lst"
73 #define ARGV0 "test-expandargv"
79 "@test-expandargv-0.lst",
89 "@test-expandargv-1.lst",
99 "@test-expandargv-2.lst",
108 "@test-expandargv-3.lst",
116 "@test-expandargv-4.lst",
126 "@test-expandargv
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Dcxxfilt.c179 expandargv (&argc, &argv);
H A Daddr2line.c341 expandargv (&argc, &argv);
H A Dcoffdump.c498 expandargv (&ac, &av);
H A Dsize.c139 expandargv (&argc, &argv);
H A Dstrings.c191 expandargv (&argc, &argv);
H A Dsysdump.c676 expandargv (&ac, &av);
/haiku-buildtools/binutils/binutils/
H A Dcxxfilt.c181 expandargv (&argc, &argv);
H A Daddr2line.c440 expandargv (&argc, &argv);
H A Dsize.c140 expandargv (&argc, &argv);
H A Dstrings.c176 expandargv (&argc, &argv);
H A Dsysdump.c677 expandargv (&ac, &av);
H A Dcoffdump.c506 expandargv (&ac, &av);
/haiku-buildtools/gcc/libiberty/
H A Dargv.c341 @deftypefn Extension void expandargv (int *@var{argcp}, char ***@var{argvp})
355 @code{expandargv} near the beginning of @code{main} and allow the
363 expandargv (int *argcp, char ***argvp) function
/haiku-buildtools/binutils/libiberty/
H A Dargv.c344 @deftypefn Extension void expandargv (int *@var{argcp}, char ***@var{argvp})
358 @code{expandargv} near the beginning of @code{main} and allow the
366 expandargv (int *argcp, char ***argvp) function
/haiku-buildtools/legacy/binutils/include/
H A Dlibiberty.h87 extern void expandargv PARAMS ((int *, char ***));
/haiku-buildtools/binutils/gold/
H A Dmain.cc152 expandargv(&argc, &argv);
/haiku-buildtools/legacy/binutils/gprof/
H A Dgprof.c200 expandargv (&argc, &argv);
/haiku-buildtools/gcc/gcc/
H A Dgcov-tool.c594 expandargv (&argc, &argv);
/haiku-buildtools/gcc/include/
H A Dlibiberty.h87 extern void expandargv (int *, char ***);

Completed in 138 milliseconds

123