Searched refs:atoll (Results 1 - 21 of 21) sorted by relevance

/haiku/src/system/libroot/posix/stdlib/
H A Datoi.c42 atoll(const char* num) function
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcompat.h80 #define atoll _atoi64 macro
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DInt64Property.cpp47 // TODO: atoll is defined for __i386__ only
48 return SetValue(atoll(value));
/haiku/src/bin/
H A Dbadblocks.cpp136 startBlock = atoll(argv[2]);
138 endBlock = atoll(argv[1]);
/haiku/src/preferences/virtualmemory/
H A DSettings.cpp164 off_t volCapacity = atoll(capacity);
170 SetSwapSize(atoll(size));
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DSettings.h171 return atoll(value);
/haiku/headers/posix/
H A Dstdlib.h91 extern long long int atoll(const char *string);
/haiku/src/bin/bfs_tools/
H A Dbfswhich.cpp238 return disk.ToBlockRun(atoll(first));
H A Dbfsinfo.cpp211 return disk.ToBlockRun(atoll(first));
H A Drecover.cpp770 startOffset = atoll(arg);
776 endOffset = atoll(arg);
/haiku/src/tests/kits/storage/virtualdrive/
H A Dmkvirtualdrive.cpp85 off_t size = atoll(buffer);
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h153 __extension__ extern long long int atoll (__const char *__nptr)
396 atoll (__const char *__nptr) __THROW
/haiku/src/tests/apps/partitioner/
H A DPartitioner.cpp774 size = atoll(BString(line, endIndex).String());
/haiku/src/tools/fs_shell/
H A Dfssh.cpp1705 startOffset = atoll(argv[argi++]);
1709 endOffset = atoll(argv[argi++]);
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp1632 swapSize = atoll(size);
1639 selectedVolume.capacity = atoll(capacity);
/haiku/src/kits/network/libnetservices/
H A DHttpRequest.cpp709 bytesTotal = atoll(fHeaders.HeaderAt(index).Value());
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c186 static long long atoll( const char* str );
2213 hc->first_byte_index = atoll( cp + 1 );
2218 hc->last_byte_index = atoll( cp_dash + 1 );
4225 atoll( const char* str ) function
/haiku/src/system/libroot/os/
H A Dparsedate.cpp594 elements[index].value = atoll(dateString);
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp192 * Now with Allen Brunson's atoll for PPC (you need the %lld, but that
196 * Fixed up atoll PPC processor hack so it would actually work, was just
3698 m_TotalGenuineMessages = atoll (StringPntr);
3713 m_TotalSpamMessages = atoll (StringPntr);
3764 Statistics.age = atoll (StringPntr);
3772 Statistics.genuineCount = atoll (StringPntr);
3780 Statistics.spamCount = atoll (StringPntr);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1450 void atoll() {} function
H A Dlibroot_stubs_legacy.c1380 void atoll() {} function

Completed in 322 milliseconds