Searched refs:pex1 (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/lib/libiberty/src/testsuite/ |
| H A D | test-pexecute.c | 180 struct pex_obj *pex1; in main() local 243 pex1 = TEST_PEX_INIT (PEX_USE_PIPES, NULL); in main() 246 TEST_PEX_RUN (pex1, PEX_LAST, "./test-pexecute", subargv, NULL, NULL); in main() 247 status = TEST_PEX_GET_STATUS_1 (pex1); in main() 250 pex_free (pex1); in main() 252 pex1 = TEST_PEX_INIT (PEX_USE_PIPES, NULL); in main() 255 TEST_PEX_RUN (pex1, PEX_LAST, "./test-pexecute", subargv, NULL, NULL); in main() 256 status = TEST_PEX_GET_STATUS_1 (pex1); in main() 259 pex_free (pex1); in main() 263 pex1 = TEST_PEX_INIT (PEX_USE_PIPES, NULL); in main() [all …]
|