OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wstop
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_proc.c
448
const long
wstop
= PCWSTOP;
local
466
if (write(pfd, &
wstop
, sizeof (
wstop
)) == -1 && errno == EINTR)
523
const long
wstop
= PCWSTOP;
local
604
if (write(pfd, &
wstop
, sizeof (
wstop
)) == -1 && errno == EINTR)
/src/external/bsd/mdocml/dist/
main.c
88
int
wstop
; /* stop after a file with a warning */
member in struct:outstate
318
if (woptions(optarg, &os_e, &outst.
wstop
) == -1)
620
if (outst.
wstop
&& mandoc_msg_getrc() != MANDOCLEVEL_OK)
961
* With -
Wstop
and warnings or errors of at least the requested
965
if (outst->
wstop
&& mandoc_msg_getrc() != MANDOCLEVEL_OK)
1160
woptions(char *arg, enum mandoc_os *os_e, int *
wstop
)
1181
*
wstop
= 1;
Completed in 15 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026