Searched refs:timep (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgettimeofday.c51 rpl_localtime (time_t const *timep) argument
55 struct tm *tm = localtime (timep);
65 rpl_gmtime (time_t const *timep) argument
69 struct tm *tm = gmtime (timep);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_recover/
H A Ddb_recover.c237 db_recover_read_timestamp(arg, timep)
239 time_t *timep;
295 *timep = mktime(t);
296 if (*timep == -1) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_recover/
H A Ddb_recover.c222 read_timestamp(arg, timep)
224 time_t *timep;
280 *timep = mktime(t);
281 if (*timep == -1) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfs/
H A Dnfs2xdr.c85 xdr_encode_time(__be32 *p, struct timespec *timep) argument
87 *p++ = htonl(timep->tv_sec);
89 *p++ = htonl(timep->tv_nsec ? timep->tv_nsec / 1000 : 0);
94 xdr_encode_current_server_time(__be32 *p, struct timespec *timep) argument
105 *p++ = htonl(timep->tv_sec);
111 xdr_decode_time(__be32 *p, struct timespec *timep) argument
113 timep->tv_sec = ntohl(*p++);
115 timep->tv_nsec = ntohl(*p++) * 1000;
H A Dnfs3xdr.c128 xdr_encode_time3(__be32 *p, struct timespec *timep) argument
130 *p++ = htonl(timep->tv_sec);
131 *p++ = htonl(timep->tv_nsec);
136 xdr_decode_time3(__be32 *p, struct timespec *timep) argument
138 timep->tv_sec = ntohl(*p++);
139 timep->tv_nsec = ntohl(*p++);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dsetup.h424 extern struct tm * gmtime_r(const time_t * const timep, struct tm *tmp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/shared/
H A Dbroadcom.c84 static char * rfctime(const time_t *timep);
1606 rfctime(const time_t *timep) argument
1614 memcpy(&tm, localtime(timep), sizeof(struct tm));

Completed in 92 milliseconds