Home
last modified time | relevance | path

Searched refs:strtoul (Results 1 – 19 of 19) sorted by relevance

/PHP-5.6/ext/xmlrpc/libxmlrpc/
H A Dacinclude.m47 strtoul strtoull snprintf \
/PHP-5.6/ext/standard/
H A Dscanf.c359 value = strtoul(format-1, &end, 10); in ValidateFormat()
406 value = strtoul(format-1, &format, 10); in ValidateFormat()
712 value = strtoul(format-1, &end, 10); in php_sscanf_internal()
724 width = strtoul(format-1, &format, 10); in php_sscanf_internal()
787 fn = (long (*)())strtoul; in php_sscanf_internal()
H A Dftp_fopen_wrapper.c372 portno = (unsigned short) strtoul(tpath, &ttpath, 10) * 256; in php_fopen_do_pasv()
383 portno += (unsigned short) strtoul(tpath, &ttpath, 10); in php_fopen_do_pasv()
398 portno = (unsigned short) strtoul(tpath + 1, &ttpath, 10); in php_fopen_do_pasv()
H A Dcrypt_sha256.c375 unsigned long int srounds = strtoul(num, &endp, 10); in php_sha256_crypt_r()
H A Dcrypt_sha512.c408 unsigned long int srounds = strtoul(num, &endp, 10); in php_sha512_crypt_r()
H A Dbasic_functions.c3971 n = strtoul(ip, NULL, 0); in PHP_FUNCTION()
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_unix.c57 wp->socket_mode = strtoul(c->listen_mode, 0, 8); in fpm_unix_resolve_socket_premissions()
265 wp->set_uid = strtoul(wp->config->user, 0, 10); in fpm_unix_conf_wp()
285 wp->set_gid = strtoul(wp->config->group, 0, 10); in fpm_unix_conf_wp()
/PHP-5.6/ext/fileinfo/libmagic/
H A Dfile.h476 #define strtoul(a, b, c) strtol(a, b, c) macro
H A Dapprentice.c46 # define strtoull strtoul
1591 m->offset = (uint32_t)strtoul(l, &t, 0); in parse()
1787 strtoul(l, &t, 0)); in parse()
1996 factor = strtoul(l, &el, 0); in parse_strength()
/PHP-5.6/sapi/continuity/
H A Dcapi.c426 SG(request_info).content_length = (content_length == NULL) ? 0 : strtoul(content_length, 0, 0); in capi_request_ctor()
/PHP-5.6/ext/pgsql/
H A Dpgsql.c2387 if (!ret && strtoul(tmp_oid, &end_ptr, 10)==oid) {
3210 wanted_oid = (Oid)strtoul(Z_STRVAL_P(oid), &end_ptr, 10);
3263 oid = (Oid)strtoul(oid_string, &end_ptr, 10);
3280 oid = (Oid)strtoul(oid_string, &end_ptr, 10);
3335 oid = (Oid)strtoul(oid_string, &end_ptr, 10);
3352 oid = (Oid)strtoul(oid_string, &end_ptr, 10);
3610 wanted_oid = (Oid)strtoul(Z_STRVAL_P(oid), &end_ptr, 10);
3673 oid = (Oid)strtoul(oid_string, &end_ptr, 10);
3692 oid = (Oid)strtoul(oid_string, &end_ptr, 10);
3703 oid = (Oid)strtoul(oid_string, &end_ptr, 10);
[all …]
/PHP-5.6/ext/pdo_pgsql/
H A Dpgsql_driver.c990 oid = (Oid)strtoul(oidstr, &end_ptr, 10); in PHP_METHOD()
1037 oid = (Oid)strtoul(oidstr, &end_ptr, 10); in PHP_METHOD()
H A Dpgsql_statement.c527 Oid oid = (Oid)strtoul(*ptr, &end_ptr, 10); in pgsql_stmt_get_col()
/PHP-5.6/ext/zip/lib/
H A Dzip_open.c386 crc_should = strtoul(buf, &end, 16); in _zip_check_torrentzip()
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_lexer.c985 yylval->addr = strtoul(yytext, 0, 16); in phpdbg_lex()
/PHP-5.6/sapi/nsapi/
H A Dnsapi.c1028 SG(request_info).content_length = (content_length == NULL) ? 0 : strtoul(content_length, 0, 0); in php5_execute()
/PHP-5.6/ext/ftp/
H A Dftp.c757 sin6->sin6_port = htons((unsigned short) strtoul(ptr, &endptr, 10)); in ftp_pasv()
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch23 +# define strtoull strtoul
1466 #define strtoul(a, b, c) strtol(a, b, c)
/PHP-5.6/ext/pcre/pcrelib/
H A DChangeLog1883 8. SunOS4 doesn't have strerror() or strtoul(); pcregrep dealt with the
1884 former, but used strtoul(), whereas pcretest avoided strtoul() but did not
4794 10. SunOS4 doesn't have strtoul(). This was used only for unpicking the -o

Completed in 100 milliseconds