Searched refs:time_t (Results 1 - 25 of 214) sorted by path

123456789

/haiku/headers/build/os/storage/
H A DStatable.h41 status_t GetModificationTime(time_t *mtime) const;
42 status_t SetModificationTime(time_t mtime);
44 status_t GetCreationTime(time_t *ctime) const;
45 status_t SetCreationTime(time_t ctime);
47 status_t GetAccessTime(time_t *atime) const;
48 status_t SetAccessTime(time_t atime);
/haiku/headers/compatibility/bsd/
H A Dtime.h20 time_t timelocal(struct tm *tm);
21 time_t timegm(struct tm *tm);
/haiku/headers/os/kernel/
H A Dfs_index.h16 time_t modification_time;
17 time_t creation_time;
/haiku/headers/os/locale/
H A DDateFormat.h56 const time_t time,
58 status_t Format(BString& string, const time_t time,
66 const time_t time,
H A DDateTimeFormat.h46 const time_t time,
49 status_t Format(BString& buffer, const time_t time,
H A DRelativeDateTimeFormat.h36 status_t Format(BString& string, const time_t timeValue) const;
H A DTimeFormat.h33 time_t time, BTimeFormatStyle style) const;
34 status_t Format(BString& string, const time_t time,
39 time_t time, BTimeFormatStyle style) const;
/haiku/headers/os/mail/
H A DMailMessage.h63 time_t Date() const;
/haiku/headers/os/net/
H A DCertificate.h20 time_t StartDate() const;
21 time_t ExpirationDate() const;
/haiku/headers/os/storage/
H A DStatable.h50 status_t GetModificationTime(time_t* mtime) const;
51 status_t SetModificationTime(time_t mtime);
53 status_t GetCreationTime(time_t* ctime) const;
54 status_t SetCreationTime(time_t ctime);
56 status_t GetAccessTime(time_t* atime) const;
57 status_t SetAccessTime(time_t atime);
/haiku/headers/os/support/
H A DDateTime.h94 BDate(time_t time,
197 time_t Time_t() const;
198 void SetTime_t(time_t seconds);
H A Dparsedate.h24 extern time_t parsedate(const char *dateString, time_t now);
25 extern time_t parsedate_etc(const char *dateString, time_t now, int *_storedFlags);
/haiku/headers/posix/compat/sys/
H A Dstat.h14 time_t tv_sec;
/haiku/headers/posix/sys/
H A Dmsg.h27 time_t msg_stime; /* Time of last msgsnd */
28 time_t msg_rtime; /* Time of last msgrcv */
29 time_t msg_ctime; /* Time of last change */
H A Dsem.h29 time_t sem_otime; /* Last semop */
30 time_t sem_ctime; /* Last time changed by semctl */
H A Dtime.h13 time_t tv_sec; /* seconds */
H A Dtimeb.h13 time_t time; /* seconds of current time */
/haiku/headers/posix/
H A Dutime.h13 time_t actime; /* access time */
14 time_t modtime; /* modification time */
/haiku/headers/private/interface/
H A DDecorInfo.h58 time_t ModificationTime() const;
79 time_t fModificationTime;
/haiku/headers/private/mail/
H A Dmail_util.h49 time_t ParseDateWithTimeZone(const char *DateString);
/haiku/headers/private/notification/
H A DNotificationReceived.h33 time_t LastReceived();
36 void SetTimeStamp(time_t time);
43 time_t fLastReceived;
/haiku/headers/private/syslog_daemon/
H A Dsyslog_daemon.h24 time_t when;
/haiku/headers/private/system/arch/x86/
H A Dapm_defs.h19 time_t time_left;
/haiku/src/add-ons/accelerants/neomagic/
H A DInitAccelerant.c134 time_t now = time (NULL);
/haiku/src/add-ons/accelerants/skeleton/
H A DInitAccelerant.c103 time_t now = time (NULL);

Completed in 83 milliseconds

123456789