Searched refs:atol (Results 1 - 25 of 43) sorted by last modified time

12

/haiku/src/kits/interface/
H A DSpinner.cpp256 SetValue(atol(TextView()->Text()));
/haiku/src/apps/text_search/
H A DGrepWindow.cpp1197 lineNum = atol(str->Text());
1198 // fortunately, atol knows when to stop the conversion
/haiku/src/tests/add-ons/kernel/file_systems/random_read/
H A Drandom_read.cpp194 size = atol(argv[2]);
197 loops = atol(argv[1]);
/haiku/src/bin/bfs_tools/
H A Dbfswhich.cpp231 return block_run::Run(atol(first), atol(last), 1);
235 return block_run::Run(atol(first), atol(comma));
H A Dbfsinfo.cpp205 return block_run::Run(atol(first), atol(last), 1);
208 return block_run::Run(atol(first), atol(comma));
/haiku/src/apps/cortex/RouteApp/
H A DDormantNodeIO.cpp544 m_flavorID = atol(obj->content.String());
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c1379 void atol() {} function
H A Dlibroot_stubs.c1449 void atol() {} function
/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp893 versionInfo.major = atol(fMajorVersionControl->Text());
894 versionInfo.middle = atol(fMiddleVersionControl->Text());
895 versionInfo.minor = atol(fMinorVersionControl->Text());
897 versionInfo.internal = atol(fInternalVersionControl->Text());
/haiku/src/bin/debug/strace/
H A Dstrace.cpp209 id = atol(str);
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c2243 hc->contentlength = atol( cp );
/haiku/headers/posix/
H A Dstdlib.h90 extern long atol(const char *string);
/haiku/src/tests/kits/midi/synth_file_reader/
H A Dmain.cpp48 uint32 instr = argc >= 4 ? atol(argv[3]) : 0xffff;
/haiku/src/kits/storage/sniffer/
H A DParser.cpp20 #include <stdlib.h> // For atol(), atof()
764 int32 value = atol(str);
/haiku/src/bin/
H A Dhey.cpp795 revspec.AddInt32("index", atol(specifier + 1));
798 to_message->AddSpecifier(property, atol(specifier));
845 to_message->AddInt32("data", atol(valuestring));
878 to_message->AddInt8(curname, atol(valuestring + strlen("int8(")));
880 to_message->AddInt16(curname, atol(valuestring + strlen("int16(")));
882 to_message->AddInt32(curname, atol(valuestring + strlen("int32(")));
884 to_message->AddInt64(curname, atol(valuestring + strlen("int64(")));
891 to_message->AddBool(curname, atol(valuestring + strlen("bool(")) == 0 ? false : true);
926 clr.red = atol(valuestring + strlen("rgb_color("));
929 clr.green = atol(pt
[all...]
H A Dnotify.cpp131 fTimeout = atol(argument) * 1000000;
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMediaFormatIO.cpp538 f.types[f.type_count] = (media_type)atol(value);
991 f.channel_count = atol(value);
993 f.buffer_size = atol(value);
1019 f.channel_mask = atol(value);
1035 f.interlace = atol(value);
1037 f.first_active = atol(value);
1039 f.last_active = atol(value);
1041 f.pixel_width_aspect = atol(value);
1043 f.pixel_height_aspect = atol(value);
1059 d.line_width = atol(valu
[all...]
/haiku/src/bin/debug/profile/
H A Dprofile.cpp521 id = atol(str);
1041 gOptions.interval = atol(optarg);
1056 stackDepth = atol(optarg);
/haiku/src/kits/mail/
H A Dmail_util.cpp1361 zoneDeltaTime = 60 * atol (tempZoneString + 3); // Get the last two digits - minutes.
1363 zoneDeltaTime += atol (tempZoneString + 1) * 60 * 60; // Get the first two digits - hours.
/haiku/src/tests/system/network/icmp/
H A Dudp_unreachable.cpp44 port = atol(argv[2]);
/haiku/src/tests/system/network/
H A Dgetpeername.cpp39 port = atol(argv[2]);
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp859 size = atol(&result.String()[index]);
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.cpp587 if (atol(res) >= 500)
594 if (atol(res) < 500)
630 if (atol(res) < 500)
664 if (atol(res) < 500)
693 if (atol(res) < 500)
863 errCode = atol(buf);
905 int32 num = atol(fLog.String());
/haiku/src/bin/bfs_tools/lib/
H A DDisk.cpp330 int32 index = atol(answer);
/haiku/src/apps/resedit/
H A DMiscEditors.cpp44 int32 newid = atol(fView->GetID());

Completed in 267 milliseconds

12