HomeSort by: relevance | last modified time | path
    Searched refs:expandargv (Results 1 - 25 of 72) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb/dist/libiberty/testsuite/
Makefile.in 48 check-pexecute check-expandargv check-strtol
64 # Check the expandargv functionality
65 check-expandargv: test-expandargv
66 ./test-expandargv
85 test-expandargv: $(srcdir)/test-expandargv.c ../libiberty.a
86 $(TEST_COMPILE) -DHAVE_CONFIG_H -I.. -o test-expandargv \
87 $(srcdir)/test-expandargv.c ../libiberty.a
105 rm -f test-expandargv
    [all...]
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...]
  /src/external/gpl3/gdb.old/dist/libiberty/testsuite/
Makefile.in 48 check-pexecute check-expandargv check-strtol
64 # Check the expandargv functionality
65 check-expandargv: test-expandargv
66 ./test-expandargv
85 test-expandargv: $(srcdir)/test-expandargv.c ../libiberty.a
86 $(TEST_COMPILE) -DHAVE_CONFIG_H -I.. -o test-expandargv \
87 $(srcdir)/test-expandargv.c ../libiberty.a
105 rm -f test-expandargv
    [all...]
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...]
  /src/external/gpl3/binutils/dist/binutils/
cxxfilt.c 151 expandargv (&argc, &argv);
addr2line.c 515 expandargv (&argc, &argv);
coffdump.c 501 expandargv (&ac, &av);
sysdump.c 682 expandargv (&ac, &av);
  /src/external/gpl3/binutils.old/dist/binutils/
cxxfilt.c 151 expandargv (&argc, &argv);
addr2line.c 515 expandargv (&argc, &argv);
coffdump.c 501 expandargv (&ac, &av);
sysdump.c 682 expandargv (&ac, &av);
  /src/external/gpl3/binutils/dist/libiberty/
argv.c 337 @deftypefn Extension void expandargv (int *@var{argcp}, char ***@var{argvp})
351 @code{expandargv} near the beginning of @code{main} and allow the
359 expandargv (int *argcp, char ***argvp) function
  /src/external/gpl3/binutils.old/dist/libiberty/
argv.c 337 @deftypefn Extension void expandargv (int *@var{argcp}, char ***@var{argvp})
351 @code{expandargv} near the beginning of @code{main} and allow the
359 expandargv (int *argcp, char ***argvp) function
  /src/external/gpl3/gcc/dist/libiberty/
argv.c 339 @deftypefn Extension void expandargv (int *@var{argcp}, char ***@var{argvp})
353 @code{expandargv} near the beginning of @code{main} and allow the
361 expandargv (int *argcp, char ***argvp) function
  /src/external/gpl3/gdb/dist/libiberty/
argv.c 337 @deftypefn Extension void expandargv (int *@var{argcp}, char ***@var{argvp})
351 @code{expandargv} near the beginning of @code{main} and allow the
359 expandargv (int *argcp, char ***argvp) function
  /src/external/gpl3/gdb.old/dist/libiberty/
argv.c 339 @deftypefn Extension void expandargv (int *@var{argcp}, char ***@var{argvp})
353 @code{expandargv} near the beginning of @code{main} and allow the
361 expandargv (int *argcp, char ***argvp) function
  /src/external/gpl3/gcc/dist/gcc/
gcc-ar.cc 219 expandargv (&ac, &av);
  /src/external/gpl3/gcc.old/dist/libiberty/
argv.c 352 @deftypefn Extension void expandargv (int *@var{argcp}, char ***@var{argvp})
366 @code{expandargv} near the beginning of @code{main} and allow the
374 expandargv (int *argcp, char ***argvp) function
  /src/external/gpl3/binutils/dist/gprof/
gprof.c 204 expandargv (&argc, &argv);
  /src/external/gpl3/binutils/dist/include/
libiberty.h 87 extern void expandargv (int *, char ***);
  /src/external/gpl3/binutils.old/dist/gprof/
gprof.c 204 expandargv (&argc, &argv);
  /src/external/gpl3/binutils.old/dist/include/
libiberty.h 87 extern void expandargv (int *, char ***);
  /src/external/gpl3/gcc/dist/include/
libiberty.h 87 extern void expandargv (int *, char ***);
  /src/external/gpl3/gcc.old/dist/gcc/
gcov-tool.cc 594 expandargv (&argc, &argv);

Completed in 50 milliseconds

1 2 3