Home
last modified time | relevance | path

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

/PHP-5.3/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)
153 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
155 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)
467 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
469 tmp_nr = strtoll(str, NULL, 10); in timelib_get_nr_ex()
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog1293 comment: "Figure out how to create a longlong from a string: strtoll and
1294 equivalent. It's not enough to call AC_CHECK_FUNCS: hpux has a strtoll, for
1682 done by checking for the strtoq, strtoll, and _strtoi64 functions.
2000 7. Added macro for snprintf to pcrecpp_unittest.cc and also for strtoll and
/PHP-5.3/
H A DNEWS6441 - Fixed bug #33433 (strtoll not available on Tru64). (Jani, Derick)

Completed in 86 milliseconds