strtoll            79 Zend/zend_long.h #  define ZEND_STRTOL(s0, s1, base) strtoll((s0), (s1), (base))
strtoll            81 Zend/zend_long.h #  define ZEND_STRTOL_PTR strtoll
strtoll           472 ext/date/lib/parse_date.c 	tmp_nr = strtoll(str, NULL, 10);
strtoll           159 ext/date/lib/parse_iso_intervals.c 	tmp_nr = strtoll(str, NULL, 10);
strtoll            56 ext/date/php_date.c # define DATE_A64I(i, s) i = strtoll(s, NULL, 10)
strtoll           918 main/rfc1867.c 					max_file_size = strtoll(value, NULL, 10);
strtoll          1003 sapi/litespeed/lsapilib.c         pReq->m_reqBodyLen = strtoll( pContentLen, NULL, 10 );