Searched refs:atol (Results 1 - 25 of 43) sorted by path

12

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A Dmain.cpp89 port = atol(argv[argi++]);
/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DDriverSettings.cpp471 return atol(value);
/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/apps/cortex/Persistence/Wrappers/
H A DMessageIO.cpp238 m_message->what = atol(value);
376 int32 v = atol(data);
/haiku/src/apps/cortex/addons/Flanger/
H A DFlangerApp.cpp49 media_node_id id = atol(argv[1] + 5);
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumerApp.cpp55 media_node_id id = atol(argv[1] + 5);
/haiku/src/apps/resedit/
H A DMiscEditors.cpp44 int32 newid = atol(fView->GetID());
H A DNumberEditors.cpp40 int32 newid = atol(fView->GetID());
/haiku/src/bin/bfs_tools/
H A Dbfsinfo.cpp205 return block_run::Run(atol(first), atol(last), 1);
208 return block_run::Run(atol(first), atol(comma));
/haiku/src/bin/bfs_tools/lib/
H A DDisk.cpp330 int32 index = atol(answer);
/haiku/src/bin/debug/time_stats/
H A Dtime_stats.cpp70 bufferSize = atol(optarg);
/haiku/src/bin/
H A Dfdinfo.cpp134 id = atol(argv[1]);
H A Dnotify.cpp131 fTimeout = atol(argument) * 1000000;
/haiku/src/kits/mail/
H A DProtocolConfigView.cpp277 port = atol(hostName.String() + hostName.FindFirst(':') + 1);
/haiku/src/kits/storage/
H A DDriverSettings.cpp549 return atol(value);
/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/system/libroot/posix/stdlib/
H A Datoi.c28 atol(const char* num) function
/haiku/src/system/libroot/posix/
H A Duser_group_common.cpp305 gid = atol(groupID);
/haiku/src/tests/kits/game/file_game_sound_test/
H A DFileSoundWindow.cpp259 rampTime = atol(delayControl -> Text()) * 1000;
/haiku/src/tests/servers/app/code_to_name/
H A Dcode_to_name.cpp84 int32 number = atol(argv[1]);
/haiku/src/tests/servers/app/stress_test/
H A Dmain.cpp265 gMaxCount = atol(argv[2]);
/haiku/src/tests/system/benchmarks/
H A Dmemspeed.c32 mb = atol(argv[1])*MB;
/haiku/src/tests/system/libroot/os/
H A Dsystem_watching_test.cpp61 watchTeam = atol(arg);
/haiku/src/tests/system/network/
H A Dgetpeername.cpp39 port = atol(argv[2]);

Completed in 372 milliseconds

12