Home
last modified time | relevance | path

Searched refs:tm (Results 1 – 25 of 311) sorted by path

12345678910>>...13

/illumos-gate/usr/src/
H A DTargetdirs174 /etc/tm \
/illumos-gate/usr/src/boot/include/
H A Dtime.h125 struct tm { struct
144 char *asctime(const struct tm *);
149 struct tm *gmtime(const time_t *);
150 struct tm *localtime(const time_t *);
151 time_t mktime(struct tm *);
153 const struct tm * __restrict);
183 struct tm *gmtime_r(const time_t *, struct tm *);
184 struct tm *localtime_r(const time_t *, struct tm *);
189 struct tm * __restrict);
195 time_t timelocal(struct tm * const);
[all …]
/illumos-gate/usr/src/boot/include/xlocale/
H A D_time.h46 const struct tm * __restrict, locale_t) __strftimelike(3, 0);
55 struct tm * __restrict, locale_t);
/illumos-gate/usr/src/cmd/acct/
H A Dacctcom.c289 struct tm *t; in dofile()
H A Dwtmpfix.c123 struct tm *tmp; in main()
/illumos-gate/usr/src/cmd/acct/lib/
H A Dpnpsplit.c69 struct tm daysend = {
75 long tmsecs(struct tm *, struct tm *);
85 struct tm cur, end, hours; in pnpsplit()
146 struct tm *tp; in checkhol()
170 ssh(struct tm *ltp) in ssh()
310 tmsecs(struct tm *t1, struct tm *t2) in tmsecs()
323 tmless(struct tm *t1, struct tm *t2) in tmless()
H A Dtmless.c38 register struct tm *t1, *t2; in tmless()
H A Dtmsecs.c36 register struct tm *t1, *t2; in tmsecs()
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslcompile.c602 struct tm *NewTime; in AslCompilerFileHeader()
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs570 tm/tmdata.o \
571 tm/tmdate.o \
573 tm/tmfix.o \
574 tm/tmfmt.o \
575 tm/tmform.o \
576 tm/tmgoff.o \
577 tm/tminit.o \
578 tm/tmleap.o \
579 tm/tmlex.o \
581 tm/tmmake.o \
[all …]
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dtmlib69 extern __MANGLE__ struct tm* _tm_localtime __PROTO__((const time_t*));
H A Dtmx71 #include <tm.h>
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dtmlib69 extern __MANGLE__ struct tm* _tm_localtime __PROTO__((const time_t*));
H A Dtmx71 #include <tm.h>
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dtmlib69 extern __MANGLE__ struct tm* _tm_localtime __PROTO__((const time_t*));
H A Dtmx71 #include <tm.h>
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dtmlib69 extern __MANGLE__ struct tm* _tm_localtime __PROTO__((const time_t*));
H A Dtmx71 #include <tm.h>
/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c74 extern int derive_date(char *, struct tm *);
77 extern time_t tm_to_secs(struct tm *);
971 struct tm tme; in check_file()
H A Dtime.c35 int derive_date(char *, struct tm *);
38 time_t tm_to_secs(struct tm *);
40 static int check_time(struct tm *);
43 static time_t local_to_gm(struct tm *);
88 local_to_gm(struct tm *tme) in local_to_gm()
92 struct tm ltime, gtime; in local_to_gm()
163 tm_to_secs(struct tm *tme) in tm_to_secs()
208 check_time(struct tm *tme) in check_time()
280 struct tm thentime; in parse_time()
383 struct tm nowtime; in derive_date()
[all …]
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpitime.c47 struct tm *tm; in prdate() local
53 tm = localtime(&d); in prdate()
54 if (strftime(buf, sizeof (buf), "%c", tm) != 0) { in prdate()
H A Ddumpoptr.c238 struct tm *localclock; in broadcast()
H A Dunctime.c39 static time_t emitl(struct tm *);
49 struct tm then;
89 struct tm *dp; in emitl()
/illumos-gate/usr/src/cmd/backup/lib/
H A Dgetdate.y581 struct tm *tm; local
597 struct tm *tm; local
604 Month = 12 * tm->tm_year + tm->tm_mon + RelMonth;
609 (time_t)tm->tm_hour, (time_t)tm->tm_min, (time_t)tm->tm_sec,
725 struct tm *tm; local
854 struct tm *tm; local
882 &(tm->tm_mon), &(tm->tm_mday), &(tm->tm_hour),
883 &(tm->tm_min), &(tm->tm_year)) < 4);
890 tm->tm_hour, tm->tm_min, tm->tm_mon + 1,
891 tm->tm_mday, CHECK_TM(tm->tm_year));
[all …]
/illumos-gate/usr/src/cmd/backup/restore/
H A Dutilities.c512 struct tm *tm; in lctime() local
514 tm = localtime(tp); in lctime()
515 (void) strftime(buf, sizeof (buf), "%c\n", tm); in lctime()

12345678910>>...13