Home
last modified time | relevance | path

Searched refs:tm (Results 26 – 45 of 45) sorted by relevance

12

/PHP-5.3/
H A DREADME.GIT-RULES11 Collaboration is a Good Thing(tm), and Git lets us do this. Thus, following
H A Dacinclude.m41164 struct tm t;
1179 struct tm t, *s;
1314 AC_TRY_COMPILE([#include <time.h>],[struct tm *(*func)() = localtime_r],[
1319 AC_TRY_COMPILE([#include <time.h>],[struct tm *(*func)() = gmtime_r],[
1401 AC_CACHE_CHECK([for tm_gmtoff in struct tm], ac_cv_struct_tm_gmtoff,
1403 #include <$ac_cv_struct_tm>], [struct tm tm; tm.tm_gmtoff;],
1407 AC_DEFINE(HAVE_TM_GMTOFF,1,[whether you have tm_gmtoff in struct tm])
H A DCODING_STANDARDS15 0. Document your code in source files and the manual. [tm]
/PHP-5.3/ext/standard/
H A Dconfig.m4532 int strptime(const char *s, const char *format, struct tm *tm);
H A Dinfo.c1310 struct tm *ta, tmbuf; in php_logo_guid()
H A Dbasic_functions.c4530 struct timeval tm; local
4537 if (gettimeofday((struct timeval *) &tm, NULL) != 0) {
4541 c_ts = (double)(d_ts - tm.tv_sec - tm.tv_usec / 1000000.00);
/PHP-5.3/ext/com_dotnet/
H A Dcom_variant.c925 struct tm tmv; in PHP_FUNCTION()
953 struct tm *tmv; in PHP_FUNCTION()
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch938 struct tm tm;
950 tm.tm_sec = (int)(t % 60);
952 tm.tm_hour = (int)(t % 24);
957 tm.tm_year = (int)(CDF_BASE_YEAR + (t / 365));
959 rdays = cdf_getdays(tm.tm_year);
975 *t = tm.tm_sec;
976 *t += tm.tm_min * 60;
977 *t += tm.tm_hour * 60 * 60;
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Ddate.c403 struct tm *pTm, tmbuf; in localtimeOffset()
/PHP-5.3/ext/pdo_firebird/
H A Dfirebird_statement.c355 struct tm t; in firebird_stmt_get_col()
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_debug.c143 struct tm *tm_p; in MYSQLND_METHOD()
241 struct tm *tm_p; in MYSQLND_METHOD()
/PHP-5.3/ext/intl/tests/
H A Dgrapheme.phpt563 array( "http://news.bbc.co.uk/2/hi/middle_east/7831588.stm", 48, 48 , 50 , "tm" ),
1098 …48" graphemes - grapheme_extract starting at byte position 48 with $next = tm == tm $next=50 == 50
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch855 - struct tm* t;
2291 + struct tm *t;
/PHP-5.3/main/
H A Dmain.c1342 struct tm *ta, tmbuf; in php_message_handler_for_zend()
/PHP-5.3/ext/date/
H A Dphp_date.c895 struct tm *ta, tmbuf; in guess_timezone()
1608 struct tm ta; in php_strftime()
/PHP-5.3/ext/openssl/
H A Dopenssl.c642 struct tm thetime; in asn1_time_to_time_t()
/PHP-5.3/ext/soap/
H A Dphp_encoding.c3008 struct tm *ta, tmbuf; in to_xml_datetime_ex()
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog2551 19. Added additional timing features to pcretest. (1) The -tm option now times
2552 matching only, not compiling. (2) Both -t and -tm can be followed, as a
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c13548 static int osLocaltime(time_t *t, struct tm *pTm){ in osLocaltime()
13552 struct tm *pX; in osLocaltime()
13593 struct tm sLocal; in localtimeOffset()
14199 struct tm sNow; in currentTimeFunc()
14205 struct tm *pTm; in currentTimeFunc()
31836 struct tm *__cdecl localtime(const time_t *t)
31838 static struct tm y;
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic3279 # CDDB: file(1) magic for CDDB(tm) format CD text data files
3287 0 search/1/w #\040xmcd CDDB(tm) format CD text data

Completed in 516 milliseconds

12