OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Jun 14 00:25:39 UTC 2026