strtoul 1232 fileinfo/libmagic/apprentice.c m->offset = (uint32_t)strtoul(l, &t, 0);
strtoul 1386 fileinfo/libmagic/apprentice.c strtoul(l, &t, 0));
strtoul 1589 fileinfo/libmagic/apprentice.c factor = strtoul(l, &el, 0);
strtoul 747 ftp/ftp.c sin6->sin6_port = htons((unsigned short) strtoul(ptr, &endptr, 10));
strtoul 916 pdo_pgsql/pgsql_driver.c oid = (Oid)strtoul(oidstr, &end_ptr, 10);
strtoul 960 pdo_pgsql/pgsql_driver.c oid = (Oid)strtoul(oidstr, &end_ptr, 10);
strtoul 528 pdo_pgsql/pgsql_statement.c Oid oid = (Oid)strtoul(*ptr, &end_ptr, 10);
strtoul 2144 pgsql/pgsql.c if (!ret && strtoul(tmp_oid, &end_ptr, 10)==oid) {
strtoul 2980 pgsql/pgsql.c wanted_oid = (Oid)strtoul(Z_STRVAL_P(oid), &end_ptr, 10);
strtoul 3033 pgsql/pgsql.c oid = (Oid)strtoul(oid_string, &end_ptr, 10);
strtoul 3050 pgsql/pgsql.c oid = (Oid)strtoul(oid_string, &end_ptr, 10);
strtoul 3105 pgsql/pgsql.c oid = (Oid)strtoul(oid_string, &end_ptr, 10);
strtoul 3122 pgsql/pgsql.c oid = (Oid)strtoul(oid_string, &end_ptr, 10);
strtoul 3380 pgsql/pgsql.c wanted_oid = (Oid)strtoul(Z_STRVAL_P(oid), &end_ptr, 10);
strtoul 3443 pgsql/pgsql.c oid = (Oid)strtoul(oid_string, &end_ptr, 10);
strtoul 3462 pgsql/pgsql.c oid = (Oid)strtoul(oid_string, &end_ptr, 10);
strtoul 3473 pgsql/pgsql.c oid = (Oid)strtoul(oid_string, &end_ptr, 10);
strtoul 4175 pgsql/pgsql.c *bp = (unsigned char)strtoul(start, (char **)&end, 8);
strtoul 3941 standard/basic_functions.c n = strtoul(ip, NULL, 0);
strtoul 381 standard/crypt_sha256.c unsigned long int srounds = strtoul(num, &endp, 10);
strtoul 414 standard/crypt_sha512.c unsigned long int srounds = strtoul(num, &endp, 10);
strtoul 369 standard/ftp_fopen_wrapper.c portno = (unsigned short) strtoul(tpath, &ttpath, 10) * 256;
strtoul 380 standard/ftp_fopen_wrapper.c portno += (unsigned short) strtoul(tpath, &ttpath, 10);
strtoul 395 standard/ftp_fopen_wrapper.c portno = (unsigned short) strtoul(tpath + 1, &ttpath, 10);
strtoul 359 standard/scanf.c value = strtoul(format-1, &end, 10);
strtoul 406 standard/scanf.c value = strtoul(format-1, &format, 10);
strtoul 712 standard/scanf.c value = strtoul(format-1, &end, 10);
strtoul 724 standard/scanf.c width = strtoul(format-1, &format, 10);
strtoul 787 standard/scanf.c fn = (long (*)())strtoul;
strtoul 370 zip/lib/zip_open.c crc_should = strtoul(buf, &end, 16);