Searched refs:NULL (Results 351 - 375 of 5975) sorted by relevance

<<11121314151617181920>>

/haiku/src/system/libroot/posix/sys/
H A Dgettimeofday.c14 if (tv != NULL) {
/haiku/src/tests/kits/app/bapplication/testapps/
H A DBApplicationTestApp1b.cpp11 BApplication app((const char*)NULL, &error);
/haiku/src/tests/kits/support/bautolock/
H A DAutolockLooperTest.cpp43 if (theLooper != NULL)
64 CPPUNIT_ASSERT(theLooper->LockingThread() == find_thread(NULL));
69 theAutolock = NULL;
70 CPPUNIT_ASSERT(theLooper->LockingThread() != find_thread(NULL));
/haiku/src/tests/system/kernel/device_manager/playground/
H A Dbus.cpp20 {NULL}
23 device_node* child = NULL;
47 if (bus != NULL && !strcmp(bus, "root"))
60 {NULL}
63 return gDeviceManager->register_node(parent, BUS_MODULE_NAME, attrs, NULL,
64 NULL);
116 {NULL}
119 gDeviceManager->register_node(node, BUS_FOR_DRIVER_NAME, attrs, NULL,
120 NULL);
126 {NULL}
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCCallbackRequest.cpp30 ASSERT(buffer != NULL);
53 fStream.GetOpaque(NULL);
56 fStream.GetOpaque(NULL);
59 fStream.GetOpaque(NULL); // TODO: tag may be important
/haiku/src/kits/interface/
H A DViewPort.cpp40 return NULL;
43 return NULL;
50 if (view != NULL && AddView(0, view) != NULL)
63 if (item != NULL)
116 if (child == NULL)
181 return fViewPort->ScrollBar(B_HORIZONTAL) != NULL;
186 return fViewPort->ScrollBar(B_VERTICAL) != NULL;
192 if (scrollBar == NULL)
199 scrollBar->GetSteps(&smallStep, NULL);
[all...]
/haiku/src/kits/package/hpkg/
H A DRepositoryWriter.cpp37 if (fImpl == NULL)
47 if (fImpl == NULL)
57 if (fImpl == NULL)
67 if (fImpl == NULL)
H A DStrings.cpp21 if (string == NULL)
45 while (cachedString != NULL) {
57 if (string != NULL) {
76 if (string != NULL) {
/haiku/src/apps/expander/
H A DDirectoryFilePanel.h32 BMessenger* target = NULL,
33 const entry_ref* startDirectory = NULL,
36 BMessage* message = NULL,
37 BRefFilter* filter = NULL,
/haiku/src/system/libroot/os/locks/
H A Drecursive_lock.cpp23 if (lock->holder == find_thread(NULL))
49 if (lock == NULL)
59 thread_id thread = find_thread(NULL);
74 if (find_thread(NULL) != lock->holder) {
/haiku/src/kits/storage/
H A DPathFinder.cpp21 _SetTo(codePointer, NULL, dependency);
27 _SetTo(NULL, path, dependency);
40 return _SetTo(codePointer, NULL, dependency);
47 return _SetTo(NULL, path, dependency);
59 return _SetTo(NULL, path.Path(), dependency);
74 ? NULL : fDependency.String();
98 return FindPath(NULL, baseDirectory, subPath, flags, _path);
106 return FindPath(NULL, baseDirectory, subPath, 0, _path);
113 return FindPath(NULL, baseDirectory, NULL,
[all...]
/haiku/src/apps/debugger/user_interface/gui/util/
H A DSignalDispositionMenu.h15 BMessage* baseMessage = NULL);
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellOptionPopUpEditor.cpp20 BOptionPopUp("optionEditor", NULL, NULL)
35 if (message == NULL)
68 ::Value* value = NULL;
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DEnumerationValueHandler.cpp39 return dynamic_cast<EnumerationValue*>(value) != NULL ? 0.7f : 0;
48 if (value == NULL)
51 IntegerValueFormatter::Config* config = NULL;
57 ValueFormatter* formatter = NULL;
73 if (value == NULL)
76 IntegerValueFormatter::Config* config = NULL;
90 if (editor == NULL)
108 if (value != NULL && value->GetType()->ValueFor(value->GetValue()) != NULL)
121 if (formatter == NULL)
[all...]
/haiku/src/kits/debugger/debug_managers/
H A DTeamMemoryBlockManager.cpp83 fActiveBlocks(NULL),
84 fDeadBlocks(NULL)
103 if (fActiveBlocks == NULL)
111 if (fDeadBlocks == NULL)
127 if (entry != NULL) {
137 if (owner == NULL)
138 return NULL;
143 if (block == NULL)
144 return NULL;
148 if (entry == NULL)
[all...]
/haiku/src/kits/debugger/source_language/
H A DSourceLanguage.cpp19 return NULL;
/haiku/src/kits/media/
H A DStreamerPlugin.cpp11 fMediaPlugin(NULL)
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_xauth.c71 .ia_attach = NULL,
72 .ia_detach = NULL,
73 .ia_node_join = NULL,
74 .ia_node_leave = NULL,
H A Dieee80211_ageq.c84 m->m_nextpkt = NULL;
96 for (; m != NULL; m = next) {
112 if (aq->aq_tail == NULL) {
120 m->m_nextpkt = NULL;
143 ieee80211_ageq_mfree(ieee80211_ageq_remove(aq, NULL));
172 while ((m = aq->aq_head) != NULL && M_AGE_GET(m) < quanta) {
173 if ((aq->aq_head = m->m_nextpkt) == NULL)
174 aq->aq_tail = NULL;
181 if (m != NULL)
185 *phead = NULL;
[all...]
/haiku/src/apps/terminal/
H A DGlobals.cpp14 BClipboard* gMouseClipboard = NULL;
/haiku/src/system/kernel/arch/x86/
H A Dx86_syscalls.h27 if (gX86SetSyscallStack != NULL)
/haiku/src/system/libroot/posix/wchar/
H A Dwmemchr.c18 return NULL;
H A Dwcschr.c19 return NULL;
/haiku/src/tests/system/libroot/posix/
H A Dthread_local_test.cpp41 return NULL;
50 srand(time(NULL));
54 pthread_create(&ids[i], NULL, threadFn, &short_ids[i]);
58 pthread_join(ids[i], NULL);
/haiku/src/system/libroot/os/arch/riscv64/
H A Dthread.cpp15 if (name == NULL)

Completed in 210 milliseconds

<<11121314151617181920>>