Searched defs:NULL (Results 1 - 25 of 113) sorted by relevance

12345

/haiku/headers/posix/
H A Dnull.h9 #define NULL 0 macro
/haiku/headers/private/locale/
H A DFormattingConventionsPrivate.h14 Private(const BFormattingConventions* conventions = NULL) argument
H A DLanguagePrivate.h14 Private(const BLanguage* language = NULL) argument
H A DTimeZonePrivate.h14 Private(const BTimeZone* timeZone = NULL) argument
H A DHashMapCatalog.h87 virtual status_t ReadFromFile(const char *path = NULL) argument
93 virtual status_t WriteToFile(const char *path = NULL) argument
/haiku/headers/private/shared/
H A DOpenWithTracker.h43 OpenWithTracker(directory_which which, const char* relativePath = NULL, argument
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt1.c67 #ifndef NULL macro
/haiku/src/tests/add-ons/print/ppd/shared/
H A DAutoDelete.h50 AutoDelete(Tp* object = NULL) : fObject(object), fOwnsObject(true) { } argument
/haiku/src/tests/kits/storage/
H A DMimeSnifferTest.cpp1095 dumpStr(const std::string &string, const char *label = NULL) argument
[all...]
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DWAVInputSource.h17 CInputSource(CIO * pIO, WAVEFORMATEX * pwfeSource, int * pTotalBlocks, int * pHeaderBytes, int * pTerminatingBytes, int * pErrorCode = NULL) { } argument
18 CInputSource(const char* pSourceName, WAVEFORMATEX * pwfeSource, int * pTotalBlocks, int * pHeaderBytes, int * pTerminatingBytes, int * pErrorCode = NULL) { } argument
/haiku/src/tests/kits/net/service/
H A DFileTest.cpp27 StopTestListener(BUrlRequest* request = NULL) argument
/haiku/headers/cpp/
H A Dstrstream.h55 strstreambuf(char *ptr, int size, char *pstart = NULL) argument
57 strstreambuf(unsigned char *ptr, int size, unsigned char *pstart = NULL) argument
63 strstreambuf(signed char *ptr, int size, signed char *pstart = NULL) argument
/haiku/src/apps/musiccollection/
H A DMusicFileListView.h22 FileListItem(const char* text, WatchedFile* file = NULL) argument
/haiku/src/tests/kits/media/media_decoder/
H A Dmedia_decoder.cpp14 FileDecoder(BMediaTrack * _track, const media_format *inFormat, const void *info = NULL, size_t infoSize = 0) argument
/haiku/src/bin/mail_utils/
H A Dmail2mbox.cpp42 DisplayErrorMessage(const char* messageString = NULL, status_t errorNumber = 0, argument
/haiku/src/system/runtime_loader/
H A Delf_symbol_lookup.h30 SymbolLookupInfo(const char* name, int32 type, uint32 hash, const elf_version_info* version = NULL, uint32 flags = 0, elf_sym* requestingSymbol = NULL) argument
43 SymbolLookupInfo(const char* name, int32 type, const elf_version_info* version = NULL, uint32 flags = 0, elf_sym* requestingSymbol = NULL) argument
[all...]
/haiku/src/system/boot/loader/
H A Dloader.cpp72 find_kernel(BootVolume& volume, const char** name = NULL) argument
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDebug.cpp255 DebugOutputFile(const char *filename = NULL) argument
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfDebug.cpp257 DebugOutputFile(const char *filename = NULL) argument
/haiku/src/kits/storage/sniffer/
H A DPattern.cpp56 void dumpStr(const std::string &string, const char *label = NULL) { argument
/haiku/src/add-ons/input_server/methods/pen/
H A DDumpMessage.cpp22 status_t HexDumpToStream(const void *data, size_t len, BDataIO &stream, const char *prefix = NULL) argument
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushTranslator.cpp121 identify_wbi_header(BPositionIO* inSource, translator_info* outInfo, uint32 outType, WonderBrushImage** _wbImage = NULL) argument
/haiku/src/libs/alm/
H A DTab.cpp18 BALMLayoutList(BALMLayout* _layout, BALMLayoutList* _next = NULL) argument
/haiku/src/tests/kits/app/bmessenger/
H A DBMessengerTester.cpp38 check_messenger(const BMessenger &messenger, bool valid, bool local, team_id team, BLooper *looper = NULL, BHandler *handler = NULL, team_id altTeam = -1) argument
[all...]
/haiku/src/servers/package/
H A DFSUtils.h28 RelativePath(const char* component1 = NULL, argument

Completed in 149 milliseconds

12345