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

/macosx-10.9.5/ntp-88/libntp/
H A Duglydate.c19 char *timep; local
25 timep = ulfptoa(ts, 6); /* returns max 17 characters */
45 timep, year, tm->tm_yday, tm->tm_hour, tm->tm_min,
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dgettimeofday.c51 localtime (time_t const *timep) argument
55 struct tm *tm = localtime (timep);
65 gmtime (time_t const *timep) argument
69 struct tm *tm = gmtime (timep);
/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dlocaltime.c184 struct tm * localsub(const time_t * timep, long offset,
187 void localsub(const time_t * timep, long offset,
218 static struct tm * gmtsub(const time_t * timep, long offset,
221 static void gmtsub(const time_t * timep, long offset,
252 static struct tm * timesub(const time_t * timep, long offset,
255 static void timesub(const time_t * timep, long offset,
1456 localsub(timep, offset, tmp)
1457 const time_t * const timep;
1464 const time_t t = *timep;
1473 return gmtsub(timep, offse
1568 localtime_r(const time_t * const __restrict timep, struct tm * __restrict tm) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dlocaltime.c150 static struct tm * gmtsub(const time_t * timep, long offset,
152 static struct tm * localsub(const time_t * timep, long offset,
174 static struct tm * timesub(const time_t * timep, long offset,
1232 localsub(timep, offset, tmp)
1233 const time_t * const timep;
1241 const time_t t = *timep;
1246 return gmtsub(timep, offset, tmp);
1324 localtime(timep)
1325 const time_t * const timep;
1328 return localsub(timep,
[all...]
H A Dzic.c171 const char * dayp, const char * timep);
1387 rulesub(rp, loyearp, hiyearp, typep, monthp, dayp, timep)
1394 const char * const timep;
1408 dp = ecpyalloc(timep);
/macosx-10.9.5/BerkeleyDB-21/db/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) {
/macosx-10.9.5/BerkeleyDB-21/db/db_recover/
H A Ddb_recover.c222 read_timestamp(arg, timep)
224 time_t *timep;
280 *timep = mktime(t);
281 if (*timep == -1) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Dldap_pvt.h96 # define ldap_pvt_gmtime(timep, result) gmtime_r((timep), (result))
100 LDAP_CONST time_t *timep,
106 # define ldap_pvt_localtime(timep, result) localtime_r((timep), (result))
110 LDAP_CONST time_t *timep,
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkAudIO.h125 double timep; member in struct:ADesc
142 double timep; member in struct:ADesc
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dutil-int.c148 ldap_pvt_gmtime( const time_t *timep, struct tm *result ) argument
153 tm_ptr = gmtime( timep );
168 ldap_pvt_localtime( const time_t *timep, struct tm *result ) argument
173 tm_ptr = localtime( timep );
/macosx-10.9.5/cctools-845/libstuff/
H A Dwriteout.c117 struct utimbuf timep; local
119 time_t timep[2]; local
249 timep.actime = toc_time - 5;
250 timep.modtime = toc_time - 5;
251 if(utime(output, &timep) == -1)
253 timep[0] = toc_time - 5;
254 timep[1] = toc_time - 5;
255 if(utime(output, timep) == -1)
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dst/
H A Ddst.h760 * "timep" is not null.
784 dst_key_gettime(const dst_key_t *key, int type, isc_stdtime_t *timep);
786 * Get a member of the timing metadata array and place it in '*timep'.
791 * "timep" is not null.
/macosx-10.9.5/CF-855.17/
H A DCFTimeZone.c317 const uint8_t *p, *timep, *typep, *ttisp, *charp; local
347 timep = p;
348 typep = timep + 4 * timecnt;
365 at = (CFAbsoluteTime)(__CFDetzcode(timep) + 0.0) - kCFAbsoluteTimeIntervalSince1970;
370 timep += 4; /* harmless if 0 == timecnt */
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dcurl_setup.h474 extern struct tm * gmtime_r(const time_t * const timep, struct tm *tmp);
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/unix/
H A DjkAudIO_oss.c210 A->timep = 0.0;
238 A->timep = SnackCurrentTime();
247 A->time = A->time + SnackCurrentTime() - A->timep;
H A DjkAudIO_sun.c141 A->timep = 0.0;
177 A->timep = SnackCurrentTime();
196 A->time = A->time + SnackCurrentTime() - A->timep;
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/zic.tproj/
H A Dzic.c124 const char * dayp, const char * timep));
1208 rulesub(rp, loyearp, hiyearp, typep, monthp, dayp, timep)
1215 const char * const timep;
1229 dp = ecpyalloc(timep);
/macosx-10.9.5/system_cmds-597.90.1/zic.tproj/
H A Dzic.c124 const char * dayp, const char * timep));
1208 rulesub(rp, loyearp, hiyearp, typep, monthp, dayp, timep)
1215 const char * const timep;
1229 dp = ecpyalloc(timep);
/macosx-10.9.5/cctools-845/misc/
H A Dlibtool.c2177 struct utimbuf timep; local
2179 time_t timep[2]; local
2668 timep.actime = stat_buf.st_mtime;
2669 timep.modtime = stat_buf.st_mtime;
2670 if(utime(output, &timep) == -1)
2672 timep[0] = stat_buf.st_mtime;
2673 timep[1] = stat_buf.st_mtime;
2674 if(utime(output, timep) == -1)
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dtype-break.el539 (defun timep (time)
568 (timep ;; returns expected format, else nil
534 (defun timep (time) function
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Ddst_api.c869 dst_key_gettime(const dst_key_t *key, int type, isc_stdtime_t *timep) { argument
871 REQUIRE(timep != NULL);
875 *timep = key->times[type];
H A Dzone.c13843 /* Called once; *timep should be set to the current time. */
13845 next_keyevent(dst_key_t *key, isc_stdtime_t *timep) { argument
13850 now = *timep;
13860 *timep = then;
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DFTPDirectoryParser.cpp63 static struct tm *gmtimeQt(const time_t *const timep, struct tm *result) argument
65 const QDateTime dt(QDateTime::fromTime_t(*timep));
/macosx-10.9.5/ruby-104/ruby/
H A Dtime.c1165 gmtime_with_leapsecond(const time_t *timep, struct tm *result) argument
1173 t = LOCALTIME(timep, *result);
1284 return GMTIME(timep, *result);

Completed in 317 milliseconds