HomeSort by relevance Sort by last modified time
    Searched full:tmout (Results 1 - 9 of 9) sorted by null

  /external/mksh/src/
var_spec.h 36 FN(TMOUT)
main.c 63 "${PS2=> } ${PS3=#? } ${PS4=+ } ${SECONDS=0} ${TMOUT=0} ${EPOCHREALTIME=}";
68 Ttypeset, "-i10", "COLUMNS", "LINES", "SECONDS", "TMOUT", NULL,
    [all...]
sh.h 892 * TMOUT support
    [all...]
mksh.1     [all...]
  /external/kernel-headers/original/uapi/linux/
route.h 53 #define RTF_REINSTATE 0x0008 /* reinstate route after tmout */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
route.h 52 #define RTF_REINSTATE 0x0008 /* reinstate route after tmout */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
route.h 52 #define RTF_REINSTATE 0x0008 /* reinstate route after tmout */
  /external/libpcap/
pcap-bpf.c 323 int expire, tmout; local
341 tmout = p->opt.timeout;
342 if (tmout)
346 tmout = expire - TSTOMILLI(&cur);
348 if (tmout <= 0) {
369 if (tmout != 0) {
370 tv.tv_sec = tmout / 1000;
371 tv.tv_usec = (tmout * 1000) % 1000000;
    [all...]
  /external/bison/tests/
testsuite     [all...]

Completed in 172 milliseconds