Home
last modified time | relevance | path

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

/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dacinclude.m47 strtoul strtoull snprintf \
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_unix.c69 wp->socket_mode = strtoul(c->listen_mode, 0, 8); in fpm_unix_resolve_socket_premissions()
83 wp->set_uid = strtoul(wp->config->user, 0, 10); in fpm_unix_conf_wp()
103 wp->set_gid = strtoul(wp->config->group, 0, 10); in fpm_unix_conf_wp()
/PHP-5.5/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.c369 portno = (unsigned short) strtoul(tpath, &ttpath, 10) * 256; in php_fopen_do_pasv()
380 portno += (unsigned short) strtoul(tpath, &ttpath, 10); in php_fopen_do_pasv()
395 portno = (unsigned short) strtoul(tpath + 1, &ttpath, 10); in php_fopen_do_pasv()
H A Dcrypt_sha256.c381 unsigned long int srounds = strtoul(num, &endp, 10); in php_sha256_crypt_r()
H A Dcrypt_sha512.c414 unsigned long int srounds = strtoul(num, &endp, 10); in php_sha512_crypt_r()
H A Dbasic_functions.c3997 n = strtoul(ip, NULL, 0); in PHP_FUNCTION()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfile.h476 #define strtoul(a, b, c) strtol(a, b, c) macro
H A Dapprentice.c46 # define strtoull strtoul
1588 m->offset = (uint32_t)strtoul(l, &t, 0); in parse()
1784 strtoul(l, &t, 0)); in parse()
1988 factor = strtoul(l, &el, 0); in parse_strength()
/PHP-5.5/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.5/ext/pgsql/
H A Dpgsql.c2276 if (!ret && strtoul(tmp_oid, &end_ptr, 10)==oid) {
3110 wanted_oid = (Oid)strtoul(Z_STRVAL_P(oid), &end_ptr, 10);
3163 oid = (Oid)strtoul(oid_string, &end_ptr, 10);
3180 oid = (Oid)strtoul(oid_string, &end_ptr, 10);
3235 oid = (Oid)strtoul(oid_string, &end_ptr, 10);
3252 oid = (Oid)strtoul(oid_string, &end_ptr, 10);
3510 wanted_oid = (Oid)strtoul(Z_STRVAL_P(oid), &end_ptr, 10);
3573 oid = (Oid)strtoul(oid_string, &end_ptr, 10);
3592 oid = (Oid)strtoul(oid_string, &end_ptr, 10);
3603 oid = (Oid)strtoul(oid_string, &end_ptr, 10);
[all …]
/PHP-5.5/ext/zip/lib/
H A Dzip_open.c370 crc_should = strtoul(buf, &end, 16); in _zip_check_torrentzip()
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c944 oid = (Oid)strtoul(oidstr, &end_ptr, 10); in PHP_METHOD()
988 oid = (Oid)strtoul(oidstr, &end_ptr, 10); in PHP_METHOD()
H A Dpgsql_statement.c529 Oid oid = (Oid)strtoul(*ptr, &end_ptr, 10); in pgsql_stmt_get_col()
/PHP-5.5/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.5/ext/ftp/
H A Dftp.c753 sin6->sin6_port = htons((unsigned short) strtoul(ptr, &endptr, 10)); in ftp_pasv()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch23 +# define strtoull strtoul
1498 #define strtoul(a, b, c) strtol(a, b, c)
/PHP-5.5/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 99 milliseconds