Home
last modified time | relevance | path

Searched refs:wstop (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/mdocml/
HDmain.c60 int wstop; /* stop after a file with a warning */ member
146 if (MANDOCLEVEL_OK != rc && curp.wstop) in main()
209 if (MANDOCLEVEL_OK != rc && curp->wstop) in parse()
365 curp->wstop = 1; in woptions()
/trueos/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_proc.c438 const long wstop = PCWSTOP; in dt_proc_waitrun() local
456 if (write(pfd, &wstop, sizeof (wstop)) == -1 && errno == EINTR) in dt_proc_waitrun()
513 const long wstop = PCWSTOP; in dt_proc_control() local
594 if (write(pfd, &wstop, sizeof (wstop)) == -1 && errno == EINTR) in dt_proc_control()