Lines Matching refs:_time
164 _time global (implementing the old signature)
165 time weak alias for _time
169 _time global (implementing the old signature)
170 time weak alias for _time
187 defines `time' as a macro expanding to `_time':
189 #define time _time
199 Macro expansion replaces `time' by `_time', but the
220 Again, macro expansion replaces `time' by `_time', but since there
222 ELF global symbol is `_time'. (Actually, compat_time.c just has
229 __weak_alias(time,_time)
231 to define `time' as an ELF weak symbol aliasing `_time'.
234 as NetBSD 5's libc for the symbols `time' and `_time', so that old