Home
last modified time | relevance | path

Searched defs:s0 (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/Zend/
H A Dzend_long.h68 # define ZEND_STRTOL(s0, s1, base) _strtoi64((s0), (s1), (base)) argument
69 # define ZEND_STRTOUL(s0, s1, base) _strtoui64((s0), (s1), (base)) argument
80 # define ZEND_STRTOL(s0, s1, base) strtoll((s0), (s1), (base)) argument
81 # define ZEND_STRTOUL(s0, s1, base) strtoull((s0), (s1), (base)) argument
87 # define ZEND_STRTOL(s0, s1, base) strtol((s0), (s1), (base)) argument
88 # define ZEND_STRTOUL(s0, s1, base) strtoul((s0), (s1), (base)) argument
H A Dzend_strtod.c1809 CONST unsigned char *decpt, *s0, *s, *s1; local
2325 (rv, s0, bc) in bigcomp() argument
2541 CONST char *s, *s0, *s1; local
3764 char *s, *s0; local
/PHP-7.2/ext/fileinfo/libmagic/
H A Dapprentice.c3295 unsigned int s3, s2, s1, s0; local

Completed in 29 milliseconds