Searched refs:atol (Results 26 - 43 of 43) sorted by relevance

12

/haiku/headers/posix/
H A Dstdlib.h90 extern long atol(const char *string);
/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/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h147 extern long int atol (__const char *__nptr) __THROW __attribute_pure__;
387 atol (__const char *__nptr) __THROW
/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DDriverSettings.cpp471 return atol(value);
/haiku/src/kits/storage/
H A DDriverSettings.cpp549 return atol(value);
/haiku/src/kits/mail/
H A DProtocolConfigView.cpp277 port = atol(hostName.String() + hostName.FindFirst(':') + 1);
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/apps/cortex/RouteApp/
H A DDormantNodeIO.cpp544 m_flavorID = atol(obj->content.String());
/haiku/src/system/libroot/posix/
H A Duser_group_common.cpp305 gid = atol(groupID);
/haiku/src/bin/debug/profile/
H A Dprofile.cpp521 id = atol(str);
1041 gOptions.interval = atol(optarg);
1056 stackDepth = atol(optarg);
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp859 size = atol(&result.String()[index]);
/haiku/src/bin/bfs_tools/lib/
H A DDisk.cpp330 int32 index = atol(answer);
/haiku/src/kits/storage/sniffer/
H A DParser.cpp20 #include <stdlib.h> // For atol(), atof()
764 int32 value = atol(str);
/haiku/src/bin/debug/strace/
H A Dstrace.cpp209 id = atol(str);
/haiku/src/apps/text_search/
H A DGrepWindow.cpp1197 lineNum = atol(str->Text());
1198 // fortunately, atol knows when to stop the conversion
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1449 void atol() {} function
H A Dlibroot_stubs_legacy.c1379 void atol() {} function
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c2243 hc->contentlength = atol( cp );

Completed in 168 milliseconds

12