Searched refs:cstatus (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/regress/sys/kern/sysvsem/
H A Dsemtest.c215 int cstatus; local
221 if (wait(&cstatus) == -1)
224 if (WIFEXITED(cstatus) == 0)
227 if (WEXITSTATUS(cstatus) != 0)
229 WEXITSTATUS(cstatus));
/netbsd-6-1-5-RELEASE/regress/sys/kern/sysvshm/
H A Dshmtest.c187 int cstatus; local
192 if (waitpid(child_pid, &cstatus, 0) != child_pid)
195 if (WIFEXITED(cstatus) == 0)
198 if (WEXITSTATUS(cstatus) != 0)
200 WEXITSTATUS(cstatus));
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Djob.h40 int cstatus; /* Completion status */ member in struct:child
H A Djob.c1700 child_failed = !(child->cstatus & 1 || ((child->cstatus & 7) == 0));
1714 child_error (c->file->name, c->cstatus, 0, 0, 0);
1723 child_error (c->file->name, c->cstatus, 0, 0, 1);
1958 child->cstatus = 1;
2198 &child->pid, &child->cstatus, &child->efn,
2211 &child->pid, &child->cstatus, &child->efn,
/netbsd-6-1-5-RELEASE/regress/sys/kern/sysvmsg/
H A Dmsgtest.c222 int cstatus; local
227 if (waitpid(child_pid, &cstatus, 0) != child_pid)
230 if (WIFEXITED(cstatus) == 0)
233 if (WEXITSTATUS(cstatus) != 0)
235 WEXITSTATUS(cstatus));
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/scripts/monitoring/
H A Dntptrap381 ($cstatus) = ($data =~ /refclockstatus=0?x?([\da-fA-F]+)/);
382 $Cstatus = hex($cstatus);
407 ($cstatus) = ($data =~ /refclockstatus=0?x?([\da-fA-F]+)/);
408 $Cstatus = hex($cstatus);

Completed in 177 milliseconds