Lines Matching refs:sp_ret
609 int sp_ret = posix_spawn(&pid, path, NULL, &attr, args, environ);
610 T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid);
667 int sp_ret = posix_spawn(&pid, args[0], NULL, NULL, args, NULL);
668 T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid);
773 int sp_ret = posix_spawn(&pid, args[0], NULL, NULL, args, NULL);
774 T_QUIET; T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid);
892 int sp_ret = posix_spawn(&pid, args[0], NULL, NULL, args, NULL);
893 T_QUIET; T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid);
1855 int sp_ret;
1875 sp_ret = posix_spawn(&client_pid, client_args[0], NULL, NULL, client_args, NULL);
1876 …T_QUIET; T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", client_args[0], client_pi…
1939 sp_ret = posix_spawn(&client_pid, client_args[0], NULL, NULL, client_args, NULL);
1940 …T_QUIET; T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", client_args[0], client_pi…