Searched refs:_time (Results 1 – 8 of 8) sorted by relevance
164 _time global (implementing the old signature)165 time weak alias for _time169 _time global (implementing the old signature)170 time weak alias for _time187 defines `time' as a macro expanding to `_time':189 #define time _time199 Macro expansion replaces `time' by `_time', but the220 Again, macro expansion replaces `time' by `_time', but since there222 ELF global symbol is `_time'. (Actually, compat_time.c just has229 __weak_alias(time,_time)[all …]
114 long (*_time)(long *); /* 48 */ member172 #define time (*callv -> _time)
41 ticks = (*callv->_time)((long *)0); in getsecs()
18 __weak_alias(time,_time)
754 #define time _time
36 …o Rename our replacement compat/sys/_time.h header to avoid build a conflict on HPUX; reported by …
1060 …o Remove compat/sys/_time.h. It interfered with system headers on HPUX, and its functionality has…
21771 * toplev.c: Make *_time variable long to reduce chance of overflow.