strtoul           435 lib/nss_wrapper/nss_wrapper.c 	pw->pw_uid = (uid_t)strtoul(c, &e, 10);
strtoul           465 lib/nss_wrapper/nss_wrapper.c 	pw->pw_gid = (gid_t)strtoul(c, &e, 10);
strtoul           642 lib/nss_wrapper/nss_wrapper.c 	gr->gr_gid = (gid_t)strtoul(c, &e, 10);
strtoul           523 lib/replace/replace.c 	return (unsigned long long int) strtoul(str, endptr, base);
strtoul           215 lib/util/asn1.c 	v = strtoul(p, &newp, 10);
strtoul           219 lib/util/asn1.c 	v2 = strtoul(p, &newp, 10);
strtoul           231 lib/util/asn1.c 		v = strtoul(p, &newp, 10);
strtoul           134 libcli/security/dom_sid.c 		ret->sub_auths[i] = strtoul(sidstr, &p, 10);
strtoul           124 nsswitch/libwbclient/wbc_sid.c 		x=(uint32_t)strtoul(p, &q, 10);
strtoul           368 nsswitch/libwbclient/wbc_sid.c 		types[i] = (enum wbcSidType)strtoul(p, &q, 10);
strtoul           150 nsswitch/wbinfo.c 	*id = strtoul(tmp, &endptr, 10);
strtoul          1071 nsswitch/wbinfo.c 		uint32 rid = strtoul(ridstr, NULL, 10);
strtoul            94 source3/auth/auth_builtin.c 	error_num = strtoul(user, NULL, 16);
strtoul          1227 source3/client/mount.cifs.c 				uid = strtoul(optarg, &ep, 10);
strtoul          1247 source3/client/mount.cifs.c 				gid = strtoul(optarg, &ep, 10);
strtoul           227 source3/groupdb/mapping.c 				*new_gid = (gid_t)strtoul(output, NULL, 10);
strtoul            60 source3/lib/access.c 		unsigned long val = strtoul(slash+1, &endp, 0);
strtoul           429 source3/lib/account_pol.c 		uint32 tmp = strtoul(cache_value, NULL, 10);
strtoul           443 source3/lib/gencache.c 	u = strtoul(valstr, &timeout_endp, 10);
strtoul           427 source3/lib/interface.c 		unsigned long val = strtoul(p, &endp, 0);
strtoul           353 source3/lib/ldb/common/ldb_msg.c 	return strtoul((const char *)v->data, NULL, 0);
strtoul           226 source3/lib/sysquotas.c 			dp->qflags = (enum SMB_QUOTA_TYPE)strtoul(line, &p2, 10);
strtoul           236 source3/lib/util_sid.c 	conv = (uint32) strtoul(p, &q, 10);
strtoul           245 source3/lib/util_sid.c 	conv = (uint32) strtoul(q, &q, 10);
strtoul           262 source3/lib/util_sid.c 	for(conv = (uint32) strtoul(q, &q, 10);
strtoul           264 source3/lib/util_sid.c 	    conv = (uint32) strtoul(q, &q, 10)) {
strtoul          2016 source3/lib/util_str.c 	    lval = strtoul(str, &end, 10 /* base */);
strtoul          2019 source3/lib/util_str.c 	lval = strtoul(str, &end, 10 /* base */);
strtoul           361 source3/modules/vfs_preopen.c 	num = strtoul(p, (char **)&q, 10);
strtoul          5714 source3/param/loadparm.c 	return strtoul(s, NULL, 0);
strtoul          1038 source3/passdb/pdb_ldap.c 			uid_t uid = strtoul(temp, NULL, 10);
strtoul          2870 source3/passdb/pdb_ldap.c 		primary_gid = strtoul(gidstr, NULL, 10);
strtoul          2937 source3/passdb/pdb_ldap.c 		gid = strtoul(str, &end, 10);
strtoul          4795 source3/passdb/pdb_ldap.c 		uint32 tmp = (uint32)strtoul(value, NULL, 10);
strtoul          4802 source3/passdb/pdb_ldap.c 		uint32 tmp = (uint32)strtoul(value, NULL, 10);
strtoul          4809 source3/passdb/pdb_ldap.c 		uint32 tmp = (uint32)strtoul(value, NULL, 10);
strtoul          4936 source3/passdb/pdb_ldap.c 		id->gid = strtoul(gid_str, NULL, 10);
strtoul          4937 source3/passdb/pdb_ldap.c 		*type = (enum lsa_SidType)strtoul(value, NULL, 10);
strtoul          4952 source3/passdb/pdb_ldap.c 	id->uid = strtoul(value, NULL, 10);
strtoul          5373 source3/passdb/pdb_ldap.c 		gid = strtoul(tmp, NULL, 10);
strtoul          5639 source3/passdb/pdb_ldap.c 		user_gid = strtoul(gidstr, NULL, 10);
strtoul          1119 source3/passdb/pdb_tdb.c 	rid = strtoul((char *)rec->key.dptr+prefixlen, NULL, 16);
strtoul          1250 source3/rpcclient/cmd_samr.c 	alias_rid = strtoul(argv[2], NULL, 10);
strtoul          2450 source3/rpcclient/cmd_spoolss.c 		data.value = strtoul(argv[4], NULL, 10);
strtoul           287 source3/utils/dbwrap_tool.c 		value = (int32_t)strtoul(valuestr, NULL, 10);
strtoul           337 source3/utils/net_registry.c 		value.v.dword = strtoul(argv[3], NULL, 10);
strtoul           401 source3/utils/net_rpc_registry.c 		value.v.dword = strtoul(argv[3], NULL, 10);
strtoul           472 source3/utils/net_sam.c 		value = strtoul(argv[1], &endptr, 10);
strtoul           453 source3/winbindd/idmap_ldap.c 	xid->id = strtoul(id_str, NULL, 10);
strtoul           604 source3/winbindd/idmap_ldap.c 	xid->id	= strtoul(id_str, NULL, 10);
strtoul          1071 source3/winbindd/idmap_ldap.c 		id = strtoul(tmp, NULL, 10);
strtoul          1320 source3/winbindd/idmap_ldap.c 		id = strtoul(tmp, NULL, 10);
strtoul           679 source3/winbindd/winbindd_async.c 		rid = strtoul(p, &q, 10);
strtoul            63 source4/auth/ntlm/auth_developer.c 		error_num = strtoul(user, NULL, 16);
strtoul           160 source4/dsdb/common/sidmap.c 		*uid = strtoul(s, NULL, 0);
strtoul           297 source4/dsdb/common/sidmap.c 		*gid = strtoul(s, NULL, 0);
strtoul          1375 source4/dsdb/samdb/ldb_modules/samldb.c 		group_type = strtoul((const char *)el->values[0].data, NULL, 0);
strtoul          1391 source4/dsdb/samdb/ldb_modules/samldb.c 		user_account_control = strtoul((const char *)el->values[0].data, NULL, 0);
strtoul           155 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 			.unsigned_int = strtoul((const char *)val->data, NULL, 10)
strtoul           428 source4/dsdb/schema/schema_init.c 		val = strtoul(val_str, &end_str, 10);
strtoul           496 source4/lib/ldb-samba/ldif_handlers.c 		blob->ctr.dsdb.mappings[blob->ctr.dsdb.num_mappings].id_prefix = strtoul(line, &oid, 10);
strtoul           348 source4/lib/ldb/common/ldb_msg.c 	return strtoul((const char *)v->data, NULL, 0);
strtoul            82 source4/lib/registry/ldb.c 		uint32_t tmp = strtoul((char *)val->data, NULL, 0);
strtoul           420 source4/libcli/resolve/dns_ex.c 		port = strtoul(p, NULL, 10);
strtoul           210 source4/nbt_server/wins/winsdb.c 		name->type	= strtoul((char *)ldb_dn_get_component_val(dn, cur)->data, NULL, 0);
strtoul           168 source4/param/generic.c 		return strtoul(value, NULL, 0);
strtoul           813 source4/param/loadparm.c 	return strtoul(s, NULL, 0);
strtoul           134 source4/torture/nbench/nbench.c 			status = NT_STATUS(strtoul(params[i-1], NULL, 16));
strtoul           124 source4/web_server/web_server.c 		web->input.content_length = strtoul(&line[16], NULL, 10);