Home
last modified time | relevance | path

Searched defs:tm (Results 1 – 25 of 142) sorted by relevance

123456

/illumos-gate/usr/src/head/iso/
H A Dtime_iso.h80 struct tm { /* see ctime(3) */ struct
81 int tm_sec; argument
82 int tm_min; argument
83 int tm_hour; argument
84 int tm_mday; argument
85 int tm_mon; argument
86 int tm_year; argument
87 int tm_wday; argument
88 int tm_yday; argument
89 int tm_isdst; argument
/illumos-gate/usr/src/stand/lib/sa/
H A Dtime.h43 struct tm { struct
44 int tm_sec; /* seconds after the minute */ argument
45 int tm_min; /* minutes after the hour */ argument
46 int tm_hour; /* hour since midnight */ argument
47 int tm_mday; /* day of the month */ argument
48 int tm_mon; /* months since January */ argument
49 int tm_year; /* years since 1900 */ argument
50 int tm_wday; /* days since Sunday */ argument
51 int tm_yday; /* Days since January 1 */ argument
52 int tm_isdst; /* flag for alternate daylight savings time */ argument
/illumos-gate/usr/src/boot/include/
H A Dtime.h125 struct tm { struct
127 int tm_min; /* minutes after the hour [0-59] */ argument
128 int tm_hour; /* hours since midnight [0-23] */ argument
129 int tm_mday; /* day of the month [1-31] */ argument
130 int tm_mon; /* months since January [0-11] */ argument
131 int tm_year; /* years since 1900 */ argument
132 int tm_wday; /* days since Sunday [0-6] */ argument
133 int tm_yday; /* days since January 1 [0-365] */ argument
134 int tm_isdst; /* Daylight Savings Time flag */ argument
135 long tm_gmtoff; /* offset from UTC in seconds */ argument
[all …]
/illumos-gate/usr/src/cmd/smbsrv/test-msgbuf/
H A Dtest_misc.c47 struct tm { struct
48 int tm_sec; argument
49 int tm_min; argument
50 int tm_hour; argument
51 int tm_mday; argument
52 int tm_mon; argument
53 int tm_year; argument
54 int tm_wday; argument
55 int tm_yday; argument
56 int tm_isdst; argument
[all …]
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_tnode.c61 struct tmount *tm, in tmp_resv()
109 struct tmount *tm, in tmp_unresv()
160 tmpnode_init(struct tmount *tm, struct tmpnode *t, vattr_t *vap, cred_t *cred) in tmpnode_init()
229 struct tmount *tm, in tmpnode_trunc()
H A Dtmp_vfsops.c233 struct tmount *tm = NULL; in tmp_mount() local
412 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_unmount() local
555 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_root() local
570 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_statvfs() local
675 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_vget() local
H A Dtmp_vnops.c113 struct tmount *tm, in wrtmp()
450 struct tmount *tm, in rdtmp()
586 struct tmount *tm = (struct tmount *)VTOTM(vp); in tmp_read() local
615 struct tmount *tm = (struct tmount *)VTOTM(vp); in tmp_write() local
731 struct tmount *tm = (struct tmount *)VTOTM(vp); in tmp_setattr() local
842 struct tmount *tm; in tmp_lookup() local
954 struct tmount *tm; in tmp_create() local
1132 struct tmount *tm = (struct tmount *)VTOTM(dvp); in tmp_link() local
1189 struct tmount *tm = (struct tmount *)VTOTM(odvp); in tmp_rename() local
1335 struct tmount *tm = (struct tmount *)VTOTM(dvp); in tmp_mkdir() local
[all …]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrptime.c55 struct tm *_RESTRICT_KYWD tm, int *_RESTRICT_KYWD flagsp, in __strptime()
523 struct tm *_RESTRICT_KYWD tm) in strptime()
538 const char *_RESTRICT_KYWD fmt, struct tm *_RESTRICT_KYWD tm) in __strptime_dontzero()
557 struct tm *_RESTRICT_KYWD tm, locale_t loc) in strptime_l()
H A Dgetdate.c196 struct tm tm; in getdate() local
260 struct tm tm; in getdate() local
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_clnt.c362 struct tm *tm; in srvsvc_timecheck() local
402 struct tm tm; in srvsvc_timesync() local
428 struct tm tm; in srvsvc_gettime() local
471 struct tm *tm) in srvsvc_net_remote_tod()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppbuiltin.c194 time_t tm; in ppbuiltin() local
226 time_t tm; in ppbuiltin() local
/illumos-gate/usr/src/cmd/bhyve/
H A Drtc.c63 struct tm tm; in rtc_time() local
80 struct tm tm; in rtc_time() local
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c60 struct tm { struct
61 int tm_sec; argument
62 int tm_min; argument
63 int tm_hour; argument
64 int tm_mday; argument
65 int tm_mon; argument
66 int tm_year; argument
67 int tm_wday; argument
68 int tm_yday; argument
69 int tm_isdst; argument
[all …]
/illumos-gate/usr/src/cmd/touch/
H A Dtouch.c282 struct tm tm; in parse_datetime() local
394 struct tm tm; in parse_time() local
452 struct tm tm; in parse_timespec() local
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlvm.c113 const TValue *tm; in luaV_gettable() local
139 const TValue *tm; in luaV_settable() local
177 const TValue *tm = luaT_gettmbyobj(L, p1, event); /* try first operand */ in call_binTM() local
261 const TValue *tm; in luaV_equalobj_() local
336 const TValue *tm; in luaV_objlen() local
580 #define arith_op(op,tm) { \ argument
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmequiv.c54 tmequiv(Tm_t* tm) in tmequiv()
H A Dtmtime.c38 tmtime(register Tm_t* tm, int west) in tmtime()
H A Dtmweek.c55 tmweek(Tm_t* tm, int type, int week, int day) in tmweek()
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_timeout.c47 timeout(int tm) in timeout()
H A Dwtimeout.c46 wtimeout(WINDOW *win, int tm) in wtimeout()
/illumos-gate/usr/src/cmd/mandoc/
H A Dmandoc.c479 struct tm tm; in a2time() local
499 struct tm *tm; in time2a() local
/illumos-gate/usr/src/cmd/oamuser/lib/
H A Dvexpire.c43 struct tm *tm; local
/illumos-gate/usr/src/cmd/backup/lib/
H A Dgetdate.y581 struct tm *tm; local
597 struct tm *tm; local
725 struct tm *tm; local
854 struct tm *tm; local
/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c120 struct tm tm; local
194 struct tm tm; local
432 struct tm tm; local
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcftime.c89 ascftime(char *buf, const char *format, const struct tm *tm) in ascftime()

123456