Searched refs:tmout (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/usr.bin/wall/
H A Dttymsg.c55 * waiting up to tmout seconds. Returns pointer to error string on unexpected
60 ttymsg(struct iovec *iov, int iovcnt, const char *line, int tmout) argument
141 /* wait at most tmout seconds */
145 (void) alarm((u_int)tmout);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dsend_to_kdc.c44 * waiting `tmout' for a reply and returning the reply in `rep'.
51 time_t tmout,
71 timeout.tv_sec = tmout;
117 time_t tmout,
124 return recv_loop(fd, tmout, 1, 0, rep);
136 time_t tmout,
149 if (recv_loop (fd, tmout, 0, 4, &len_data) < 0)
157 if (recv_loop (fd, tmout, 0, rep_len, rep) < 0)
168 time_t tmout,
172 return send_and_recv_tcp(fd, tmout, re
50 recv_loop(krb5_socket_t fd, time_t tmout, int udp, size_t limit, krb5_data *rep) argument
116 send_and_recv_udp(krb5_socket_t fd, time_t tmout, const krb5_data *req, krb5_data *rep) argument
135 send_and_recv_tcp(krb5_socket_t fd, time_t tmout, const krb5_data *req, krb5_data *rep) argument
167 _krb5_send_and_recv_tcp(krb5_socket_t fd, time_t tmout, const krb5_data *req, krb5_data *rep) argument
180 send_and_recv_http(krb5_socket_t fd, time_t tmout, const char *prefix, const krb5_data *req, krb5_data *rep) argument
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-bpf.c341 int expire, tmout; local
359 tmout = p->opt.timeout;
360 if (tmout)
364 tmout = expire - TSTOMILLI(&cur);
366 if (tmout <= 0) {
387 if (tmout != 0) {
388 tv.tv_sec = tmout / 1000;
389 tv.tv_usec = (tmout * 1000) % 1000000;
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dconnect.c853 struct timeval tmout; local
898 tmout.tv_sec = TCP_TIMEOUT;
899 tmout.tv_usec = 0;
900 switch(select(max_fd + 1, &fds, 0, 0, &tmout)){
/freebsd-11-stable/usr.sbin/syslogd/
H A Dsyslogd.c2153 ttymsg_check(struct iovec *iov, int iovcnt, char *line, int tmout) argument
2169 return ttymsg(iov, iovcnt, line, tmout);
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c61620 int tmout = pWal->db->busyTimeout; local
61636 int tmout = 0; local
165712 int tmout = db->busyTimeout; local
[all...]

Completed in 911 milliseconds