strtoul          1021 Zend/zend_language_scanner.c 						codepoint = strtoul(start + 1, NULL, 16);
strtoul            87 Zend/zend_long.h # define ZEND_STRTOUL(s0, s1, base) strtoul((s0), (s1), (base))
strtoul           104 Zend/zend_long.h # define ZEND_STRTOUL_PTR strtoul
strtoul            46 ext/fileinfo/libmagic/apprentice.c # define strtoull strtoul
strtoul          1610 ext/fileinfo/libmagic/apprentice.c 			m->str_range = CAST(uint32_t, strtoul(l, &t, 0));
strtoul          1795 ext/fileinfo/libmagic/apprentice.c 	m->offset = (uint32_t)strtoul(l, &t, 0);
strtoul          2110 ext/fileinfo/libmagic/apprentice.c 	factor = strtoul(l, &el, 0);
strtoul           786 ext/ftp/ftp.c  			sin6->sin6_port = htons((unsigned short) strtoul(ptr, &endptr, 10));
strtoul           972 ext/pdo_pgsql/pgsql_driver.c 	oid = (Oid)strtoul(oidstr, &end_ptr, 10);
strtoul          1019 ext/pdo_pgsql/pgsql_driver.c 	oid = (Oid)strtoul(oidstr, &end_ptr, 10);
strtoul           533 ext/pdo_pgsql/pgsql_statement.c 					Oid oid = (Oid)strtoul(*ptr, &end_ptr, 10);
strtoul          2382 ext/pgsql/pgsql.c 			if (!ret && strtoul(tmp_oid, &end_ptr, 10)==oid) {
strtoul          3225 ext/pgsql/pgsql.c 				wanted_oid = (Oid)strtoul(Z_STRVAL_P(oid), &end_ptr, 10);
strtoul          3278 ext/pgsql/pgsql.c 		oid = (Oid)strtoul(oid_string, &end_ptr, 10);
strtoul          3297 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          3371 ext/pgsql/pgsql.c 		oid = (Oid)strtoul(oid_string, &end_ptr, 10);
strtoul          3637 ext/pgsql/pgsql.c 				wanted_oid = (Oid)strtoul(Z_STRVAL_P(oid), &end_ptr, 10);
strtoul          3702 ext/pgsql/pgsql.c 		oid = (Oid)strtoul(oid_string, &end_ptr, 10);
strtoul          3722 ext/pgsql/pgsql.c 		oid = (Oid)strtoul(oid_string, &end_ptr, 10);
strtoul          3733 ext/pgsql/pgsql.c 		oid = (Oid)strtoul(oid_string, &end_ptr, 10);
strtoul          4495 ext/pgsql/pgsql.c 					*bp = (unsigned char)strtoul(start, (char **)&end, 8);
strtoul          3993 ext/standard/basic_functions.c 	n = strtoul(ip, NULL, 0);
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            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          1100 sapi/phpdbg/phpdbg_lexer.c 	yylval->addr = strtoul(yytext, 0, 16);