H A D | warp.c | 501 warp_gettimeofday(register Call_t* p, struct timeval* tv, void* tz) argument 506 if ((r = (*(Gettimeofday_f)p->call)(tv, tz)) != -1 && !p->warped) 510 else if (tv) 511 WARP_ABS(tv->tv_sec); 517 gettimeofday(struct timeval* tv, void* tz) argument 521 return warp_gettimeofday(&call, tv, tz); 527 _gettimeofday(struct timeval* tv, void* tz) argument 531 return warp_gettimeofday(&call, tv, tz); 535 __gettimeofday(struct timeval* tv, void* tz) argument 539 return warp_gettimeofday(&call, tv, t 543 _libc_gettimeofday(struct timeval* tv, void* tz) argument 551 __libc_gettimeofday(struct timeval* tv, void* tz) argument 621 warp_select(register Call_t* p, int n, void* rp, void* wp, void* ep, register const struct timeval* tv) argument 644 select(int n, void* rp, void* wp, void* ep, const struct timeval* tv) argument 654 _select(int n, void* rp, void* wp, void* ep, const struct timeval* tv) argument 662 __select(int n, void* rp, void* wp, void* ep, const struct timeval* tv) argument 670 _libc_select(int n, void* rp, void* wp, void* ep, const struct timeval* tv) argument 678 __libc_select(int n, void* rp, void* wp, void* ep, const struct timeval* tv) argument 752 warp_times(register Call_t* p, struct tms* tv) argument 768 times(struct tms* tv) argument 778 _times(struct tms* tv) argument 786 __times(struct tms* tv) argument 794 _libc_times(struct tms* tv) argument 802 __libc_times(struct tms* tv) argument 812 warp_utime(register Call_t* p, const char* path, const struct utimbuf* tv) argument 833 utime(const char* path, const struct utimbuf* tv) argument 843 _utime(const char* path, const struct utimbuf* tv) argument 851 __utime(const char* path, const struct utimbuf* tv) argument 859 _libc_utime(const char* path, const struct utimbuf* tv) argument 867 __libc_utime(const char* path, const struct utimbuf* tv) argument 877 warp_utimensat(int dirfd, register Call_t* p, const char* path, const struct timespec* tv, int flags) argument 901 utimensat(int dirfd, const char* path, const struct timespec* tv, int flags) argument 911 _utimensat(int dirfd, const char* path, const struct timespec* tv, int flags) argument 919 __utimensat(int dirfd, const char* path, const struct timespec* tv, int flags) argument 927 _libc_utimensat(int dirfd, const char* path, const struct timespec* tv, int flags) argument 935 __libc_utimensat(int dirfd, const char* path, const struct timespec* tv, int flags) argument 945 warp_utimes(register Call_t* p, const char* path, const struct timeval* tv) argument 969 utimes(const char* path, const struct timeval* tv) argument 979 _utimes(const char* path, const struct timeval* tv) argument 987 __utimes(const char* path, const struct timeval* tv) argument 995 _libc_utimes(const char* path, const struct timeval* tv) argument 1003 __libc_utimes(const char* path, const struct timeval* tv) argument 1013 warp_utimets(register Call_t* p, const char* path, const struct timespec* tv) argument 1037 utimets(const char* path, const struct timespec* tv) argument 1047 _utimets(const char* path, const struct timespec* tv) argument 1055 __utimets(const char* path, const struct timespec* tv) argument 1063 _libc_utimets(const char* path, const struct timespec* tv) argument 1071 __libc_utimets(const char* path, const struct timespec* tv) argument 1738 warp_clock_gettime(register Call_t* p, int clock, struct timespec* tv) argument [all...] |