Searched refs:strtoul (Results 1 - 25 of 101) sorted by relevance

12345

/haiku/src/system/libroot/posix/stdlib/
H A Datoi.c23 return (unsigned int) strtoul(num, NULL, 10);
37 return strtoul(num, NULL, 10);
H A Dstrtoul.c51 strtoul(const char * __restrict nptr, char ** __restrict endptr, int base) function
140 return strtoul(number, _end, base);
/haiku/src/libs/uuid/
H A Dparse.c65 uuid.time_low = strtoul(in, NULL, 16);
66 uuid.time_mid = strtoul(in+9, NULL, 16);
67 uuid.time_hi_and_version = strtoul(in+14, NULL, 16);
68 uuid.clock_seq = strtoul(in+19, NULL, 16);
74 uuid.node[i] = strtoul(buf, NULL, 16);
/haiku/src/tests/servers/app/workspace_switcher/
H A Dworkspace_switcher.cpp31 activate_workspace(strtoul(argv[i], NULL, 0));
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs_disk_system.cpp31 sectorSize = strtoul(ss_string, NULL, 0);
37 blockSize = strtoul(bs_string, NULL, 0);
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dsettings.c30 max_vnodes = strtoul(val, NULL, 10);
35 max_results = strtoul(val, NULL, 10);
/haiku/src/tests/kits/game/push_game_sound_test/
H A Dpush_game_sound_triangle.cpp33 size_t size = strtoul(argv[1], NULL, 10);
37 size = strtoul(argv[2], NULL, 10);
H A Dpush_game_sound_sine.cpp33 size_t size = strtoul(argv[1], NULL, 10);
37 size = strtoul(argv[2], NULL, 10);
H A Dpush_game_sound_test.cpp33 size_t size = strtoul(argv[2], NULL, 10);
37 size = strtoul(argv[3], NULL, 10);
/haiku/src/system/libnetwork/musl/network/
H A Dinet_aton.c17 a[i] = strtoul(s, &z, 0);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dbfs_disk_system.cpp32 blockSize = strtoul(string, NULL, 0);
/haiku/src/tests/add-ons/kernel/file_systems/fragmenter/
H A Dfragmenter.cpp88 numFiles = strtoul(optarg, NULL, 0);
92 fileSize = strtoul(optarg, NULL, 0);
/haiku/src/bin/
H A Dshutdown.cpp47 gTimeToSleep = strtoul(arg, &unit, 10);
50 gTimeToSleep = strtoul(argv, &unit, 10);
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dsettings.c19 #include <stdlib.h> /* strtoul */
124 reserved_devices = strtoul(get_driver_parameter(sh, "reserve_devices",
126 reserved_luns = strtoul(get_driver_parameter(sh, "reserve_luns",
208 uint16 id = strtoul(dp->values[0], NULL, 0) & 0xffff;
280 uint16 id = strtoul(dp->values[0], NULL, 0) & 0xffff;
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme.c115 slot.domain = (uint32_t)strtoul(domain, &end, 16);
124 slot.bus = (uint32_t)strtoul(bus, &end, 16);
130 slot.dev = strtoul(dev, &end, 16);
136 slot.func = strtoul(func, &end, 16);
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc2.cpp202 value = strtoul(tmp_arg, (char**)&tmp_arg, 10);
253 namespaces = strtoul(mangled_str + 2, (char**)&mangled_str, 10);
281 mangled_str += strtoul(mangled_str, (char**)&mangled_str, 10);
478 uint32 length = strtoul(ns_str, (char**)&ns_str, 10);
533 uint32 length = strtoul(ns_str, (char**)&ns_str, 10);
/haiku/src/bin/rc/
H A Dlexer.l115 #{DEC}+ { yylval.t = strtoul(yytext + 1, NULL, 10);
117 #0[xX]{HEX}{1,8} { yylval.t = strtoul(yytext + 3, NULL, 16);
/haiku/src/apps/debugger/user_interface/gui/connection_config/config_handlers/
H A DNetworkConnectionConfigView.cpp65 uint16 port = (uint16)strtoul(fPortInput->Text(), NULL, 10);
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DSettings.cpp48 gTraceMask = strtoul(get_driver_parameter(handle, "trace", "1", "0"), 0, 0);
/haiku/src/add-ons/kernel/file_systems/fat/
H A Ddosfs.cpp43 nspace *vol = (nspace *)strtoul(argv[i], NULL, 0);
93 vnode *n = (vnode *)strtoul(argv[i], NULL, 0);
126 vol = (nspace *)strtoul(argv[1], NULL, 0);
131 uint32 cluster = strtoul(argv[i], NULL, 0);
791 debug_attr = strtoul(get_driver_parameter(handle, "debug_attr", "0", "0"), NULL, 0);
792 debug_dir = strtoul(get_driver_parameter(handle, "debug_dir", "0", "0"), NULL, 0);
793 debug_dlist = strtoul(get_driver_parameter(handle, "debug_dlist", "0", "0"), NULL, 0);
794 debug_dosfs = strtoul(get_driver_parameter(handle, "debug_dosfs", "0", "0"), NULL, 0);
795 debug_encodings = strtoul(get_driver_parameter(handle, "debug_encodings", "0", "0"), NULL, 0);
796 debug_fat = strtoul(get_driver_paramete
[all...]
/haiku/src/system/boot/platform/efi/
H A Dvideo.cpp136 uint32 width = strtoul(parameter.values[0], NULL, 0);
137 uint32 height = strtoul(parameter.values[1], NULL, 0);
138 uint32 depth = strtoul(parameter.values[2], NULL, 0);
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_service.cpp154 dev = strtoul(argv[1], NULL, 0);
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyInfos.cpp208 return strtoul(keyName + 7, NULL, 16);
/haiku/src/add-ons/kernel/generic/tty/
H A Dmodule.cpp86 uintptr_t index = strtoul(argv[1], &endpointer, 0);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater200.cpp201 microc_headp->device_id = strtoul(tmp1, NULL, 16);
202 microc_headp->vendor_id = strtoul(tmp2, NULL, 16);
203 microc_headp->revision_id = strtoul(tmp3, NULL, 16);
204 microc_headp->num_seg = strtoul(tmp4, NULL, 16);
230 curr_seg->num_bytes = strtoul(tmp1, NULL, 16);
231 curr_seg->download_dst = strtoul(tmp2, NULL, 16);
232 curr_seg->crc_val = strtoul(tmp3, NULL, 16);
273 ltmp = strtoul(tmp1, NULL, 16);

Completed in 146 milliseconds

12345