Symbol: atoll
headers/posix/stdlib.h
85
extern long long int atoll(const char *string);
src/add-ons/kernel/file_systems/reiserfs/Settings.h
171
return atoll(value);
src/apps/icon-o-matic/generic/property/specific_properties/Int64Property.cpp
48
return SetValue(atoll(value));
src/apps/poorman/libhttpd/libhttpd.c
186
static long long atoll( const char* str );
src/apps/poorman/libhttpd/libhttpd.c
2213
hc->first_byte_index = atoll( cp + 1 );
src/apps/poorman/libhttpd/libhttpd.c
2218
hc->last_byte_index = atoll( cp_dash + 1 );
src/bin/badblocks.cpp
136
startBlock = atoll(argv[2]);
src/bin/badblocks.cpp
138
endBlock = atoll(argv[1]);
src/bin/bfs_tools/bfsinfo.cpp
211
return disk.ToBlockRun(atoll(first));
src/bin/bfs_tools/bfswhich.cpp
238
return disk.ToBlockRun(atoll(first));
src/bin/bfs_tools/recover.cpp
770
startOffset = atoll(arg);
src/bin/bfs_tools/recover.cpp
776
endOffset = atoll(arg);
src/bin/mail_utils/spamdbm.cpp
3698
m_TotalGenuineMessages = atoll (StringPntr);
src/bin/mail_utils/spamdbm.cpp
3713
m_TotalSpamMessages = atoll (StringPntr);
src/bin/mail_utils/spamdbm.cpp
3764
Statistics.age = atoll (StringPntr);
src/bin/mail_utils/spamdbm.cpp
3772
Statistics.genuineCount = atoll (StringPntr);
src/bin/mail_utils/spamdbm.cpp
3780
Statistics.spamCount = atoll (StringPntr);
src/kits/network/libnetservices/HttpRequest.cpp
709
bytesTotal = atoll(fHeaders.HeaderAt(index).Value());
src/preferences/virtualmemory/Settings.cpp
164
off_t volCapacity = atoll(capacity);
src/preferences/virtualmemory/Settings.cpp
170
SetSwapSize(atoll(size));
src/system/kernel/vm/VMAnonymousCache.cpp
1651
swapSize = atoll(size);
src/system/kernel/vm/VMAnonymousCache.cpp
1658
selectedVolume.capacity = atoll(capacity);
src/system/libroot/os/parsedate.cpp
594
elements[index].value = atoll(dateString);
src/tests/apps/partitioner/Partitioner.cpp
774
size = atoll(BString(line, endIndex).String());
src/tests/kits/storage/virtualdrive/mkvirtualdrive.cpp
85
off_t size = atoll(buffer);
src/tools/fs_shell/fssh.cpp
1705
startOffset = atoll(argv[argi++]);
src/tools/fs_shell/fssh.cpp
1709
endOffset = atoll(argv[argi++]);