Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1124 struct tm tm;
1137 tm.tm_sec = (int)(t % 60);
1139 tm.tm_hour = (int)(t % 24);
1144 tm.tm_year = (int)(CDF_BASE_YEAR + (t / 365));
1146 rdays = cdf_getdays(tm.tm_year);
1162 *t = tm.tm_sec;
1163 *t += tm.tm_min * 60;
1164 *t += tm.tm_hour * 60 * 60;
1527 -char *asctime_r(const struct tm *, char *);
2797 struct tm *tm;
/PHP-5.5/ext/interbase/
H A Dibase_query.c530 struct tm t = { 0, 0, 0, 0, 0, 0 }; in _php_ibase_bind_array()
687 struct tm t; in _php_ibase_bind()
693 struct tm *res; in _php_ibase_bind()
1318 struct tm t; in _php_ibase_var_zval()
/PHP-5.5/ext/standard/
H A Dconfig.m4551 int strptime(const char *s, const char *format, struct tm *tm);
H A Dinfo.c924 struct tm *ta, tmbuf; in php_print_info()
H A Dbasic_functions.c4531 struct timeval tm; local
4538 if (gettimeofday((struct timeval *) &tm, NULL) != 0) {
4542 c_ts = (double)(d_ts - tm.tv_sec - tm.tv_usec / 1000000.00);
/PHP-5.5/ext/com_dotnet/
H A Dcom_variant.c930 struct tm tmv; in PHP_FUNCTION()
958 struct tm *tmv; in PHP_FUNCTION()
/PHP-5.5/
H A DREADME.GIT-RULES11 Collaboration is a Good Thing(tm), and Git lets us do this. Thus, following
H A Dacinclude.m41175 struct tm t;
1190 struct tm t, *s;
1325 AC_TRY_COMPILE([#include <time.h>],[struct tm *(*func)() = localtime_r],[
1330 AC_TRY_COMPILE([#include <time.h>],[struct tm *(*func)() = gmtime_r],[
1412 AC_CACHE_CHECK([for tm_gmtoff in struct tm], ac_cv_struct_tm_gmtoff,
1414 #include <$ac_cv_struct_tm>], [struct tm tm; tm.tm_gmtoff;],
1418 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.5/sapi/cli/
H A Dphp_cli_server.c363 struct tm tm; in php_cli_server_get_system_time() local
368 php_localtime_r(&tv.tv_sec, &tm); in php_cli_server_get_system_time()
369 php_asctime_r(&tm, buf); in php_cli_server_get_system_time()
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_statement.c353 struct tm t; in firebird_stmt_get_col()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c501 struct tm *ta; in accelerator_get_scripts()
/PHP-5.5/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.5/sapi/thttpd/
H A Dthttpd_patch855 - struct tm* t;
2291 + struct tm *t;
/PHP-5.5/main/
H A Dmain.c1452 struct tm *ta, tmbuf; in php_message_handler_for_zend()
/PHP-5.5/ext/openssl/
H A Dopenssl.c659 struct tm thetime; in asn1_time_to_time_t()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c2984 struct tm *ta, tmbuf; in to_xml_datetime_ex()
/PHP-5.5/ext/date/
H A Dphp_date.c1634 struct tm ta; in php_strftime()
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog3488 19. Added additional timing features to pcretest. (1) The -tm option now times
3489 matching only, not compiling. (2) Both -t and -tm can be followed, as a
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c15759 static int osLocaltime(time_t *t, struct tm *pTm){ in osLocaltime()
15762 struct tm *pX; in osLocaltime()
15805 struct tm sLocal; in localtimeOffset()
16409 struct tm *pTm; in currentTimeFunc()
16410 struct tm sNow; in currentTimeFunc()
35207 struct tm *__cdecl localtime(const time_t *t)
35209 static struct tm y;
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3621 # CDDB: file(1) magic for CDDB(tm) format CD text data files
3629 0 search/1/w #\040xmcd CDDB(tm) format CD text data

Completed in 504 milliseconds

12