OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timeoutbuf
(Results
1 - 8
of
8
) sorted by relevancy
/src/usr.bin/tip/aculib/
biz22.c
45
static jmp_buf
timeoutbuf
;
variable in typeref:typename:jmp_buf
136
longjmp(
timeoutbuf
, 1);
147
if (setjmp(
timeoutbuf
)) {
169
if (setjmp(
timeoutbuf
)) {
biz31.c
47
static jmp_buf
timeoutbuf
;
variable in typeref:typename:jmp_buf
159
longjmp(
timeoutbuf
, 1);
171
if (setjmp(
timeoutbuf
)) {
194
if (setjmp(
timeoutbuf
))
hayes.c
68
static jmp_buf
timeoutbuf
;
variable in typeref:typename:jmp_buf
150
longjmp(
timeoutbuf
, 1);
167
if (setjmp(
timeoutbuf
)) {
ventel.c
49
static jmp_buf
timeoutbuf
;
variable in typeref:typename:jmp_buf
166
longjmp(
timeoutbuf
, 1);
180
if (setjmp(
timeoutbuf
)) {
courier.c
50
static jmp_buf
timeoutbuf
;
variable in typeref:typename:jmp_buf
133
longjmp(
timeoutbuf
, 1);
149
if (setjmp(
timeoutbuf
)) {
200
if (setjmp(
timeoutbuf
))
t3000.c
50
static jmp_buf
timeoutbuf
;
variable in typeref:typename:jmp_buf
127
longjmp(
timeoutbuf
, 1);
143
if (setjmp(
timeoutbuf
)) {
208
if (setjmp(
timeoutbuf
))
/src/usr.bin/tftp/
tftp.c
74
jmp_buf
timeoutbuf
;
variable in typeref:typename:jmp_buf
271
(void) setjmp(
timeoutbuf
);
414
(void) setjmp(
timeoutbuf
);
760
longjmp(
timeoutbuf
, 1);
/src/libexec/tftpd/
tftpd.c
908
static jmp_buf
timeoutbuf
;
variable in typeref:typename:jmp_buf
917
longjmp(
timeoutbuf
, 1);
979
(void)setjmp(
timeoutbuf
);
1077
(void) setjmp(
timeoutbuf
);
Completed in 16 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025