strtoul          1591 ext/fileinfo/libmagic/apprentice.c 	m->offset = (uint32_t)strtoul(l, &t, 0);
strtoul          1787 ext/fileinfo/libmagic/apprentice.c 					    strtoul(l, &t, 0));
strtoul          1996 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           974 ext/pdo_pgsql/pgsql_driver.c 	oid = (Oid)strtoul(oidstr, &end_ptr, 10);
strtoul          1021 ext/pdo_pgsql/pgsql_driver.c 	oid = (Oid)strtoul(oidstr, &end_ptr, 10);
strtoul           527 ext/pdo_pgsql/pgsql_statement.c 					Oid oid = (Oid)strtoul(*ptr, &end_ptr, 10);
strtoul          2387 ext/pgsql/pgsql.c 			if (!ret && strtoul(tmp_oid, &end_ptr, 10)==oid) {
strtoul          3210 ext/pgsql/pgsql.c 				wanted_oid = (Oid)strtoul(Z_STRVAL_P(oid), &end_ptr, 10);
strtoul          3263 ext/pgsql/pgsql.c 		oid = (Oid)strtoul(oid_string, &end_ptr, 10);
strtoul          3280 ext/pgsql/pgsql.c 		oid = (Oid)strtoul(oid_string, &end_ptr, 10);
strtoul          3335 ext/pgsql/pgsql.c 		oid = (Oid)strtoul(oid_string, &end_ptr, 10);
strtoul          3352 ext/pgsql/pgsql.c 		oid = (Oid)strtoul(oid_string, &end_ptr, 10);
strtoul          3610 ext/pgsql/pgsql.c 				wanted_oid = (Oid)strtoul(Z_STRVAL_P(oid), &end_ptr, 10);
strtoul          3673 ext/pgsql/pgsql.c 		oid = (Oid)strtoul(oid_string, &end_ptr, 10);
strtoul          3692 ext/pgsql/pgsql.c 		oid = (Oid)strtoul(oid_string, &end_ptr, 10);
strtoul          3703 ext/pgsql/pgsql.c 		oid = (Oid)strtoul(oid_string, &end_ptr, 10);
strtoul          4468 ext/pgsql/pgsql.c 					*bp = (unsigned char)strtoul(start, (char **)&end, 8);
strtoul          3968 ext/standard/basic_functions.c 	n = strtoul(ip, NULL, 0);
strtoul           375 ext/standard/crypt_sha256.c 		unsigned long int srounds = strtoul(num, &endp, 10);
strtoul           408 ext/standard/crypt_sha512.c 		unsigned long int srounds = strtoul(num, &endp, 10);
strtoul           370 ext/standard/ftp_fopen_wrapper.c 		portno = (unsigned short) strtoul(tpath, &ttpath, 10) * 256;
strtoul           381 ext/standard/ftp_fopen_wrapper.c 		portno += (unsigned short) strtoul(tpath, &ttpath, 10);
strtoul           396 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           386 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            57 sapi/fpm/fpm/fpm_unix.c 		wp->socket_mode = strtoul(c->listen_mode, 0, 8);
strtoul           265 sapi/fpm/fpm/fpm_unix.c 				wp->set_uid = strtoul(wp->config->user, 0, 10);
strtoul           285 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);
strtoul           985 sapi/phpdbg/phpdbg_lexer.c 	yylval->addr = strtoul(yytext, 0, 16);