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

1234567891011>>

/macosx-10.10/gnutar-453/gnutar/lib/
H A Dgetdate.h23 bool get_date (struct timespec *, char const *, struct timespec const *);
H A Dutimens.h2 int gl_futimens (int, char const *, struct timespec const [2]);
3 int utimens (char const *, struct timespec const [2]);
H A Dtimespec.h0 /* timespec -- System time interface
27 timespec_cmp (struct timespec a, struct timespec b)
34 void gettime (struct timespec *);
35 int settime (struct timespec const *);
H A Dutimens.c79 char const *file, struct timespec const timespec[2])
104 if (timespec)
106 timeval[0].tv_sec = timespec[0].tv_sec;
107 timeval[0].tv_usec = timespec[0].tv_nsec / 1000;
108 timeval[1].tv_sec = timespec[1].tv_sec;
109 timeval[1].tv_usec = timespec[1].tv_nsec / 1000;
169 if (timespec)
171 utimbuf.actime = timespec[0].tv_sec;
172 utimbuf.modtime = timespec[
78 gl_futimens(int fd ATTRIBUTE_UNUSED, char const *file, struct timespec const timespec[2]) argument
186 utimens(char const *file, struct timespec const timespec[2]) argument
[all...]
H A Dtime_.h49 /* Some systems don't define struct timespec (e.g., AIX 4.1, Ultrix 4.3).
56 # undef timespec macro
57 # define timespec rpl_timespec macro
58 struct timespec struct
71 int nanosleep (struct timespec const *__rqtp, struct timespec *__rmtp);
H A Dstat-time.h28 struct timespec, if available. If not, then STAT_TIMESPEC_NS (ST,
102 static inline struct timespec
108 struct timespec t;
116 static inline struct timespec
122 struct timespec t;
130 static inline struct timespec
136 struct timespec t;
145 static inline struct timespec
148 struct timespec t;
H A Dgettime.c23 #include "timespec.h"
30 gettime (struct timespec *ts)
/macosx-10.10/xnu-2782.1.97/osfmk/libsa/sys/
H A Dtimers.h60 struct timespec { struct
67 extern int getclock(int, struct timespec *);
/macosx-10.10/sudo-73/src/emul/
H A Dtimespec.h20 struct timespec { struct
/macosx-10.10/xnu-2782.1.97/bsd/sys/_types/
H A D_timespec.h29 #define _STRUCT_TIMESPEC struct timespec
/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb_sleephandler.h31 extern struct timespec gWakeTime;
/macosx-10.10/text_cmds-88/sort/
H A Dtimespec.h0 /* timespec -- System time interface
36 struct timespec struct
46 timespec_cmp (struct timespec a, struct timespec b)
59 void gettime (struct timespec *);
60 int settime (struct timespec const *);
/macosx-10.10/ntfs-84/kext/
H A Dntfs_time.h55 * OS X stores time in a struct timespec consisting of a time_t (long at
64 static inline sle64 utc2ntfs(const struct timespec ts)
80 static inline struct timespec ntfs_utc_current_time(void)
82 struct timespec ts;
98 struct timespec ts;
111 * OS X stores time in a struct timespec consisting of a time_t (long at
126 static inline struct timespec ntfs2utc(const sle64 time)
129 struct timespec ts;
/macosx-10.10/webdavfs-367/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav_utils.h35 // convert standard timespec to webdav_timespec_64
36 void timespec_to_webdav_timespec64(struct timespec ts, struct webdav_timespec64 *wts);
37 // convert webdav_timespec64 to standard timespec
38 void webdav_timespec64_to_timespec(struct webdav_timespec64 wts, struct timespec *ts);
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/
H A Dgethostuuid.h37 int gethostuuid(uuid_t, const struct timespec *) __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_NA, __MAC_NA, __IPHONE_2_0, __IPHONE_5_0, "gethostuuid() is no longer supported");
39 int gethostuuid(uuid_t, const struct timespec *) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_NA);
H A Dgethostuuid_private.h37 int _getprivatesystemidentifier(uuid_t uuid, const struct timespec *timeout) __OSX_AVAILABLE_STARTING(__MAC_10_9, __IPHONE_7_0);
40 int gethostuuid(uuid_t, const struct timespec *) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
H A Dgethostuuid.c32 extern int __gethostuuid(uuid_t, const struct timespec *, int);
37 gethostuuid(uuid_t uuid, const struct timespec *timeout)
56 _getprivatesystemidentifier(uuid_t uuid, const struct timespec *timeout)
/macosx-10.10/ntp-92/include/
H A Drefclock_atom.h10 struct timespec ts;
/macosx-10.10/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_sfb.h92 struct timespec freezetime[SFB_LEVELS][SFB_BINS];
121 struct timespec sfb_getqtime; /* last dequeue timestamp */
122 struct timespec sfb_holdtime; /* random holdtime in nsec */
127 struct timespec sfb_update_interval;
132 struct timespec sfb_update_time;
135 struct timespec sfb_hinterval; /* random reset interval in sec */
136 struct timespec sfb_nextreset; /* reset deadline */
139 struct timespec sfb_pboxtime; /* random pboxtime in nsec */
140 struct timespec sfb_pboxfreeze;
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-misc.h75 struct timespec { struct
80 int nanosleep(const struct timespec *, struct timespec *);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvstat.h60 struct timespec vst_atimespec; /* time of last access */
61 struct timespec vst_mtimespec; /* time of last data modification */
62 struct timespec vst_ctimespec; /* time of last file status change */
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dsleep.c50 struct timespec time_to_sleep;
51 struct timespec time_remaining;
/macosx-10.10/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread_delay.c88 dcethread_delay(struct timespec* interval)
93 struct timespec rqtp, rmtp;
H A Ddcethread_get_expiration.c90 * Convert a delta timespec to absolute (offset by current time)
94 * delta struct timespec; input delta time
96 * abstime struct timespec; output absolute time
115 dcethread_get_expiration(struct timespec* delta, struct timespec* abstime)
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A DHostUUID.c45 struct timespec ts = { 0, 0 };

Completed in 298 milliseconds

1234567891011>>