Searched refs:pexecute (Results 1 – 17 of 17) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
D | Makefile.in | 48 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
|
D | test-pexecute.c | 393 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/ |
D | pexecute.c | 39 pexecute (const char *program, char * const *argv, const char *pname, in pexecute() function
|
D | ChangeLog | 815 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 …]
|
D | configure.ac | 685 # 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
|
D | Makefile.in | 143 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)
|
D | functions.texi | 812 @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 …]
|
D | pexecute.txh | 301 @deftypefn Extension int pexecute (const char *@var{program}, @
|
D | configure | 6765 *-*-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/ |
D | libiberty.h | 613 extern int pexecute (const char *, char * const *, const char *,
|
D | ChangeLog-9103 | 1459 (pexecute, pwait): Declare.
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | dllwrap.c | 393 pid = pexecute (argv[0], (char * const *) argv, prog_name, temp_base, in run()
|
D | nlmconv.c | 2111 pid = pexecute (ld, argv, program_name, (char *) NULL, &errfmt, &errarg, in link_inputs()
|
D | dlltool.c | 1354 pid = pexecute (argv[0], (char * const *) argv, program_name, temp_base, in run()
|
D | resrc.c | 267 pid = pexecute (argv[0], (char * const *) argv, program_name, temp_base, in run_cmd()
|
D | ChangeLog-9899 | 1876 (run): Use pexecute rather than vfork.
|
D | ChangeLog-9197 | 268 * nlmconv.c (link_inputs): Call libiberty pexecute function. 269 (pexecute) [multiple versions]: Remove. 3880 (choose_temp_base_try, choose_temp_base, pexecute): New functions,
|