Searched refs:WIFSTOPPED (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ | ||
| H A D | wait.h | 56 #define WIFSTOPPED(x) (_WSTATUS(x) == _WSTOPPED) macro |
| /f-stack/tools/libutil/ | ||
| H A D | pw_util.c | 329 } else if (WIFSTOPPED(pstat)) { in pw_edit() |