Searched defs:NULL (Results 26 - 50 of 113) sorted by path

12345

/haiku/src/kits/shared/
H A DCalendarView.cpp166 SetTarget(Window(), NULL); local
[all...]
/haiku/src/kits/tracker/
H A DVirtualDirectoryManager.cpp213 status_t ReadDefinition(bool* _changed = NULL) argument
[all...]
/haiku/src/libs/alm/
H A DTab.cpp18 BALMLayoutList(BALMLayout* _layout, BALMLayoutList* _next = NULL) argument
/haiku/src/preferences/mail/
H A DFilterConfigView.cpp40 DragListView(const char* name, list_view_type type = B_SINGLE_SELECTION_LIST, BMessage* itemMovedMsg = NULL) argument
[all...]
/haiku/src/servers/bluetooth/
H A DLocalDeviceImpl.cpp119 JumpEventHeader<struct hci_ev_conn_request>(event), NULL); local
132 NULL); local
136 JumpEventHeader<struct hci_ev_pin_code_req>(event), NULL); local
[all...]
/haiku/src/servers/package/
H A DFSUtils.h28 RelativePath(const char* component1 = NULL, argument
/haiku/src/system/kernel/scheduler/
H A DRunQueue.h271 ASSERT(sGetLink(element)->fPrevious == NULL); local
[all...]
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt1.c67 #ifndef NULL macro
/haiku/src/system/libroot/posix/glibc/libio/
H A Dlibio.h96 # define NULL (__null) macro
99 # define NULL ((void*)0) macro
101 # define NULL (0) macro
H A DlibioP.h763 # define NULL (__null) macro
766 # define NULL ((void*)0) macro
768 # define NULL (0) macro
[all...]
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dgmp-impl.h61 #define NULL ((void *) 0) 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/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/tests/kits/interface/layout/widget_layout_test/
H A DWidgetLayoutTest.cpp210 _CreateSizeViews(View* group, const char* labelText, StringView*& widthView, StringView*& heightView, View* additionalView = 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/tests/kits/storage/
H A DMimeSnifferTest.cpp1095 dumpStr(const std::string &string, const char *label = NULL) argument
[all...]
H A DQueryTest.cpp222 ListNode(PredicateNode *child1 = NULL, PredicateNode *child2 = NULL, argument
276 OpNode(query_op op, PredicateNode *left, PredicateNode *right = NULL) argument
375 QueryTestEntry(string path, node_flavor kind, const QueryTestEntry *linkTarget = NULL) argument
[all...]
H A DResourceStringsTest.cpp73 StringResourceInfo(int32 id, const char *data, const char *name = NULL) argument
40 ResourceInfo(type_code type, int32 id, const void *data, size_t size, const char *name = NULL) argument
[all...]
H A DResourcesTest.cpp44 ResourceInfo(type_code type, int32 id, const void *data, size_t size, const char *name = NULL) argument
[all...]
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp132 indented_string(const char* string, const char* indent, const char* firstIndent = NULL) argument
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h335 Resize(void* allocation, size_t size, bool force = false, void** oldTable = NULL) argument
445 _Resize(ValueType** newTable, size_t newSize, void** _oldTable = NULL) argument
[all...]
/haiku/headers/os/support/
H A DSupportDefs.h226 # define NULL (0) macro
/haiku/headers/posix/
H A Dunistd.h374 ioctl(int fd, unsigned long op, void* argument = NULL, size_t size = 0) argument
/haiku/headers/private/kernel/util/
H A DOpenHashTable.h335 Resize(void* allocation, size_t size, bool force = false, void** oldTable = NULL) argument
445 _Resize(ValueType** newTable, size_t newSize, void** _oldTable = NULL) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactypes.h561 #define NULL (void *) 0 macro

Completed in 215 milliseconds

12345