Home
last modified time | relevance | path

Searched refs:nexno (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/kill/
H A Dkill12.c77 int nsig, exno, nexno, status; in main() local
130 nexno = (status & 0xff00) >> 8; in main()
137 nexno = WIFEXITED(status); in main()
157 /* nexno is the exit number returned by wait in main()
161 if (nexno != 0) { in main()
169 else if (nexno != 1) { in main()
/third_party/ltp/testcases/kernel/syscalls/exit/
H A Dexit01.c40 int pid, npid, sig, nsig, exno, nexno, status; in main() local
92 * nexno is the exit number returned by wait in main()
94 nexno = status / 256; in main()
95 if (nexno != exno) { in main()
/third_party/ltp/testcases/kernel/syscalls/waitpid/
H A Dwaitpid02.c71 int nexno, status; in main() local
128 * nexno is the exit number returned by in main()
131 nexno = WEXITSTATUS(status); in main()
132 if (nexno != 0) { in main()
H A Dwaitpid05.c79 int exno, nexno, status; in main() local
183 * nexno is the exit number returned in main()
186 nexno = status / 256; in main()
187 if (nexno != 0) { in main()

Completed in 2 milliseconds