/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
test-expandargv.c | 0 /* 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-5.lst" [all...] |
Makefile.in | 48 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...] |
/toolchain/binutils/binutils-2.25/libiberty/ |
at-file.texi | 2 @c expandargv.
|
argv.c | 341 @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
|
ChangeLog | 266 * testsuite/test-expandargv.c: Include unistd.h. 470 (expandargv): Don't check dupargv return. 692 * testsuite/test-expandargv.c (writeout_test): Check result of fwrite. 794 * testsuite/test-expandargv.c (writeout_test): Fix off-by-one error: 977 * argv.c (expandargv): Limit the number of times that response [all...] |
/toolchain/binutils/binutils-2.25/gprof/ |
ChangeLog-2005 | 30 * gprof.c (main): Use expandargv.
|
gprof.c | 204 expandargv (&argc, &argv);
|
/toolchain/binutils/binutils-2.25/binutils/ |
cxxfilt.c | 180 expandargv (&argc, &argv);
|
addr2line.c | 431 expandargv (&argc, &argv);
|
coffdump.c | 502 expandargv (&ac, &av);
|
sysdump.c | 680 expandargv (&ac, &av);
|
size.c | 139 expandargv (&argc, &argv);
|
elfedit.c | 669 expandargv (&argc, &argv);
|
strings.c | 170 expandargv (&argc, &argv);
|
ar.c | 701 expandargv (&argc, &argv); [all...] |
dllwrap.c | 641 expandargv (&argc, &argv); [all...] |
windmc.c | 956 expandargv (&argc, &argv);
|
windres.c | 817 expandargv (&argc, &argv);
|
nm.c | [all...] |
srconv.c | [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
main.cc | 152 expandargv(&argc, &argv);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
libiberty.h | 88 extern void expandargv PARAMS ((int *, char ***));
|
/toolchain/binutils/binutils-2.25/include/ |
libiberty.h | 88 extern void expandargv (int *, char ***);
|
/toolchain/binutils/binutils-2.25/gas/ |
as.c | 1160 expandargv (&argc, &argv); [all...] |
/toolchain/binutils/binutils-2.25/ld/ |
ldmain.c | 211 expandargv (&argc, &argv); [all...] |