Home
last modified time | relevance | path

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

123456

/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtime.h36 struct tm { struct
37 int tm_sec; argument
38 int tm_min; argument
39 int tm_hour; argument
40 int tm_mday; argument
41 int tm_mon; argument
42 int tm_year; argument
43 int tm_wday; argument
44 int tm_yday; argument
45 int tm_isdst; argument
[all …]
/titanic_44/usr/src/lib/libbc/inc/5include/
H A Dtime.h41 struct tm { /* see ctime(3) */ struct
42 int tm_sec; argument
43 int tm_min; argument
44 int tm_hour; argument
45 int tm_mday; argument
46 int tm_mon; argument
47 int tm_year; argument
48 int tm_wday; argument
49 int tm_yday; argument
50 int tm_isdst; argument
[all …]
/titanic_44/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
/titanic_44/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
/titanic_44/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.c235 struct tmount *tm = NULL; in tmp_mount() local
380 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_unmount() local
523 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_root() local
538 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_statvfs() local
643 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_vget() local
H A Dtmp_vnops.c111 struct tmount *tm, in wrtmp()
448 struct tmount *tm, in rdtmp()
584 struct tmount *tm = (struct tmount *)VTOTM(vp); in tmp_read() local
613 struct tmount *tm = (struct tmount *)VTOTM(vp); in tmp_write() local
729 struct tmount *tm = (struct tmount *)VTOTM(vp); in tmp_setattr() local
840 struct tmount *tm; in tmp_lookup() local
952 struct tmount *tm; in tmp_create() local
1131 struct tmount *tm = (struct tmount *)VTOTM(dvp); in tmp_link() local
1188 struct tmount *tm = (struct tmount *)VTOTM(odvp); in tmp_rename() local
1320 struct tmount *tm = (struct tmount *)VTOTM(dvp); in tmp_mkdir() local
[all …]
/titanic_44/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
/titanic_44/usr/src/lib/libpp/common/
H A Dppbuiltin.c194 time_t tm; in ppbuiltin() local
226 time_t tm; in ppbuiltin() local
/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c57 struct tm { struct
58 int tm_sec; argument
59 int tm_min; argument
60 int tm_hour; argument
61 int tm_mday; argument
62 int tm_mon; argument
63 int tm_year; argument
64 int tm_wday; argument
65 int tm_yday; argument
66 int tm_isdst; argument
[all …]
/titanic_44/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
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dstrptime.c50 strptime(buf, format, tm) in strptime() argument
373 yearmatch(cp, format, tm, hadyearp) in yearmatch() argument
/titanic_44/usr/src/cmd/rtc/
H A Drtc.c162 struct tm *tm; in set_zone() local
201 struct tm *tm; in correct_rtc_and_lag() local
/titanic_44/usr/src/lib/libcurses/screen/
H A D_timeout.c49 timeout(int tm) in timeout()
H A Dwtimeout.c48 wtimeout(WINDOW *win, int tm) in wtimeout()
/titanic_44/usr/src/lib/libast/common/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()
H A Dtmfix.c45 tmfix(register Tm_t* tm) in tmfix()
/titanic_44/usr/src/cmd/oamuser/lib/
H A Dvexpire.c45 struct tm *tm; local
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_clnt.c419 struct tm tm; in srvsvc_timesync() local
445 struct tm tm; in srvsvc_gettime() local
488 struct tm *tm) in srvsvc_net_remote_tod()
/titanic_44/usr/src/lib/libast/common/misc/
H A Ddebug.c46 double tm; in debug_elapsed() local
/titanic_44/usr/src/lib/libc/port/gen/
H A Dcftime.c89 ascftime(char *buf, const char *format, const struct tm *tm) in ascftime()
/titanic_44/usr/src/lib/libast/common/string/
H A Dfmtls.c55 time_t tm; in fmtls() local

123456