Searched refs:PEX_SEARCH (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpex-djgpp.c203 status = (((flags & PEX_SEARCH) != 0 ? spawnvpe : spawnve)
206 status = (((flags & PEX_SEARCH) != 0 ? spawnvp : spawnv)
212 *errmsg = ((flags & PEX_SEARCH) != 0) ? "spawnvp" : "spawnv";
H A Dpexecute.c69 | ((flags & PEXECUTE_SEARCH) != 0 ? PEX_SEARCH : 0)),
H A Dpex-win32.c780 pid = win32_spawn (executable, (flags & PEX_SEARCH) != 0,
885 printf ("%ld\n", pex_win32_exec_child (NULL, PEX_SEARCH, argv[0], argv, NULL, 0, 0, 1, 2, &errmsg, &err));
H A Dpex-unix.c426 if ((flags & PEX_SEARCH) != 0)
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dpexecute.c69 | ((flags & PEXECUTE_SEARCH) != 0 ? PEX_SEARCH : 0)),
/freebsd-11-stable/contrib/gcclibs/include/
H A Dlibiberty.h381 #define PEX_SEARCH 0x2 macro
521 FLAGS Combination of PEX_SEARCH and PEX_STDERR_TO_STDOUT.
/freebsd-11-stable/contrib/binutils/include/
H A Dlibiberty.h388 #define PEX_SEARCH 0x2 macro
549 FLAGS Combination of PEX_SEARCH and PEX_STDERR_TO_STDOUT.
/freebsd-11-stable/contrib/gcc/
H A Dcollect2.c1571 errmsg = pex_run (pex, PEX_LAST | PEX_SEARCH, argv[0], argv, outname,
H A Dgcc.c2988 | (string == commands[i].prog ? PEX_SEARCH : 0)),

Completed in 97 milliseconds