strtoul 743 ext/ftp/ftp.c sin6->sin6_port = htons((unsigned short) strtoul(ptr, &endptr, 10)); strtoul 2015 ext/pcre/pcrelib/pcregrep.c int n = strtoul(option_data, &endptr, 10); strtoul 567 ext/pdo_pgsql/pgsql_driver.c oid = (Oid)strtoul(oidstr, &end_ptr, 10); strtoul 611 ext/pdo_pgsql/pgsql_driver.c oid = (Oid)strtoul(oidstr, &end_ptr, 10); strtoul 526 ext/pdo_pgsql/pgsql_statement.c *bp = (unsigned char)strtoul(start, (char **)&end, 8); strtoul 581 ext/pdo_pgsql/pgsql_statement.c Oid oid = (Oid)strtoul(*ptr, &end_ptr, 10); strtoul 1706 ext/pgsql/pgsql.c if (!ret && strtoul(tmp_oid, &end_ptr, 10)==oid) { strtoul 2578 ext/pgsql/pgsql.c oid = (Oid)strtoul(oid_string, &end_ptr, 10); strtoul 2595 ext/pgsql/pgsql.c oid = (Oid)strtoul(oid_string, &end_ptr, 10); strtoul 2650 ext/pgsql/pgsql.c oid = (Oid)strtoul(oid_string, &end_ptr, 10); strtoul 2667 ext/pgsql/pgsql.c oid = (Oid)strtoul(oid_string, &end_ptr, 10); strtoul 2970 ext/pgsql/pgsql.c oid = (Oid)strtoul(oid_string, &end_ptr, 10); strtoul 2989 ext/pgsql/pgsql.c oid = (Oid)strtoul(oid_string, &end_ptr, 10); strtoul 3000 ext/pgsql/pgsql.c oid = (Oid)strtoul(oid_string, &end_ptr, 10); strtoul 3731 ext/pgsql/pgsql.c *bp = (unsigned char)strtoul(start, (char **)&end, 8); strtoul 4372 ext/standard/basic_functions.c n = strtoul(Z_STRVAL_PP(num), NULL, 0); strtoul 350 ext/standard/ftp_fopen_wrapper.c portno = (unsigned short) strtoul(tpath, &ttpath, 10) * 256; strtoul 361 ext/standard/ftp_fopen_wrapper.c portno += (unsigned short) strtoul(tpath, &ttpath, 10); strtoul 377 ext/standard/ftp_fopen_wrapper.c portno = (unsigned short) strtoul(tpath + 1, &ttpath, 10); strtoul 359 ext/standard/scanf.c value = strtoul(format-1, &end, 10); strtoul 406 ext/standard/scanf.c value = strtoul(format-1, &format, 10); strtoul 711 ext/standard/scanf.c value = strtoul(format-1, &end, 10); strtoul 723 ext/standard/scanf.c width = strtoul(format-1, &format, 10); strtoul 786 ext/standard/scanf.c fn = (long (*)())strtoul; strtoul 426 sapi/continuity/capi.c SG(request_info).content_length = (content_length == NULL) ? 0 : strtoul(content_length, 0, 0); strtoul 947 sapi/nsapi/nsapi.c SG(request_info).content_length = (content_length == NULL) ? 0 : strtoul(content_length, 0, 0);