Home
last modified time | relevance | path

Searched refs:strtoll (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/ext/date/lib/
H A Dtimelib.m479 dnl Check for strtoll, atoll
80 AC_CHECK_FUNCS(strtoll atoll strftime)
H A Dparse_iso_intervals.re36 # define strtoll(s, f, b) _atoi64(s)
39 # define strtoll(s, f, b) atoll(s)
41 # define strtoll(s, f, b) strtol(s, f, b)
151 tmp_nr = strtoll(str, NULL, 10);
H A Dparse_iso_intervals.c38 # define strtoll(s, f, b) _atoi64(s) macro
41 # define strtoll(s, f, b) atoll(s) macro
43 # define strtoll(s, f, b) strtol(s, f, b) macro
153 tmp_nr = strtoll(str, NULL, 10); in timelib_get_nr()
H A Dparse_date.re38 # define strtoll(s, f, b) _atoi64(s)
41 # define strtoll(s, f, b) atoll(s)
43 # define strtoll(s, f, b) strtol(s, f, b)
465 tmp_nr = strtoll(str, NULL, 10);
H A Dparse_date.c40 # define strtoll(s, f, b) _atoi64(s) macro
43 # define strtoll(s, f, b) atoll(s) macro
45 # define strtoll(s, f, b) strtol(s, f, b) macro
467 tmp_nr = strtoll(str, NULL, 10); in timelib_get_nr_ex()
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c969 pReq->m_reqBodyLen = strtoll( pContentLen, NULL, 10 ); in parseContentLenFromHeader()
/PHP-5.5/ext/date/
H A Dphp_date.c56 # define DATE_A64I(i, s) i = strtoll(s, NULL, 10)
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog2229 comment: "Figure out how to create a longlong from a string: strtoll and
2230 equivalent. It's not enough to call AC_CHECK_FUNCS: hpux has a strtoll, for
2619 done by checking for the strtoq, strtoll, and _strtoi64 functions.
2937 7. Added macro for snprintf to pcrecpp_unittest.cc and also for strtoll and
/PHP-5.5/
H A DNEWS9491 - Fixed bug #33433 (strtoll not available on Tru64). (Jani, Derick)

Completed in 97 milliseconds