Home
last modified time | relevance | path

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

1234567

/titanic_51/usr/src/lib/libbc/inc/include/
H A Dtime.h36 struct tm { struct
37 tm_sectm global() argument
38 tm_mintm global() argument
39 tm_hourtm global() argument
40 tm_mdaytm global() argument
41 tm_montm global() argument
42 tm_yeartm global() argument
43 tm_wdaytm global() argument
44 tm_ydaytm global() argument
45 tm_isdsttm global() argument
46 tm_zonetm global() argument
47 tm_gmtofftm global() argument
/titanic_51/usr/src/lib/libbc/inc/5include/
H A Dtime.h41 struct tm { /* see ctime(3) */ struct
42 tm_sectm global() argument
43 tm_mintm global() argument
44 tm_hourtm global() argument
45 tm_mdaytm global() argument
46 tm_montm global() argument
47 tm_yeartm global() argument
48 tm_wdaytm global() argument
49 tm_ydaytm global() argument
50 tm_isdsttm global() argument
51 tm_zonetm global() argument
52 tm_gmtofftm global() argument
/titanic_51/usr/src/head/iso/
H A Dtime_iso.h80 struct tm { /* see ctime(3) */ struct
81 tm_sectm global() argument
82 tm_mintm global() argument
83 tm_hourtm global() argument
84 tm_mdaytm global() argument
85 tm_montm global() argument
86 tm_yeartm global() argument
87 tm_wdaytm global() argument
88 tm_ydaytm global() argument
89 tm_isdsttm global() argument
/titanic_51/usr/src/stand/lib/sa/
H A Dtime.h43 struct tm { struct
44 tm_sectm global() argument
45 tm_mintm global() argument
46 tm_hourtm global() argument
47 tm_mdaytm global() argument
48 tm_montm global() argument
49 tm_yeartm global() argument
50 tm_wdaytm global() argument
51 tm_ydaytm global() argument
52 tm_isdsttm global() argument
/titanic_51/usr/src/boot/include/
H A Dtime.h125 struct tm { struct
126 tm_sectm global() argument
127 tm_mintm global() argument
128 tm_hourtm global() argument
129 tm_mdaytm global() argument
130 tm_montm global() argument
131 tm_yeartm global() argument
132 tm_wdaytm global() argument
133 tm_ydaytm global() argument
134 tm_isdsttm global() argument
135 tm_gmtofftm global() argument
136 tm_zonetm global() argument
[all...]
/titanic_51/usr/src/uts/common/fs/tmpfs/
H A Dtmp_tnode.c61 struct tmount *tm, in tmp_resv() argument
109 struct tmount *tm, in tmp_unresv() argument
160 tmpnode_init(struct tmount * tm,struct tmpnode * t,vattr_t * vap,cred_t * cred) tmpnode_init() argument
229 tmpnode_trunc(struct tmount * tm,struct tmpnode * tp,ulong_t newsize) tmpnode_trunc() argument
[all...]
H A Dtmp_vfsops.c235 struct tmount *tm = NULL; in tmp_mount() local
380 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); tmp_unmount() local
523 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); tmp_root() local
538 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); tmp_statvfs() local
643 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); tmp_vget() local
[all...]
H A Dtmp_vnops.c111 struct tmount *tm, in wrtmp() argument
448 struct tmount *tm, in rdtmp() argument
584 struct tmount *tm = (struct tmount *)VTOTM(vp); tmp_read() local
613 struct tmount *tm = (struct tmount *)VTOTM(vp); tmp_write() local
729 struct tmount *tm = (struct tmount *)VTOTM(vp); tmp_setattr() local
840 struct tmount *tm; tmp_lookup() local
952 struct tmount *tm; tmp_create() local
1131 struct tmount *tm = (struct tmount *)VTOTM(dvp); tmp_link() local
1188 struct tmount *tm = (struct tmount *)VTOTM(odvp); tmp_rename() local
1320 struct tmount *tm = (struct tmount *)VTOTM(dvp); tmp_mkdir() local
1565 struct tmount *tm = (struct tmount *)VTOTM(dvp); tmp_symlink() local
1652 struct tmount *tm = (struct tmount *)VFSTOTM(vp->v_vfsp); tmp_inactive() local
[all...]
/titanic_51/usr/src/lib/libc/port/locale/
H A Dstrptime.c55 struct tm *_RESTRICT_KYWD tm, int *_RESTRICT_KYWD flagsp, in __strptime() argument
523 strptime(const char * _RESTRICT_KYWD buf,const char * _RESTRICT_KYWD fmt,struct tm * _RESTRICT_KYWD tm) strptime() argument
538 __strptime_dontzero(const char * _RESTRICT_KYWD buf,const char * _RESTRICT_KYWD fmt,struct tm * _RESTRICT_KYWD tm) __strptime_dontzero() argument
557 strptime_l(const char * _RESTRICT_KYWD buf,const char * _RESTRICT_KYWD fmt,struct tm * _RESTRICT_KYWD tm,locale_t loc) strptime_l() argument
[all...]
H A Dgetdate.c196 struct tm tm; in getdate() local
260 struct tm tm; getdate() local
[all...]
/titanic_51/usr/src/lib/libpp/common/
H A Dppbuiltin.c194 time_t tm; in ppbuiltin() local
226 time_t tm; in ppbuiltin() local
/titanic_51/usr/src/contrib/ast/src/lib/libpp/
H A Dppbuiltin.c194 time_t tm; in ppbuiltin() local
226 time_t tm; in ppbuiltin() local
/titanic_51/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c57 struct tm { struct
58 tm_sectm global() argument
59 tm_mintm global() argument
60 tm_hourtm global() argument
61 tm_mdaytm global() argument
62 tm_montm global() argument
63 tm_yeartm global() argument
64 tm_wdaytm global() argument
65 tm_ydaytm global() argument
66 tm_isdsttm global() argument
1122 smb_timegm(struct tm * tm) smb_timegm() argument
[all...]
/titanic_51/usr/src/cmd/touch/
H A Dtouch.c282 struct tm tm; in parse_datetime() local
394 struct tm tm; parse_time() local
452 struct tm tm; parse_timespec() local
[all...]
/titanic_51/usr/src/lib/libbc/libc/gen/common/
H A Dstrptime.c50 strptime(buf, format, tm) in strptime() argument
373 yearmatch(cp,format,tm,hadyearp) yearmatch() argument
[all...]
/titanic_51/usr/src/lib/libcurses/screen/
H A Dwtimeout.c48 wtimeout(WINDOW *win, int tm) in wtimeout() argument
H A D_timeout.c49 timeout(int tm) in timeout() argument
/titanic_51/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()
/titanic_51/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmequiv.c54 tmequiv(Tm_t* tm) in tmequiv() argument
H A Dtmtime.c38 tmtime(register Tm_t* tm, int west) in tmtime() argument
H A Dtmweek.c55 tmweek(Tm_t* tm, int type, int week, int day) in tmweek() argument
[all...]
/titanic_51/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
[all...]
/titanic_51/usr/src/cmd/oamuser/lib/
H A Dvexpire.c45 struct tm *tm; local

1234567