/haiku/src/bin/ |
H A D | badblocks.cpp | 136 startBlock = atoll(argv[2]); in main() 138 endBlock = atoll(argv[1]); in main()
|
/haiku/src/system/libroot/posix/stdlib/ |
H A D | atoi.c | 42 atoll(const char* num) in atoll() function
|
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/ |
H A D | compat.h | 80 #define atoll _atoi64 macro
|
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/ |
H A D | Int64Property.cpp | 48 return SetValue(atoll(value)); in SetValue()
|
/haiku/src/preferences/virtualmemory/ |
H A D | Settings.cpp | 164 off_t volCapacity = atoll(capacity); in ReadSwapSettings() 170 SetSwapSize(atoll(size)); in ReadSwapSettings()
|
/haiku/src/add-ons/kernel/file_systems/reiserfs/ |
H A D | Settings.h | 171 return atoll(value); in _GetParameterValue()
|
/haiku/src/tests/kits/storage/virtualdrive/ |
H A D | mkvirtualdrive.cpp | 85 off_t size = atoll(buffer); in parse_size()
|
/haiku/headers/posix/ |
H A D | stdlib.h | 93 extern long long int atoll(const char *string);
|
/haiku/src/bin/bfs_tools/ |
H A D | bfswhich.cpp | 238 return disk.ToBlockRun(atoll(first)); in parseBlockRun()
|
H A D | recover.cpp | 770 startOffset = atoll(arg); in main() 776 endOffset = atoll(arg); in main()
|
H A D | bfsinfo.cpp | 211 return disk.ToBlockRun(atoll(first)); in parseBlockRun()
|
/haiku/src/system/libroot/posix/glibc/stdlib/ |
H A D | stdlib.h | 153 __extension__ extern long long int atoll (__const char *__nptr) 396 atoll (__const char *__nptr) __THROW in atoll() function
|
/haiku/src/tools/fs_shell/ |
H A D | fssh.cpp | 1705 startOffset = atoll(argv[argi++]); in main() 1709 endOffset = atoll(argv[argi++]); in main()
|
/haiku/src/tests/apps/partitioner/ |
H A D | Partitioner.cpp | 774 size = atoll(BString(line, endIndex).String()); in _ReadSize()
|
/haiku/src/apps/poorman/libhttpd/ |
H A D | libhttpd.c | 186 static long long atoll( const char* str ); 2213 hc->first_byte_index = atoll( cp + 1 ); in httpd_parse_request() 2218 hc->last_byte_index = atoll( cp_dash + 1 ); in httpd_parse_request() 4225 atoll( const char* str ) in atoll() function
|
/haiku/src/system/kernel/vm/ |
H A D | VMAnonymousCache.cpp | 1633 swapSize = atoll(size); in swap_init_post_modules() 1640 selectedVolume.capacity = atoll(capacity); in swap_init_post_modules()
|
/haiku/src/kits/network/libnetservices/ |
H A D | HttpRequest.cpp | 709 bytesTotal = atoll(fHeaders.HeaderAt(index).Value()); in _MakeRequest()
|
/haiku/src/bin/mail_utils/ |
H A D | spamdbm.cpp | 3698 m_TotalGenuineMessages = atoll (StringPntr); in LoadSaveDatabase() 3713 m_TotalSpamMessages = atoll (StringPntr); in LoadSaveDatabase() 3764 Statistics.age = atoll (StringPntr); in LoadSaveDatabase() 3772 Statistics.genuineCount = atoll (StringPntr); in LoadSaveDatabase() 3780 Statistics.spamCount = atoll (StringPntr); in LoadSaveDatabase()
|
/haiku/src/system/libroot/os/ |
H A D | parsedate.cpp | 594 elements[index].value = atoll(dateString); in preparseDate()
|
/haiku/src/system/libroot/stubbed/ |
H A D | libroot_stubs_legacy.c | 1391 void atoll() {} in atoll() function
|
H A D | libroot_stubs.c | 1452 void atoll() {} in atoll() function
|
/haiku/src/apps/mail/ |
H A D | words | 6039 atoll/MS
|