Symbol: atol
headers/posix/stdlib.h
84
extern long atol(const char *string);
src/add-ons/kernel/file_systems/userlandfs/server/main.cpp
89
port = atol(argv[argi++]);
src/add-ons/kernel/file_systems/userlandfs/shared/DriverSettings.cpp
471
return atol(value);
src/add-ons/mail_daemon/inbound_protocols/pop3/POP3.cpp
859
size = atol(&result.String()[index]);
src/add-ons/mail_daemon/outbound_protocols/smtp/SMTP.cpp
587
if (atol(res) >= 500)
src/add-ons/mail_daemon/outbound_protocols/smtp/SMTP.cpp
594
if (atol(res) < 500)
src/add-ons/mail_daemon/outbound_protocols/smtp/SMTP.cpp
630
if (atol(res) < 500)
src/add-ons/mail_daemon/outbound_protocols/smtp/SMTP.cpp
664
if (atol(res) < 500)
src/add-ons/mail_daemon/outbound_protocols/smtp/SMTP.cpp
693
if (atol(res) < 500)
src/add-ons/mail_daemon/outbound_protocols/smtp/SMTP.cpp
863
errCode = atol(buf);
src/add-ons/mail_daemon/outbound_protocols/smtp/SMTP.cpp
905
int32 num = atol(fLog.String());
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1019
f.channel_mask = atol(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1035
f.interlace = atol(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1037
f.first_active = atol(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1039
f.last_active = atol(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1041
f.pixel_width_aspect = atol(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1043
f.pixel_height_aspect = atol(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1059
d.line_width = atol(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1061
d.line_count = atol(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1063
d.bytes_per_row = atol(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1065
d.pixel_offset = atol(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1067
d.line_offset = atol(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1093
f.format = atol(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1100
f.avg_chunk_size = atol(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1102
f.max_chunk_size = atol(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1111
if(!atol(value))
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1131
f.width = atol(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1133
f.height = atol(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1139
f.channel_count = atol(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1165
f.us_per_frame = atol(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1167
f.width = atol(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1169
f.height = atol(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1185
f.frame_size = atol(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1203
f.frame_size = atol(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1205
f.forward_history = atol(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1207
f.backward_history = atol(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
538
f.types[f.type_count] = (media_type)atol(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
991
f.channel_count = atol(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
993
f.buffer_size = atol(value);
src/apps/cortex/Persistence/Wrappers/MessageIO.cpp
238
m_message->what = atol(value);
src/apps/cortex/Persistence/Wrappers/MessageIO.cpp
376
int32 v = atol(data);
src/apps/cortex/RouteApp/DormantNodeIO.cpp
544
m_flavorID = atol(obj->content.String());
src/apps/cortex/addons/Flanger/FlangerApp.cpp
49
media_node_id id = atol(argv[1] + 5);
src/apps/cortex/addons/LoggingConsumer/LoggingConsumerApp.cpp
55
media_node_id id = atol(argv[1] + 5);
src/apps/poorman/libhttpd/libhttpd.c
2243
hc->contentlength = atol( cp );
src/apps/resedit/MiscEditors.cpp
44
int32 newid = atol(fView->GetID());
src/apps/resedit/NumberEditors.cpp
40
int32 newid = atol(fView->GetID());
src/apps/text_search/GrepWindow.cpp
1306
lineNum = atol(str->Text());
src/bin/bfs_tools/bfsinfo.cpp
205
return block_run::Run(atol(first), atol(last), 1);
src/bin/bfs_tools/bfsinfo.cpp
208
return block_run::Run(atol(first), atol(comma));
src/bin/bfs_tools/bfswhich.cpp
231
return block_run::Run(atol(first), atol(last), 1);
src/bin/bfs_tools/bfswhich.cpp
235
return block_run::Run(atol(first), atol(comma));
src/bin/bfs_tools/lib/Disk.cpp
345
int32 index = atol(answer);
src/bin/debug/profile/profile.cpp
1058
gOptions.interval = atol(optarg);
src/bin/debug/profile/profile.cpp
1073
stackDepth = atol(optarg);
src/bin/debug/strace/strace.cpp
209
id = atol(str);
src/bin/debug/time_stats/time_stats.cpp
70
bufferSize = atol(optarg);
src/bin/fdinfo.cpp
167
id = atol(argv[1]);
src/bin/hey.cpp
795
revspec.AddInt32("index", atol(specifier + 1));
src/bin/hey.cpp
798
to_message->AddSpecifier(property, atol(specifier));
src/bin/hey.cpp
845
to_message->AddInt32("data", atol(valuestring));
src/bin/hey.cpp
878
to_message->AddInt8(curname, atol(valuestring + strlen("int8(")));
src/bin/hey.cpp
880
to_message->AddInt16(curname, atol(valuestring + strlen("int16(")));
src/bin/hey.cpp
882
to_message->AddInt32(curname, atol(valuestring + strlen("int32(")));
src/bin/hey.cpp
884
to_message->AddInt64(curname, atol(valuestring + strlen("int64(")));
src/bin/hey.cpp
891
to_message->AddBool(curname, atol(valuestring + strlen("bool(")) == 0 ? false : true);
src/bin/hey.cpp
926
clr.red = atol(valuestring + strlen("rgb_color("));
src/bin/hey.cpp
929
clr.green = atol(ptr + 1);
src/bin/hey.cpp
932
clr.blue = atol(ptr + 1);
src/bin/hey.cpp
935
clr.alpha = atol(ptr + 1);
src/bin/notify.cpp
131
fTimeout = atol(argument) * 1000000;
src/kits/interface/Spinner.cpp
256
SetValue(atol(TextView()->Text()));
src/kits/mail/ProtocolConfigView.cpp
277
port = atol(hostName.String() + hostName.FindFirst(':') + 1);
src/kits/mail/mail_util.cpp
1361
zoneDeltaTime = 60 * atol (tempZoneString + 3); // Get the last two digits - minutes.
src/kits/mail/mail_util.cpp
1363
zoneDeltaTime += atol (tempZoneString + 1) * 60 * 60; // Get the first two digits - hours.
src/kits/storage/DriverSettings.cpp
549
return atol(value);
src/kits/storage/sniffer/Parser.cpp
923
int32 value = atol(str);
src/preferences/filetypes/ApplicationTypeWindow.cpp
893
versionInfo.major = atol(fMajorVersionControl->Text());
src/preferences/filetypes/ApplicationTypeWindow.cpp
894
versionInfo.middle = atol(fMiddleVersionControl->Text());
src/preferences/filetypes/ApplicationTypeWindow.cpp
895
versionInfo.minor = atol(fMinorVersionControl->Text());
src/preferences/filetypes/ApplicationTypeWindow.cpp
897
versionInfo.internal = atol(fInternalVersionControl->Text());
src/system/libroot/posix/user_group_common.cpp
305
gid = atol(groupID);
src/tests/add-ons/kernel/file_systems/shared/random_read.cpp
194
size = atol(argv[2]);
src/tests/add-ons/kernel/file_systems/shared/random_read.cpp
197
loops = atol(argv[1]);
src/tests/kits/game/file_game_sound_test/FileSoundWindow.cpp
259
rampTime = atol(delayControl -> Text()) * 1000;
src/tests/kits/midi/synth_file_reader/main.cpp
48
uint32 instr = argc >= 4 ? atol(argv[3]) : 0xffff;
src/tests/servers/app/code_to_name/code_to_name.cpp
84
int32 number = atol(argv[1]);
src/tests/servers/app/stress_test/main.cpp
265
gMaxCount = atol(argv[2]);
src/tests/system/benchmarks/memspeed.c
32
mb = atol(argv[1])*MB;
src/tests/system/libroot/os/system_watching_test.cpp
61
watchTeam = atol(arg);
src/tests/system/network/getpeername.cpp
39
port = atol(argv[2]);
src/tests/system/network/icmp/udp_unreachable.cpp
44
port = atol(argv[2]);