Searched refs:intvl (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/remote_cmds-47/timed.tproj/timed.tproj/
H A Dreadmsg.c75 * `intvl' seconds. If not, it returns NULL.
79 readmsg(type, machfrom, intvl, netfrom)
82 struct timeval *intvl;
179 timevaladd(&rtout, intvl);
/macosx-10.10/network_cmds-457/ping.tproj/
H A Dping.c254 struct timeval last, intvl; local
931 intvl.tv_sec = 0;
932 intvl.tv_usec = 10000;
934 intvl.tv_sec = interval / 1000;
935 intvl.tv_usec = interval % 1000 * 1000;
951 timeout.tv_sec = last.tv_sec + intvl.tv_sec - now.tv_sec;
952 timeout.tv_usec = last.tv_usec + intvl.tv_usec - now.tv_usec;
1022 intvl.tv_usec = 0;
1024 intvl.tv_sec = 2 * tmax / 1000;
1025 if (!intvl
[all...]
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.c2079 int intvl, cnt; local
2089 intvl = (cnt && number(*vp)) ? (--cnt, getn(*vp++)) : MAILINTVL;
2090 if (intvl < 1)
2091 intvl = 1;
2092 if (chktim + intvl > t)

Completed in 77 milliseconds