Searched refs:timespec (Results 1 - 25 of 353) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/coreutils/lib/
H A Dgetdate.h22 bool get_date (struct timespec *, char const *, struct timespec const *);
H A Dutimens.h2 int fdutimens (char const *, int, struct timespec const [2]);
3 int gl_futimens (int, char const *, struct timespec const [2]);
4 int utimens (char const *, struct timespec const [2]);
5 int lutimens (char const *, struct timespec const [2]);
11 int fdutimensat (int dir, char const *name, int fd, struct timespec const [2]);
15 lutimensat (int fd, char const *file, struct timespec const times[2])
H A Dtimespec.h0 /* timespec -- System time interface
27 timespec_cmp (struct timespec a, struct timespec b)
36 void gettime (struct timespec *);
37 int settime (struct timespec const *);
H A Dutimens.c35 #include "timespec.h"
78 timespec can be used for utimensat (after possibly modifying it to
80 timespec needs further adjustment based on stat results: 1 if any
83 timespec is out of range. */
85 validate_timespec (struct timespec timespec[2]) argument
89 assert (timespec);
90 if ((timespec[0].tv_nsec != UTIME_NOW
91 && timespec[0].tv_nsec != UTIME_OMIT
92 && (timespec[
132 struct timespec *timespec = *ts; local
167 fdutimens(char const *file, int fd, struct timespec const timespec[2]) argument
384 gl_futimens(int fd, char const *file, struct timespec const timespec[2]) argument
392 utimens(char const *file, struct timespec const timespec[2]) argument
402 lutimens(char const *file, struct timespec const timespec[2]) argument
[all...]
H A Dgethrxtime.c25 #include "timespec.h"
37 struct timespec ts;
45 struct timespec ts;
62 struct timespec ts;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/time_h/
H A D25-1.c10 int nanosleep(const struct timespec *, struct timespec *);
16 typedef int (*nanosleep_test)(const struct timespec *, struct timespec *);
H A D14-1.c10 int clock_nanosleep(clockid_t, int, const struct timespec *,
11 struct timespec *);
17 typedef int (*clock_nanosleep_test)(clockid_t, int, const struct timespec *,
18 struct timespec *);
H A D5-1.c16 struct timespec interval;
17 struct timespec value;
H A D12-1.c10 int clock_getres(clockid_t, struct timespec *);
16 typedef int (*clock_getres_test)(clockid_t, struct timespec *);
H A D13-1.c10 int clock_gettime(clockid_t, struct timespec *);
16 typedef int (*clock_gettime_test)(clockid_t, struct timespec *);
H A D15-1.c10 int clock_settime(clockid_t, const struct timespec *);
16 typedef int (*clock_settime_test)(clockid_t, const struct timespec *);
H A D4-1.c8 * Test that timespec structure is declared.
12 struct timespec this_type_should_exist, t;
/haiku-fatelf/src/system/libroot/posix/time/
H A Dnanosleep.c16 nanosleep(const struct timespec* time, struct timespec* remainingTime)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/clock_settime/
H A Dhelpers.h15 int getBeforeTime(struct timespec *tpget)
25 int setBackTime(struct timespec tpset)
/haiku-fatelf/src/kits/network/libbind/include/isc/
H A Dplatform.h25 * Define if the OS does not define struct timespec.
30 struct timespec { struct
H A Dplatform.h.in25 * Define if the OS does not define struct timespec.
30 struct timespec {
/haiku-fatelf/src/libs/posix_error_mapper/
H A Dtime.cpp13 (clockid_t clockID, int flags, const struct timespec* time,
14 struct timespec* remainingTime),
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/signal_h/
H A D47-1.c5 const struct timespec *restrict);
12 const struct timespec *restrict);
/haiku-fatelf/headers/build/host/freebsd/sys/
H A Dstat.h16 int futimens(int fd, const struct timespec times[2]);
17 int utimensat(int fd, const char* path, const struct timespec times[2],
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DOldUnpackingNodeAttributes.cpp20 timespec
26 timespec time = { 0, 0 };
H A DPackageLinksDirectory.h21 virtual timespec ModifiedTime() const;
31 timespec fModifiedTime;
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DInode.h62 void GetChangeTime(struct timespec *timespec) const
63 { fNode.GetChangeTime(timespec, fHasExtraAttributes); }
64 void GetModificationTime(struct timespec *timespec) const
65 { fNode.GetModificationTime(timespec,
67 void GetCreationTime(struct timespec *timespec) const
68 { fNode.GetCreationTime(timespec,
70 void GetAccessTime(struct timespec *timespe
72 SetChangeTime(const struct timespec *timespec) argument
74 SetModificationTime(const struct timespec *timespec) argument
77 SetCreationTime(const struct timespec *timespec) argument
80 SetAccessTime(const struct timespec *timespec) argument
108 _BigtimeToTimespec(bigtime_t time, struct timespec *timespec) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/btrfs/
H A DInode.h51 void GetChangeTime(struct timespec &timespec) const
52 { fNode.GetChangeTime(timespec); }
53 void GetModificationTime(struct timespec &timespec) const
54 { fNode.GetModificationTime(timespec); }
55 void GetCreationTime(struct timespec &timespec) const
56 { fNode.GetCreationTime(timespec); }
57 void GetAccessTime(struct timespec
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/sched_h/
H A D15-1.c12 * int sched_rr_get_interval(pid_t, struct timespec *);
20 typedef int (*sched_rr_get_interval_test) (pid_t, struct timespec *);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/clock_gettime/
H A D7-1.c17 struct timespec tp;

Completed in 105 milliseconds

1234567891011>>