Searched refs:strtol (Results 51 - 75 of 78) sorted by relevance

1234

/haiku/src/add-ons/kernel/drivers/network/ether/usb_ecm/
H A DECMDevice.cpp513 buffer[i] = strtol(macPart, NULL, 16);
/haiku/src/system/kernel/
H A Dimage.cpp294 team_id id = strtol(argv[1], NULL, 0);
/haiku/src/bin/network/ifconfig/
H A Difconfig.cpp795 mtu = args[i + 1] ? strtol(args[i + 1], NULL, 0) : 0;
808 metric = strtol(args[i + 1], NULL, 0);
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.cpp2967 int _vpid = strtol(vpid, 0, 0);
2968 int _apid = strtol(apid, 0, 0);
2969 // int _tpid = strtol(tpid, 0, 0);
2970 int _cpid = cpid ? strtol(cpid, 0, 0) : _vpid;
2971 int _srate = strtol(srate, 0, 0);
2972 int64 _freq = strtol(freq, 0, 0);
/haiku/src/bin/pcmcia-cs/
H A Dcardctl.c726 ns = strtol(argv[optind+1], &s, 0);
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.cpp284 long type = strtol(typeName + kUnrecognizedTypeStringLength, NULL, 0);
/haiku/src/kits/network/libnetservices/
H A DNetworkCookie.cpp159 long maxAge = strtol(value.String(), &end, 10);
H A DHttpRequest.cpp766 chunkSize = strtol(chunkHeader.String(), NULL, 16);
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dmkdos.cpp699 fat = strtol(optarg, NULL, 10);
/haiku/src/add-ons/kernel/file_cache/
H A Drule_based_prefetcher.cpp320 device = strtol(string, &end, 0);
H A Dlaunch_speedup.cpp310 ref.device = strtol(string, &end, 0);
/haiku/src/system/kernel/debug/
H A Dtracing.cpp1152 filter->fThread = strtol(arg, NULL, 0);
1163 filter->fTeam = strtol(arg, NULL, 0);
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c2038 val = (int)strtol(cp, &ep, 16);
2040 val = (int)strtol(str, &ep, 10);
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp407 value = (int)strtol(bytes, NULL, 16);
/haiku/src/kits/support/
H A DUrl.cpp1347 decoded = (char)strtol(hexString, &out, 16);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp809 fValue.Int32 = strtol(string, &string, 0);
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_name.c1071 blen = (int)strtol(beg_blen, &end_blen, 10);
/haiku/src/apps/terminal/
H A DTermViewStates.cpp958 strtol(path.String() + colonIndex + 1, &numberEnd, 0);
/haiku/src/bin/unzip/
H A Dunzip.c1366 qlflag ^= strtol(s, &s, 10);
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp582 unicodeVal = strtol(&(fSequence.String())[nextStart + 2],
/haiku/headers/private/file_systems/
H A DQueryParser.h591 fValue.Int32 = strtol(string, &string, 0);
/haiku/src/bin/network/ping/
H A Dping.c528 ltmp = strtol(optarg, &ep, 0);
/haiku/src/tools/fs_shell/
H A Dfssh.cpp733 numBytes = strtol(argv[2], NULL, 10);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2522 void strtol() {} function
H A Dlibroot_stubs_legacy.c2514 void strtol() {} function

Completed in 369 milliseconds

1234