Searched defs:gettimeofday (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libc/amd64/sys/ |
H A D | gettimeofday.s | 26 .file "gettimeofday.s" 30 ANSI_PRAGMA_WEAK(gettimeofday,function) 33 * implements int gettimeofday(struct timeval *tp, void *tzp) 38 * gettimeofday is implemented as an alternate capability symbol 41 ENTRY(gettimeofday) function 61 SET_SIZE(gettimeofday)
|
/osnet-11/usr/src/lib/libc/i386/sys/ |
H A D | gettimeofday.s | 26 .file "gettimeofday.s" 30 ANSI_PRAGMA_WEAK(gettimeofday,function) 33 / implements int gettimeofday(struct timeval *tp, void *tzp) 37 / gettimeofday is implemented as an alternate capability symbol 40 ENTRY(gettimeofday) function 59 SET_SIZE(gettimeofday)
|
/osnet-11/usr/src/lib/libc/sparc/sys/ |
H A D | gettimeofday.s | 30 .file "gettimeofday.s" 33 * C library -- gettimeofday 34 * int gettimeofday (struct timeval *tp); 39 ANSI_PRAGMA_WEAK(gettimeofday,function) 61 ENTRY(gettimeofday) function 72 SET_SIZE(gettimeofday)
|
/osnet-11/usr/src/lib/libresolv2/common/bsd/ |
H A D | gettimeofday.c | 2 static const char rcsid[] = "$Id: gettimeofday.c,v 1.4 2005/04/27 04:56:11 sra Exp $"; 13 * gettimeofday() occasionally returns invalid tv_usec on some platforms. 16 #undef gettimeofday macro 22 res = gettimeofday(tp, tzp); 42 syslog(LOG_ERR, "gettimeofday: tv_usec out of range\n"); 47 gettimeofday(struct timeval *tvp, struct _TIMEZONE *tzp) { function
|
/osnet-11/usr/src/lib/libresolv2/include/ |
H A D | port_after.h | 421 #define gettimeofday isc__gettimeofday macro 497 #ifdef gettimeofday 498 #undef gettimeofday macro 499 int gettimeofday(struct timeval *, struct timezone *); 500 #define gettimeofday isc__gettimeofday macro 502 int gettimeofday(struct timeval *, struct timezone *);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | XSUB.h | 480 # define gettimeofday PerlProc_gettimeofday macro
|
Completed in 60 milliseconds