Home
last modified time | relevance | path

Searched refs:_time (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/lib/libc/
DREADME164 _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)
[all …]
/netbsd/src/sys/arch/pmax/include/
Ddec_prom.h114 long (*_time)(long *); /* 48 */ member
172 #define time (*callv -> _time)
/netbsd/src/sys/arch/pmax/stand/common/
Dclock.c41 ticks = (*callv->_time)((long *)0); in getsecs()
/netbsd/src/lib/libc/compat/gen/
Dcompat_time.c18 __weak_alias(time,_time)
/netbsd/src/lib/libc/include/
Dnamespace.h754 #define time _time
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/
DChangeLog-1.436 …o Rename our replacement compat/sys/_time.h header to avoid build a conflict on HPUX; reported by …
DChangeLog-2.01060 …o Remove compat/sys/_time.h. It interfered with system headers on HPUX, and its functionality has…
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200021771 * toplev.c: Make *_time variable long to reduce chance of overflow.