Lines Matching refs:status
77 int usage(int status);
78 int version(int status);
282 int status, ret;
284 if ((pid = wait(&status)) > 0) {
285 if ((WIFEXITED(status)) != 0) {
286 if ((ret = WEXITSTATUS(status)) != 0) {
321 /* Print final status message. */
331 int usage(int status)
361 if (status <= 0)
362 exit(-1 * status);
367 int version(int status)
373 if (status <= 0)
374 exit(-1 * status);
509 int status, ret;
511 if ((pid = wait(&status)) > 0) {
512 if ((WIFEXITED(status)) != 0) {
513 if ((ret = WEXITSTATUS(status)) != 0) {
585 int status, ret;
587 if ((pid = wait(&status)) > 0) {
588 if ((WIFEXITED(status)) != 0) {
589 if ((ret = WEXITSTATUS(status)) != 0) {
707 int status, ret;
709 if ((pid = wait(&status)) > 0) {
710 if ((WIFEXITED(status)) != 0) {
711 if ((ret = WEXITSTATUS(status)) != 0) {
862 int status, ret;
864 if ((pid = wait(&status)) > 0) {
865 if ((WIFEXITED(status)) != 0) {
866 if ((ret = WEXITSTATUS(status)) != 0) {