HomeSort by: relevance | last modified time | path
    Searched refs:interrupt_buf (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpdc/
ntpdc.c 245 static JMP_BUF interrupt_buf; variable
1155 LONGJMP(interrupt_buf, 1);
1269 if ( ! SETJMP(interrupt_buf)) {
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 454 static JMP_BUF interrupt_buf; variable
1621 LONGJMP(interrupt_buf, 1);
1730 if ( ! SETJMP(interrupt_buf)) {

Completed in 59 milliseconds