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

/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dread.c91 unsigned int tmout; local
114 USE_VAR(tmout);
138 tmout = 0; /* no timeout */
176 tmout = intval;
217 if (have_timeout && tmout == 0)
232 tmout = 0;
234 tmout = intval;
274 if (tmout > 0)
279 tmout = 0;
282 if (tmout >
[all...]
/macosx-10.10/remote_cmds-47/wall.tproj/
H A Dttymsg.c60 * waiting up to tmout seconds. Returns pointer to error string on unexpected
65 ttymsg(struct iovec *iov, int iovcnt, const char *line, int tmout) argument
151 /* wait at most tmout seconds */
155 (void) alarm((u_int)tmout);
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dzftp.c385 zfalarm(int tmout) argument
389 * We need to do this even if tmout is zero, since there may
395 alarm(tmout);
399 oalremain = alarm(tmout);
572 zfgetline(char *ln, int lnsize, int tmout) argument
589 zfalarm(tmout);
706 int stopit, printing = 0, tmout; local
713 tmout = getiparam("ZFTP_TMOUT");
715 zfgetline(line, 256, tmout);
751 zfgetline(line, 256, tmout);
833 int ret, tmout; local
1314 zfread(int fd, char *bf, off_t sz, int tmout) argument
1339 zfwrite(int fd, char *bf, off_t sz, int tmout) argument
1366 zfread_block(int fd, char *bf, off_t sz, int tmout) argument
1418 zfwrite_block(int fd, char *bf, off_t sz, int tmout) argument
1704 int err, tmout, port = -1; local
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dxsmfns.c113 EMACS_TIME tmout; local
120 tmout.tv_sec = 0;
121 tmout.tv_usec = 0;
130 (SELECT_TYPE *)0, (SELECT_TYPE *)0, &tmout) < 0)
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_main.c521 struct ztmout tmout; local
532 calc_timeout(&tmout, do_keytmout);
543 if ((nwatch || tmout.tp != ZTM_NONE)
598 if (tmout.tp != ZTM_NONE)
599 poll_timeout = tmout.exp100ths * 10;
622 if (tmout.tp != ZTM_NONE) {
623 expire_tv.tv_sec = tmout.exp100ths / 100;
624 expire_tv.tv_usec = (tmout.exp100ths % 100) * 10000L;
653 switch (tmout.tp) {
694 calc_timeout(&tmout, do_keytmou
1132 int tmout = getiparam("TMOUT"); local
[all...]
/macosx-10.10/zsh-61/zsh/Src/
H A Dsignals.c628 int tmout = getiparam("TMOUT"); local
629 if (idle >= 0 && idle < tmout)
630 alarm(tmout - idle);
1066 int tmout; local
1073 if ((tmout = getiparam("TMOUT")))
1074 alarm(tmout);
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-bpf.c353 int expire, tmout; local
371 tmout = p->opt.timeout;
372 if (tmout)
376 tmout = expire - TSTOMILLI(&cur);
378 if (tmout <= 0) {
399 if (tmout != 0) {
400 tv.tv_sec = tmout / 1000;
401 tv.tv_usec = (tmout * 1000) % 1000000;
/macosx-10.10/autofs-246/automountd/
H A Dautod_nfs.c1063 const struct timeval *tmout)
1073 if (tmout == NULL) {
1077 to = *tmout;
1060 clnt_create_service_timed(const char *host, const char *service, const rpcprog_t prog, const rpcvers_t vers, const ushort_t port, const char *proto, const struct timeval *tmout) argument
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/include/
H A Ddefs.h87 int32_t tmout; /* value for TMOUT */ member in struct:sh_scoped
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dmain.c511 shp->timeout = shp->st.tmout;
H A Dinit.c1431 shp->st.tmout = SHOPT_TIMEOUT;
1905 (TMOUTNOD)->nvalue.lp = (&shp->st.tmout);
H A Dxec.c2288 shp->exitval=sh_readline(shp,&nullptr,0,1,(size_t)0,1000*shp->st.tmout);
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dread.c69 long timeout = 1000*shp->st.tmout;

Completed in 371 milliseconds