Home | History | Annotate | Download | only in posix_spawn

Lines Matching refs:posix_spawn

92 	RZ(posix_spawn(&pid, "/bin/cat", &fa, NULL, args, NULL));
120 RZ(posix_spawn(&pid, "/bin/cat", &fa, NULL, args, NULL));
148 RZ(posix_spawn(&pid, "/bin/cat", &fa, NULL, args, NULL));
190 RZ(posix_spawn(&pid, "/bin/cat", &fa, NULL, args, NULL));
203 "posix_spawn fails when a file to open does not exist");
216 err = posix_spawn(&pid, "/bin/cat", &fa, NULL, args, NULL);
239 "posix_spawn fails when a file to open does not exist "
254 * will cause a "proper" return value from posix_spawn(2)
263 err = posix_spawn(&pid, "/bin/cat", &fa, &attr, args, NULL);
302 RZ(posix_spawn(&pid, helper, &fa, NULL, args, NULL));
343 RZ(posix_spawn(&pid, "/bin/ls", &fa, NULL, args, NULL));
390 RZ(posix_spawn(&pid, "/bin/ls", &fa, &attr, args, NULL));
404 "posix_spawn with empty fileactions (PR kern/46038)");
425 RZ(posix_spawn(&pid, "/bin/cat", &fa, NULL, args, NULL));