Searched refs:atoul (Results 1 - 8 of 8) sorted by last modified time

/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c1396 void atoul() {} function
H A Dlibroot_stubs.c1466 void atoul() {} function
/haiku/headers/posix/
H A Dstdlib.h93 extern unsigned long atoul(const char *string);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dacls.c4147 static unsigned long atoul(const char *p) function
4178 auth = atoul(p);
4185 auth = atoul(p);
/haiku/src/apps/webpositive/
H A DSettingsWindow.cpp988 return atoul(fProxyPortControl->Text());
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DResponse.cpp285 return atoul(StringAt(index).String());
/haiku/src/tests/add-ons/mail/imap/
H A Dimap_tester.cpp105 from = atoul(argv[1]);
106 to = atoul(argv[2]);
108 from = to = atoul(argv[1]);
173 from = atoul(argv[1]);
174 to = atoul(argv[2]);
176 to = atoul(argv[1]);
/haiku/src/system/libroot/posix/stdlib/
H A Datoi.c35 atoul(const char* num) function

Completed in 158 milliseconds