Home
last modified time | relevance | path

Searched defs:strtoll (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/date/lib/
H A Dparse_iso_intervals.c33 # define strtoll(s, f, b) _atoi64(s) macro
36 # define strtoll(s, f, b) atoll(s) macro
38 # define strtoll(s, f, b) strtol(s, f, b) macro
H A Dparse_date.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

Completed in 29 milliseconds