strtol 29 examples/libsmbclient/testchmod.c mode = (int) strtol(argv[2], NULL, 8); strtol 34 examples/libsmbclient/testutime.c t = (time_t) strtol(argv[2], NULL, 10); strtol 901 lib/popt/popt.c aLong = strtol(con->os->nextArg, &end, 0); strtol 507 lib/replace/replace.c return (long long int) strtol(str, endptr, base); strtol 621 lib/tdb/tools/tdbtool.c *outp++ = (char)strtol((const char *)temp,NULL,16); strtol 223 lib/tdb/tools/tdbtorture.c num_procs = strtol(optarg, NULL, 0); strtol 226 lib/tdb/tools/tdbtorture.c num_loops = strtol(optarg, NULL, 0); strtol 229 lib/tdb/tools/tdbtorture.c hash_size = strtol(optarg, NULL, 0); strtol 232 lib/tdb/tools/tdbtorture.c seed = strtol(optarg, NULL, 0); strtol 201 lib/util/util_str.c lval = strtol(str, &end, 10 /* base */); strtol 139 lib/zlib/examples/fitblk.c ret = strtol(argv[1], argv + 1, 10); strtol 210 libcli/nbt/tools/nmblookup.c node_type = (enum nbt_name_type)strtol(p+1, NULL, 16); strtol 103 libcli/security/dom_sid.c rev = strtol(sidstr, &p, 10); strtol 109 libcli/security/dom_sid.c ia = strtol(sidstr, &p, 10); strtol 37 librpc/tools/ndrdump.c i = strtol(function, NULL, 0); strtol 96 nsswitch/libwbclient/wbc_sid.c x = (uint32_t)strtol(p, &q, 10); strtol 107 nsswitch/libwbclient/wbc_sid.c x = (uint32_t)strtol(p, &q, 10); strtol 297 source3/client/cifs.upcall.c arg->pid = strtol(tkn + 4, NULL, 0); strtol 315 source3/client/cifs.upcall.c arg->uid = strtol(tkn + 4, NULL, 16); strtol 325 source3/client/cifs.upcall.c arg->ver = strtol(tkn + 4, NULL, 16); strtol 504 source3/client/cifs.upcall.c key = strtol(argv[optind], NULL, 10); strtol 2175 source3/client/client.c attribute = (uint16)strtol(buf, (char **)NULL, 16); strtol 2315 source3/client/client.c mode = (mode_t)strtol(buf, (char **)NULL, 8); strtol 2363 source3/client/client.c mode = (mode_t)strtol(buf, (char **)NULL, 8); strtol 2598 source3/client/client.c start = (uint64_t)strtol(buf, (char **)NULL, 16); strtol 2605 source3/client/client.c len = (uint64_t)strtol(buf, (char **)NULL, 16); strtol 2632 source3/client/client.c start = (uint64_t)strtol(buf, (char **)NULL, 16); strtol 2639 source3/client/client.c len = (uint64_t)strtol(buf, (char **)NULL, 16); strtol 2817 source3/client/client.c mode = (mode_t)strtol(buf, NULL, 8); strtol 3869 source3/client/client.c iosize = strtol(buf,NULL,0); strtol 308 source3/client/clitar.c convert_time_t_to_timespec((time_t)strtol(hb->dbuf.mtime, NULL, 8)); strtol 305 source3/iniparser/src/iniparser.c return (int)strtol(str, NULL, 0); strtol 198 source3/lib/gencache.c t = strtol((const char *)databuf.dptr, &endptr, 10); strtol 283 source3/lib/gencache.c t = strtol(valstr, &blob_type, 10); strtol 53 source3/lib/idmap_cache.c uid = strtol(value, &endptr, 10); strtol 173 source3/lib/idmap_cache.c gid = strtol(value, &endptr, 10); strtol 342 source3/lib/ldb/common/ldb_msg.c return strtol((const char *)v->data, NULL, 0); strtol 1432 source3/lib/util.c u = (uid_t)strtol(name, &p, 0); strtol 1449 source3/lib/util.c g = (gid_t)strtol(name, &p, 0); strtol 1922 source3/libsmb/cliconnect.c name_type = strtol(p+1, NULL, 16); strtol 441 source3/libsmb/libsmb_xattr.c revision = strtol(tok+9, NULL, 16); strtol 643 source3/libsmb/libsmb_xattr.c long request = strtol(tok+5, NULL, 16); strtol 662 source3/libsmb/libsmb_xattr.c dad->access_time = (time_t)strtol(tok+n+1, NULL, 10); strtol 668 source3/libsmb/libsmb_xattr.c dad->change_time = (time_t)strtol(tok+n+1, NULL, 10); strtol 674 source3/libsmb/libsmb_xattr.c dad->write_time = (time_t)strtol(tok+n+1, NULL, 10); strtol 682 source3/libsmb/libsmb_xattr.c dad->create_time = (time_t)strtol(tok+n+1, strtol 928 source3/libsmb/namequery.c *name_type = (int)strtol(ptr1, &endptr, 16); strtol 5700 source3/param/loadparm.c return (int)strtol(s, NULL, 0); strtol 558 source3/passdb/pdb_smbpasswd.c pw_buf->pass_last_set_time = (time_t)strtol((char *)p, NULL, 16); strtol 130 source3/printing/print_iprint.c serverVersion = strtol(ver, &vertmp, 10); strtol 519 source3/registry/reg_perfcount.c data32 = strtol(buf, NULL, 0); strtol 2762 source3/rpcclient/cmd_samr.c user_rid = strtol(user, NULL, 0); strtol 658 source3/torture/locktest.c lock_range = strtol(optarg, NULL, 0); strtol 661 source3/torture/locktest.c lock_base = strtol(optarg, NULL, 0); strtol 664 source3/torture/locktest.c min_length = strtol(optarg, NULL, 0); strtol 859 source3/torture/torture.c #define ival(s) strtol(s, NULL, 0) strtol 284 source3/utils/dbwrap_tool.c value = (int32_t)strtol(valuestr, NULL, 10); strtol 48 source3/utils/rpccheck.c d=strtol(s, NULL, 16); strtol 561 source3/utils/smbcacls.c revision = strtol(tok+9, NULL, 16); strtol 2243 source4/client/client.c mode = (mode_t)strtol(args[1], NULL, 8); strtol 66 source4/client/smbmnt.c mount_uid = strtol(optarg, NULL, 0); strtol 71 source4/client/smbmnt.c mount_gid = strtol(optarg, NULL, 0); strtol 78 source4/client/smbmnt.c mount_fmask = strtol(optarg, NULL, 8); strtol 81 source4/client/smbmnt.c mount_dmask = strtol(optarg, NULL, 8); strtol 796 source4/client/smbmount.c mount_fmask = strtol(opteq+1, NULL, 8); strtol 798 source4/client/smbmount.c mount_dmask = strtol(opteq+1, NULL, 8); strtol 368 source4/dsdb/samdb/ldb_modules/samldb.c ac->next_rid = strtol(nextRid, NULL, 0); strtol 654 source4/dsdb/samdb/ldb_modules/samldb.c ac->next_rid = strtol(nextRid, NULL, 0); strtol 1115 source4/dsdb/samdb/ldb_modules/samldb.c ac->next_rid = strtol(nextRid, NULL, 0); strtol 198 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c usn = strtol(mod_per_sec, NULL, 16); strtol 237 source4/dsdb/schema/schema_syntax.c v = strtol((const char *)in->values[i].data, NULL, 10); strtol 756 source4/dsdb/schema/schema_syntax.c v = strtol((const char *)in->values[i].data, NULL, 10); strtol 160 source4/heimdal/lib/asn1/der_format.c l = strtol(w, &endptr, 10); strtol 1635 source4/heimdal/lib/asn1/lex.c yylval.constant = strtol((const char *)yytext, strtol 489 source4/heimdal/lib/krb5/addr_families.c num = strtol(address, &q, 10); strtol 768 source4/heimdal/lib/krb5/config_file.c l = strtol(str, &endptr, 0); strtol 4671 source4/heimdal/lib/krb5/crypto.c *keytype = strtol(string, &end, 0); strtol 225 source4/heimdal/lib/krb5/krbhst.c hi->port = strtol(p, &end, 0); strtol 97 source4/heimdal/lib/roken/getaddrinfo.c *port = htons(strtol (servname, &endstr, 10)); strtol 337 source4/lib/ldb/common/ldb_msg.c return strtol((const char *)v->data, NULL, 0); strtol 132 source4/lib/registry/util.c uint32_t tmp = strtol(data_str, NULL, 0); strtol 223 source4/libcli/raw/clisocket.c name_type = strtol(p+1, NULL, 16); strtol 217 source4/libcli/security/sddl.c ace->access_mask = strtol(tok[2], NULL, 16); strtol 148 source4/param/generic.c return strtol(value, NULL, 0); strtol 799 source4/param/loadparm.c return strtol(s, NULL, 0); strtol 1633 source4/param/loadparm.c *(int *)parm_ptr = strtol(pszParmValue, NULL, 8); strtol 99 source4/param/share_ldb.c ret = (int)strtol(val, NULL, 10); strtol 723 source4/torture/winbind/struct_based.c seq = (uint32_t)strtol(lp, &p, 10);