Searched defs:timespec (Results 1 - 10 of 10) sorted by relevance

/external/openssh/openbsd-compat/
H A Dbsd-misc.h72 struct timespec { struct
77 int nanosleep(const struct timespec *, struct timespec *);
/external/libusb_aah/libusb/os/
H A Dthreads_windows.h43 // We *were* getting timespec from pthread.h:
47 struct timespec { struct
81 const struct timespec *abstime);
/external/bison/darwin-lib/
H A Dtime.h361 /* Some systems don't define struct timespec (e.g., AIX 4.1, Ultrix 4.3).
384 # undef timespec macro
385 # define timespec rpl_timespec macro
386 struct timespec struct
422 (struct timespec const *__rqtp, struct timespec *__rmtp)
425 (struct timespec const *__rqtp, struct timespec *__rmtp));
429 (struct timespec const *__rqtp, struct timespec *__rmt
[all...]
/external/bison/linux-lib/
H A Dtime.h361 /* Some systems don't define struct timespec (e.g., AIX 4.1, Ultrix 4.3).
384 # undef timespec macro
385 # define timespec rpl_timespec macro
386 struct timespec struct
422 (struct timespec const *__rqtp, struct timespec *__rmtp)
425 (struct timespec const *__rqtp, struct timespec *__rmtp));
429 (struct timespec const *__rqtp, struct timespec *__rmt
[all...]
/external/chromium/third_party/libevent/compat/sys/
H A D_libevent_time.h52 struct timespec { struct
H A D_time.h52 struct timespec { struct
/external/kernel-headers/original/linux/
H A Dtime.h12 struct timespec { struct
30 /* Parameters used to convert the timespec values: */
39 static inline int timespec_equal(struct timespec *a, struct timespec *b)
49 static inline int timespec_compare(struct timespec *lhs, struct timespec *rhs)
71 extern void set_normalized_timespec(struct timespec *ts, time_t sec, long nsec);
76 static inline struct timespec timespec_sub(struct timespec lhs,
77 struct timespec rh
[all...]
H A Dcoda.h89 struct timespec { struct
116 struct timespec { struct
249 struct timespec va_atime; /* time of last access */
250 struct timespec va_mtime; /* time of last modification */
251 struct timespec va_ctime; /* time file changed */
/external/openssh/
H A Dssh-keygen.c1667 parse_cert_times(char *timespec) argument
1673 /* +timespec relative to now */
1674 if (*timespec == '+' && strchr(timespec, ':') == NULL) {
1675 if ((secs = convtime(timespec + 1)) == -1)
1676 fatal("Invalid relative certificate life %s", timespec);
1688 * from := [+-]timespec | YYYYMMDD | YYYYMMDDHHMMSS
1689 * to := [+-]timespec | YYYYMMDD | YYYYMMDDHHMMSS
1691 from = xstrdup(timespec);
1694 fatal("Invalid certificate life specification %s", timespec);
[all...]
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c357 struct timespec struct

Completed in 394 milliseconds