HomeSort by: relevance | last modified time | path
    Searched defs:timeval (Results 1 - 16 of 16) sorted by relevancy

  /src/lib/libc/compat/gen/
compat_time.c 25 #define timeval timeval50 macro
  /src/lib/libc/compat/time/
compat_asctime.c 29 #define timeval timeval50 macro
compat_difftime.c 50 #define timeval timeval50 macro
compat_localtime.c 74 #define timeval timeval50 macro
  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_sys_time.h 23 /* On MinGW-w64, gnulib's sys/time.h replaces 'struct timeval' and
30 and thus work with the native struct timeval, such as Winsock2's
34 # undef timeval macro
  /src/external/gpl3/gdb/dist/gdbsupport/
gdb_sys_time.h 23 /* On MinGW-w64, gnulib's sys/time.h replaces 'struct timeval' and
30 and thus work with the native struct timeval, such as Winsock2's
34 # undef timeval macro
  /src/external/gpl3/gdb/dist/readline/readline/
posixtime.h 44 struct timeval struct
52 extern int gettimeofday PARAMS((struct timeval *, void *));
  /src/external/gpl3/gdb.old/dist/readline/readline/
posixtime.h 44 struct timeval struct
52 extern int gettimeofday PARAMS((struct timeval *, void *));
  /src/sys/dev/
spkr.c 246 int sustain, timeval, tempo; local
303 GETNUM(cp, timeval);
304 if (timeval <= 0 || timeval > MIN_VALUE)
305 timeval = sc->sc_value;
314 playtone(sc, pitch, timeval, sustain);
369 GETNUM(cp, timeval);
370 if (timeval <= 0 || timeval > MIN_VALUE)
371 timeval = sc->sc_value
    [all...]
  /src/sys/sys/
time.h 44 struct timeval { struct
196 bintime2timeval(const struct bintime *bt, struct timeval *tv)
205 timeval2bintime(const struct timeval *tv, struct bintime *bt)
292 struct timeval it_interval; /* timer interval */
293 struct timeval it_value; /* current value */
336 int gettimeofday(struct timeval * __restrict, void *__restrict)
340 int utimes(const char *, const struct timeval [2]) __RENAME(__utimes50);
344 int adjtime(const struct timeval *, struct timeval *) __RENAME(__adjtime50);
345 int futimes(int, const struct timeval [2]) __RENAME(__futimes50)
    [all...]
  /src/external/gpl2/gmake/dist/
file.c 821 struct timeval timeval;
822 if (gettimeofday (&timeval, 0) == 0)
825 s = timeval.tv_sec;
826 ns = timeval.tv_usec * 1000;
815 struct timeval timeval; local
  /src/external/gpl3/gdb/dist/gnulib/import/
select.c 42 /* Get the overridden 'struct timeval'. */
268 struct timeval *timeout)
269 #undef timeval macro
271 static struct timeval tv0;
568 struct timeval *timeout)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
select.c 42 /* Get the overridden 'struct timeval'. */
268 struct timeval *timeout)
269 #undef timeval macro
271 static struct timeval tv0;
568 struct timeval *timeout)
  /src/external/gpl2/diffutils/dist/src/
diff.c 1029 struct timeval timeval;
1030 if (gettimeofday (&timeval, NULL) == 0)
1032 st->st_mtime = timeval.tv_sec;
1033 st->st_mtim.ST_MTIM_NSEC = timeval.tv_usec * 1000;
1026 struct timeval timeval; local
  /src/external/mpl/dhcp/dist/server/
dhcpd.c 150 struct timeval tv;
1424 u_int32_t timeval; local
1429 timeval = getULong(db.data);
1430 max_ack_delay_secs = timeval / 1000000;
1431 max_ack_delay_usecs = timeval % 1000000;
1718 struct timeval tv;
1818 struct timeval tv;
  /src/usr.sbin/syslogd/
syslogd.c 674 &((struct timeval){TIMERINTVL, 0}),
1838 time_t timeval; local
1862 timeval = mktime(&parsed);
1864 *to_buf = make_timestamp(&timeval, false, BSD_TIMESTAMPLEN);
1870 time_t timeval; local
1885 timeval = mktime(&parsed);
1886 *to_buf = make_timestamp(&timeval, true, MAX_TIMESTAMPLEN - 1);
2837 &((struct timeval){TIMERINTVL, 0}),
3750 &((struct timeval){TLS_RECONNECT_SEC, 0}),
4355 schedule_event(struct event **ev, struct timeval *tv
    [all...]

Completed in 25 milliseconds