Searched refs:tm (Results 1 – 5 of 5) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | time.h | 134 struct tm struct 156 __USING_NAMESPACE_STD(tm) 194 extern time_t mktime (struct tm *__tp) __THROW; 202 __const struct tm *__restrict __tp) __THROW; 209 __const char *__restrict __fmt, struct tm *__tp) 220 __const struct tm *__restrict __tp, 224 __const char *__restrict __fmt, struct tm *__tp, 232 extern struct tm *gmtime (__const time_t *__timer) __THROW; 236 extern struct tm *localtime (__const time_t *__timer) __THROW; 242 extern struct tm *gmtime_r (__const time_t *__restrict __timer, [all …]
|
| H A D | wchar.h | 129 struct tm; 134 __USING_NAMESPACE_STD(tm) 804 __const struct tm *__restrict __tp) __THROW; 814 __const struct tm *__restrict __tp,
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | time.h | 33 struct tm struct 48 time_t _EXFUN(mktime, (struct tm *_timeptr)); 51 char *_EXFUN(asctime, (const struct tm *_tblock)); 53 struct tm *_EXFUN(gmtime, (const time_t *_timer)); 54 struct tm *_EXFUN(localtime,(const time_t *_timer)); 56 size_t _EXFUN(strftime, (char *_s, size_t _maxsize, const char *_fmt, const struct tm *_t)); 58 char *_EXFUN(asctime_r, (const struct tm *, char *)); 60 struct tm *_EXFUN(gmtime_r, (const time_t *, struct tm *)); 61 struct tm *_EXFUN(localtime_r, (const time_t *, struct tm *)); 274 char *_EXFUN(strptime, (const char *, const char *, struct tm *)); [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | bootgraph.pl | 195 my $tm = int($time * 100) / 100.0; 196 print "<text transform=\"translate($s3,89) rotate(90)\">$tm</text>\n";
|
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | png.h | 1752 struct tm FAR * ttime));
|