Searched refs:pex (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpexecute.c35 static struct pex_obj *pex; variable in typeref:struct:pex_obj
48 if (pex != NULL)
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base);
59 if (pex == NULL)
67 errmsg = pex_run (pex,
90 if (pex == NULL || pid < 0 || pid >= idx)
95 if (!pex_get_status (pex, 1, status))
103 if (!pex_get_status (pex, idx, vector))
118 pex_free (pex);
119 pex
[all...]
H A DMakefile.in147 pex-common.c pex-djgpp.c pex-msdos.c pex-one.c \
148 pex-unix.c pex-win32.c \
176 ./pex-common.o ./pex-one.o @pexecute@ \
196 ./pex-djgpp.o ./pex
[all...]
H A Dconfigure8403 *-*-mingw* | *-*-winnt*) pexecute=./pex-win32.o ;;
8404 *-*-msdosdjgpp*) pexecute=./pex-djgpp.o ;;
8405 *-*-msdos*) pexecute=./pex-msdos.o ;;
8406 *) pexecute=./pex-unix.o ;;
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dpexecute.c35 static struct pex_obj *pex; variable in typeref:struct:pex_obj
48 if (pex != NULL)
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base);
59 if (pex == NULL)
67 errmsg = pex_run (pex,
90 if (pex == NULL || pid < 0 || pid >= idx)
95 if (!pex_get_status (pex, 1, status))
103 if (!pex_get_status (pex, idx, vector))
118 pex_free (pex);
119 pex
[all...]
H A DMakefile.in147 pex-common.c pex-djgpp.c pex-msdos.c pex-one.c \
148 pex-unix.c pex-win32.c \
176 ./pex-common.o ./pex-one.o @pexecute@ \
196 ./pex-djgpp.o ./pex
[all...]
H A Dconfigure8520 *-*-mingw* | *-*-winnt*) pexecute=./pex-win32.o ;;
8521 *-*-msdosdjgpp*) pexecute=./pex-djgpp.o ;;
8522 *-*-msdos*) pexecute=./pex-msdos.o ;;
8523 *) pexecute=./pex-unix.o ;;
/freebsd-11-stable/gnu/usr.bin/cc/libiberty/
H A DMakefile19 partition.c pex-unix.c physmem.c safe-ctype.c splay-tree.c xexit.c \
21 pexecute.c pex-common.c pex-one.c lrealpath.c strverscmp.c \
/freebsd-11-stable/contrib/gcc/
H A Dcollect2.c1494 collect_wait (const char *prog, struct pex_obj *pex)
1498 if (!pex_get_status (pex, 1, &status))
1500 pex_free (pex);
1520 do_wait (const char *prog, struct pex_obj *pex)
1522 int ret = collect_wait (prog, pex);
1538 struct pex_obj *pex;
1567 pex = pex_init (0, "collect2", NULL);
1568 if (pex == NULL)
1571 errmsg = pex_run (pex, PEX_LAST | PEX_SEARCH, argv[0], argv, outname,
1584 return pex;
1482 collect_wait(const char *prog, struct pex_obj *pex) argument
1508 do_wait(const char *prog, struct pex_obj *pex) argument
1525 struct pex_obj *pex; local
1577 struct pex_obj *pex; local
2008 struct pex_obj *pex; local
2166 struct pex_obj *pex; local
[all...]
H A Dtlink.c288 struct pex_obj *pex;
290 pex = collect_execute (prog, argv, outname, errname);
291 return collect_wait (prog, pex);
285 struct pex_obj *pex; local
H A Dgcc.c2838 struct pex_obj *pex;
2975 pex = pex_init (PEX_USE_PIPES | (report_times ? PEX_RECORD_TIMES : 0),
2977 if (pex == NULL)
2986 errmsg = pex_run (pex,
3016 if (!pex_get_status (pex, n_commands, statuses))
3022 if (!pex_get_times (pex, n_commands, times))
3026 pex_free (pex);
2821 struct pex_obj *pex; local
/freebsd-11-stable/gnu/usr.bin/cc/cc_tools/
H A DMakefile403 partition.c pex-unix.c physmem.c safe-ctype.c splay-tree.c xexit.c \

Completed in 237 milliseconds