Home
last modified time | relevance | path

Searched refs:pexecute (Results 1 – 17 of 17) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/testsuite/
DMakefile.in48 really-check: check-cplus-dem check-d-demangle check-pexecute check-expandargv \
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
Dtest-pexecute.c393 pid1 = pexecute ("./test-pexecute", subargv, "test-pexecute", "temp", in main()
405 pid2 = pexecute ("./test-pexecute", subargv, "test-pexecute", "temp", in main()
/toolchain/binutils/binutils-2.25/libiberty/
Dpexecute.c39 pexecute (const char *program, char * const *argv, const char *pname, in pexecute() function
DChangeLog815 pexecute.txh, random.c, setenv.c, setproctitle.c,
965 * configure.ac (pexecute): Set to the basename.
1616 * pexecute.txh (pex_free): Document process killing.
1777 * pexecute.txh: Document changes.
1891 * pexecute.txh: Wrap pexecute's "flag" argument with @var {..}.
1957 * pexecute.txh: Document pex_run_in_environment.
1977 * pexecute.txh (pex_input_file, pex_input_pipe): New docs.
2030 * pexecute.c (pwait): Syntax fix for previous change.
2034 * pexecute.c (pwait): Free vector pointer.
2146 * testsuite/test-pexecute.c: Likewise.
[all …]
Dconfigure.ac685 # Figure out which version of pexecute to use.
687 *-*-mingw* | *-*-winnt*) pexecute=pex-win32 ;;
688 *-*-msdosdjgpp*) pexecute=pex-djgpp ;;
689 *-*-msdos*) pexecute=pex-msdos ;;
690 *) pexecute=pex-unix ;;
692 AC_SUBST(pexecute) subst
DMakefile.in143 partition.c pexecute.c \
181 ./partition.$(objext) ./pexecute.$(objext) ./physmem.$(objext) \
183 ./@pexecute@.$(objext) \
333 TEXIFILES = fnmatch.txh pexecute.txh simple-object.txh
1124 ./pexecute.$(objext): $(srcdir)/pexecute.c config.h $(INCDIR)/ansidecl.h \
1127 $(COMPILE.c) $(PICFLAG) $(srcdir)/pexecute.c -o pic/$@; \
1130 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/pexecute.c -o noasan/$@; \
1132 $(COMPILE.c) $(srcdir)/pexecute.c $(OUTPUT_OPTION)
Dfunctions.texi812 @c pexecute.txh:278
821 @c pexecute.txh:251
832 @c pexecute.txh:261
850 @c pexecute.txh:2
883 @c pexecute.txh:161
902 @c pexecute.txh:179
948 @c pexecute.txh:286
964 @c pexecute.txh:237
978 @c pexecute.txh:224
992 @c pexecute.txh:34
[all …]
Dpexecute.txh301 @deftypefn Extension int pexecute (const char *@var{program}, @
Dconfigure6765 *-*-mingw* | *-*-winnt*) pexecute=pex-win32 ;;
6766 *-*-msdosdjgpp*) pexecute=pex-djgpp ;;
6767 *-*-msdos*) pexecute=pex-msdos ;;
6768 *) pexecute=pex-unix ;;
/toolchain/binutils/binutils-2.25/include/
Dlibiberty.h613 extern int pexecute (const char *, char * const *, const char *,
DChangeLog-91031459 (pexecute, pwait): Declare.
/toolchain/binutils/binutils-2.25/binutils/
Ddllwrap.c393 pid = pexecute (argv[0], (char * const *) argv, prog_name, temp_base, in run()
Dnlmconv.c2111 pid = pexecute (ld, argv, program_name, (char *) NULL, &errfmt, &errarg, in link_inputs()
Ddlltool.c1354 pid = pexecute (argv[0], (char * const *) argv, program_name, temp_base, in run()
Dresrc.c267 pid = pexecute (argv[0], (char * const *) argv, program_name, temp_base, in run_cmd()
DChangeLog-98991876 (run): Use pexecute rather than vfork.
DChangeLog-9197268 * nlmconv.c (link_inputs): Call libiberty pexecute function.
269 (pexecute) [multiple versions]: Remove.
3880 (choose_temp_base_try, choose_temp_base, pexecute): New functions,