Home
last modified time | relevance | path

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

/external/iputils/
Dtftpd.c335 jmp_buf timeoutbuf; variable
343 longjmp(timeoutbuf, 1); in timer()
369 (void) setjmp(timeoutbuf); in sendfile()
435 (void) setjmp(timeoutbuf); in recvfile()
/external/curl/tests/server/
Dtftpd.c216 static sigjmp_buf timeoutbuf; variable
339 siglongjmp(timeoutbuf, 1); in timer()
1257 (void) sigsetjmp(timeoutbuf, 1); in sendtftp()
1332 (void) sigsetjmp(timeoutbuf, 1); in recvtftp()