strtoul 1588 ext/fileinfo/libmagic/apprentice.c m->offset = (uint32_t)strtoul(l, &t, 0); strtoul 1784 ext/fileinfo/libmagic/apprentice.c strtoul(l, &t, 0)); strtoul 1988 ext/fileinfo/libmagic/apprentice.c factor = strtoul(l, &el, 0); strtoul 753 ext/ftp/ftp.c sin6->sin6_port = htons((unsigned short) strtoul(ptr, &endptr, 10)); strtoul 944 ext/pdo_pgsql/pgsql_driver.c oid = (Oid)strtoul(oidstr, &end_ptr, 10); strtoul 988 ext/pdo_pgsql/pgsql_driver.c oid = (Oid)strtoul(oidstr, &end_ptr, 10); strtoul 529 ext/pdo_pgsql/pgsql_statement.c Oid oid = (Oid)strtoul(*ptr, &end_ptr, 10); strtoul 2276 ext/pgsql/pgsql.c if (!ret && strtoul(tmp_oid, &end_ptr, 10)==oid) { strtoul 3110 ext/pgsql/pgsql.c wanted_oid = (Oid)strtoul(Z_STRVAL_P(oid), &end_ptr, 10); strtoul 3163 ext/pgsql/pgsql.c oid = (Oid)strtoul(oid_string, &end_ptr, 10); strtoul 3180 ext/pgsql/pgsql.c oid = (Oid)strtoul(oid_string, &end_ptr, 10); strtoul 3235 ext/pgsql/pgsql.c oid = (Oid)strtoul(oid_string, &end_ptr, 10); strtoul 3252 ext/pgsql/pgsql.c oid = (Oid)strtoul(oid_string, &end_ptr, 10); strtoul 3510 ext/pgsql/pgsql.c wanted_oid = (Oid)strtoul(Z_STRVAL_P(oid), &end_ptr, 10); strtoul 3573 ext/pgsql/pgsql.c oid = (Oid)strtoul(oid_string, &end_ptr, 10); strtoul 3592 ext/pgsql/pgsql.c oid = (Oid)strtoul(oid_string, &end_ptr, 10); strtoul 3603 ext/pgsql/pgsql.c oid = (Oid)strtoul(oid_string, &end_ptr, 10); strtoul 4316 ext/pgsql/pgsql.c *bp = (unsigned char)strtoul(start, (char **)&end, 8); strtoul 3996 ext/standard/basic_functions.c n = strtoul(ip, NULL, 0); strtoul 381 ext/standard/crypt_sha256.c unsigned long int srounds = strtoul(num, &endp, 10); strtoul 414 ext/standard/crypt_sha512.c unsigned long int srounds = strtoul(num, &endp, 10); strtoul 369 ext/standard/ftp_fopen_wrapper.c portno = (unsigned short) strtoul(tpath, &ttpath, 10) * 256; strtoul 380 ext/standard/ftp_fopen_wrapper.c portno += (unsigned short) strtoul(tpath, &ttpath, 10); strtoul 395 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 712 ext/standard/scanf.c value = strtoul(format-1, &end, 10); strtoul 724 ext/standard/scanf.c width = strtoul(format-1, &format, 10); strtoul 787 ext/standard/scanf.c fn = (long (*)())strtoul; strtoul 370 ext/zip/lib/zip_open.c crc_should = strtoul(buf, &end, 16); strtoul 426 sapi/continuity/capi.c SG(request_info).content_length = (content_length == NULL) ? 0 : strtoul(content_length, 0, 0); strtoul 69 sapi/fpm/fpm/fpm_unix.c wp->socket_mode = strtoul(c->listen_mode, 0, 8); strtoul 83 sapi/fpm/fpm/fpm_unix.c wp->set_uid = strtoul(wp->config->user, 0, 10); strtoul 103 sapi/fpm/fpm/fpm_unix.c wp->set_gid = strtoul(wp->config->group, 0, 10); strtoul 1028 sapi/nsapi/nsapi.c SG(request_info).content_length = (content_length == NULL) ? 0 : strtoul(content_length, 0, 0);