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

/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Datoi.c42 atoll(const char* num) function
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcompat.h55 #define atoll _atoi64 macro
/haiku-fatelf/src/apps/icon-o-matic/generic/property/specific_properties/
H A DInt64Property.cpp47 // TODO: atoll is defined for __INTEL__ only
48 return SetValue(atoll(value));
/haiku-fatelf/src/bin/
H A Dbadblocks.cpp136 startBlock = atoll(argv[2]);
138 endBlock = atoll(argv[1]);
/haiku-fatelf/src/bin/network/wget/lib/
H A Dstdlib.in.h140 extern long long atoll (const char *string);
143 # undef atoll
144 # define atoll(s) \
145 (GL_LINK_WARNING ("atoll is unportable - " \
146 "use gnulib module atoll for portability"), \
147 atoll (s))
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/mkbfs/
H A DallocationGroups.cpp29 off_t numBlocks = atoll(argv[1]);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dstdlib.in.h104 extern long long atoll (const char *string) _GL_ARG_NONNULL ((1));
107 # undef atoll
108 # define atoll(s) \
109 (GL_LINK_WARNING ("atoll is unportable - " \
110 "use gnulib module atoll for portability"), \
111 atoll (s))
/haiku-fatelf/src/preferences/virtualmemory/
H A DSettings.cpp162 off_t volCapacity = atoll(capacity);
168 SetSwapSize(atoll(size));
/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A DSettings.h171 return atoll(value);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A DSettings.h176 return atoll(value);
/haiku-fatelf/headers/posix/
H A Dstdlib.h86 extern long long int atoll(const char *string);
/haiku-fatelf/src/tests/kits/storage/virtualdrive/
H A Dmkvirtualdrive.cpp85 off_t size = atoll(buffer);
/haiku-fatelf/src/bin/bfs_tools/
H A Dbfswhich.cpp237 return disk.ToBlockRun(atoll(first));
H A Dbfsinfo.cpp109 return disk.ToBlockRun(atoll(first));
H A Drecover.cpp746 startOffset = atoll(arg);
752 endOffset = atoll(arg);
/haiku-fatelf/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-fatelf/src/tools/fs_shell/
H A Dfssh.cpp1569 startOffset = atoll(argv[argi++]);
1573 endOffset = atoll(argv[argi++]);
/haiku-fatelf/src/tests/apps/partitioner/
H A DPartitioner.cpp774 size = atoll(BString(line, endIndex).String());
/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dlibhttpd.c188 static long long atoll( const char* str );
2177 hc->first_byte_index = atoll( cp + 1 );
2182 hc->last_byte_index = atoll( cp_dash + 1 );
3584 atoll( const char* str ) function
/haiku-fatelf/src/system/kernel/vm/
H A DVMAnonymousCache.cpp1486 swapSize = atoll(size);
1493 selectedVolume.capacity = atoll(capacity);
/haiku-fatelf/src/system/libroot/os/
H A Dparsedate.cpp593 elements[index].value = atoll(dateString);
/haiku-fatelf/src/bin/mail_utils/
H A Dspamdbm.cpp192 * Now with Allen Brunson's atoll for PPC (you need the %Ld, but that
196 * Fixed up atoll PPC processor hack so it would actually work, was just
3692 m_TotalGenuineMessages = atoll (StringPntr);
3705 m_TotalSpamMessages = atoll (StringPntr);
3753 Statistics.age = atoll (StringPntr);
3760 Statistics.genuineCount = atoll (StringPntr);
3767 Statistics.spamCount = atoll (StringPntr);

Completed in 336 milliseconds