HomeSort by: relevance | last modified time | path
    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