Home
last modified time | relevance | path

Searched refs:strtoull (Results 1 – 8 of 8) sorted by relevance

/PHP-8.3/ext/fileinfo/
H A Dphp_libmagic.h37 #define strtoull _strtoui64 macro
52 # define strtoull strtoul macro
54 # define strtoull __strtoull macro
/PHP-8.3/Zend/
H A Dzend_long.h79 # define ZEND_STRTOUL(s0, s1, base) strtoull((s0), (s1), (base))
81 # define ZEND_STRTOUL_PTR strtoull
/PHP-8.3/Zend/tests/zend_ini/
H A Dgh11876.phpt2 Invalid INI quantities, base prefix followed by stuff eaten by strtoull()
/PHP-8.3/ext/fileinfo/libmagic/
H A Dprint.c355 val = strtoull(us, &endptr, base); in file_fmtnum()
H A Dsoftmagic.c1682 off = SEXT(sgn,64,strtoull(p->s, NULL, 8)); in mget()
1755 SEXT(sgn,64,strtoull(p->s, NULL, 8)), off); in mget()
H A Dapprentice.c1848 val = CAST(uint64_t, strtoull(l, &t, 0)); in parse_op_modifier()
2850 ull = CAST(uint64_t, strtoull(*p, &ep, 0)); in getvalue()
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1606 strtoull((char *) p, NULL, 10); in php_mysqlnd_rowp_read_text_protocol()
/PHP-8.3/ext/ffi/
H A Dffi.c7744 val->u64 = strtoull(str, NULL, base);

Completed in 104 milliseconds