Lines Matching refs:sta
184 int fd, sta;
217 (void)wait(&sta);
220 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
251 int sta;
290 (void)wait(&sta);
292 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
305 int fd, i, rv, sta;
338 (void)wait(&sta);
340 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
354 int fd, i, rv, sta;
397 (void)wait(&sta);
399 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
414 int sta;
438 (void)waitpid(pid, &sta, 0);
440 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)