HomeSort by relevance Sort by last modified time
    Searched refs:pexecute (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.27/libiberty/testsuite/
Makefile.in 48 really-check: check-cplus-dem check-d-demangle check-pexecute check-expandargv \
58 # Check the pexecute code.
59 check-pexecute: test-pexecute
60 ./test-pexecute
79 test-pexecute: $(srcdir)/test-pexecute.c ../libiberty.a
80 $(TEST_COMPILE) -DHAVE_CONFIG_H -I.. -o test-pexecute \
81 $(srcdir)/test-pexecute.c ../libiberty.a
102 rm -f test-pexecute
    [all...]
test-pexecute.c 0 /* Pexecute test program,
81 the libiberty pexecute functions. As a test program, it simply
111 fprintf (stderr, "test-pexecute:%d: %s", line, errmsg);
127 fprintf (stderr, "test-pexecute:%d: %s\n", line, errmsg);
175 /* Main function for the pexecute tester. Run the tests. */
202 (((test_pex_tmp = pex_init (FLAGS, "test-pexecute", TEMPBASE)) \
245 subargv[0] = "./test-pexecute";
250 TEST_PEX_RUN (pex1, PEX_LAST, "./test-pexecute", subargv, NULL, NULL);
259 TEST_PEX_RUN (pex1, PEX_LAST, "./test-pexecute", subargv, NULL, NULL);
270 TEST_PEX_RUN (pex1, PEX_LAST, "./test-pexecute", subargv, NULL, "temp.z")
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
pexecute.c 21 /* pexecute is an old routine. This implementation uses the newer
23 pexecute in new code. Use the newer routines instead. */
32 /* We only permit a single pexecute chain to execute at a time. This
39 pexecute (const char *program, char * const *argv, const char *pname, function
50 *errmsg_fmt = (char *) "pexecute already in progress";
61 *errmsg_fmt = (char *) "pexecute not in progress";
79 status values. We avoid zero just because the old pexecute would
87 /* The PID returned by pexecute is one-based. */
configure 593 pexecute
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 591 /* pexecute and pwait are the old pexecute interface, still here for
595 /* Definitions used by the pexecute routine. */
605 extern int pexecute (const char *, char * const *, const char *,
608 /* Wait for pexecute to finish. */
  /toolchain/binutils/binutils-2.27/include/
libiberty.h 603 /* pexecute and pwait are the old pexecute interface, still here for
607 /* Definitions used by the pexecute routine. */
617 extern int pexecute (const char *, char * const *, const char *,
620 /* Wait for pexecute to finish. */
  /toolchain/binutils/binutils-2.27/binutils/
nlmconv.c     [all...]
dlltool.c     [all...]

Completed in 130 milliseconds