Searched refs:NULL (Results 176 - 200 of 5974) sorted by relevance

1234567891011>>

/haiku/src/add-ons/accelerants/s3/
H A Dhooks.cpp52 return (void*)(si.bDisableHdwCursor ? NULL : SetCursorShape);
54 return (void*)(si.bDisableHdwCursor ? NULL : MoveCursor);
56 return (void*)(si.bDisableHdwCursor ? NULL : gInfo.ShowCursor);
68 return (void*)(si.bDisableAccelDraw ? NULL : gInfo.ScreenToScreenBlit);
70 return (void*)(si.bDisableAccelDraw ? NULL : gInfo.FillRectangle);
72 return (void*)(si.bDisableAccelDraw ? NULL : gInfo.InvertRectangle);
74 return (void*)(si.bDisableAccelDraw ? NULL : gInfo.FillSpan);
77 return NULL; // Return null pointer for any feature not handled above
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_module.cpp54 NULL
63 NULL
/haiku/src/add-ons/print/transports/lpr/
H A DLpr.cpp8 static LprTransport *gTransport = NULL;
16 gTransport = NULL;
/haiku/src/apps/mediaplayer/playlist/
H A DPLItemsCommand.cpp34 if (items == NULL)
41 items = NULL;
/haiku/src/system/libroot/os/
H A Dfs_query.cpp25 if (device < 0 || query == NULL || query[0] == '\0') {
27 return NULL;
34 return NULL;
39 if (dir == NULL) {
41 return NULL;
62 return NULL;
86 if (dent == NULL || buffer == NULL)
/haiku/src/system/libroot/posix/signal/
H A Dsigaction.cpp30 if (beosAction != NULL) {
38 if (__sigaction(signal, beosAction != NULL ? &action : NULL,
39 beosOldAction != NULL ? &oldAction : NULL) != 0) {
45 if (beosAction != NULL && signal == SIGSEGV)
46 __sigaction(SIGBUS, &action, NULL);
49 if (beosOldAction != NULL) {
H A Dsighold.cpp23 return __pthread_sigmask_beos(SIG_BLOCK, &tempSignalSet, NULL);
36 return sigprocmask(SIG_BLOCK, &tempSignalSet, NULL);
H A Dsigrelse.cpp23 return __pthread_sigmask_beos(SIG_UNBLOCK, &tempSignalSet, NULL);
36 return sigprocmask(SIG_UNBLOCK, &tempSignalSet, NULL);
/haiku/src/system/libroot/posix/stdio/
H A Dfpurge.cpp19 if (stream->_IO_save_base != NULL) {
21 stream->_IO_save_base = NULL;
/haiku/src/system/libroot/posix/string/
H A Dstrstr.c17 for (; (s1 = strchr(s1, *s2)) != NULL; s1++) {
21 return NULL;
/haiku/src/tests/system/kernel/
H A Dyield_test.cpp25 thread_id thread = spawn_thread(looper, "Real-Time Looper", B_REAL_TIME_PRIORITY, NULL);
30 wait_for_thread(thread, NULL);
/haiku/src/tools/fs_shell/
H A Dhash.cpp66 if (compare_func == NULL || hash_func == NULL) {
67 fssh_dprintf("hash_init() called with NULL function pointer\n");
68 return NULL;
72 if (t == NULL)
73 return NULL;
76 if (t->table == NULL) {
78 return NULL;
82 t->table[i] = NULL;
115 ASSERT(table != NULL
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCCallback.cpp29 ASSERT(request != NULL);
30 ASSERT(connection != NULL);
H A DDirectoryCache.cpp24 ASSERT(name != NULL);
44 mutex_init(&fLock, NULL);
51 mutex_init(&fLock, NULL);
58 if (new_entry == NULL)
82 fDirectoryCache(NULL),
87 ASSERT(inode != NULL);
89 mutex_init(&fLock, NULL);
118 _SetSnapshot(NULL);
127 ASSERT(name != NULL);
130 if (entry == NULL)
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinksDirectory.cpp20 fListener(NULL)
46 if (linkDirectory == NULL)
61 if (otherLinkDirectory == NULL)
66 linkDirectory->RemovePackage(package, NULL);
73 if (fListener != NULL) {
90 if (linkDirectory == NULL)
99 if (fListener != NULL) {
115 if (linkDirectory == NULL)
/haiku/src/kits/package/hpkg/v1/
H A DPackageContentHandlerV1.cpp66 NULL
79 return NULL;
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dtempnam.c28 * if it is not NULL. The directory to put this file in is searched for
31 * If not and if DIR is not NULL, that value is checked. If that fails,
42 return NULL;
45 return NULL;
/haiku/src/apps/debugger/user_interface/gui/util/
H A DSignalDispositionMenu.cpp23 BMessage* message = NULL;
24 if (baseMessage != NULL) {
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DGeneralPage.cpp16 fModel(NULL),
17 fDataSourceView(NULL),
18 fCPUCountView(NULL),
19 fRunTimeView(NULL),
20 fIdleTimeView(NULL),
21 fTeamCountView(NULL),
22 fThreadCountView(NULL)
46 if (fModel != NULL) {
/haiku/src/apps/debugger/user_interface/gui/value/
H A DValueHandler.cpp20 _menu = NULL;
29 _editor = NULL;
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DBoolValueHandler.cpp38 return dynamic_cast<BoolValue*>(value) != NULL ? 0.5f : 0;
46 if (dynamic_cast<BoolValue*>(value) == NULL)
50 if (formatter == NULL)
62 if (dynamic_cast<BoolValue*>(value) == NULL)
65 ValueFormatter* formatter = NULL;
73 if (renderer == NULL)
86 if (value == NULL)
97 if (editor == NULL)
/haiku/src/kits/debugger/model/
H A DImage.cpp19 fDebugInfo(NULL),
22 if (fImageFile != NULL)
29 if (fDebugInfo != NULL) {
30 if (fTeam != NULL)
34 if (fImageFile != NULL)
63 if (fDebugInfo != NULL) {
72 if (fDebugInfo != NULL) {
77 fDebugInfo = NULL;
/haiku/src/libs/compat/freebsd_network/compat/dev/led/
H A Dled.h15 return NULL;
22 return NULL;
/haiku/src/libs/compat/freebsd_network/
H A Deventhandler.c19 return NULL;
34 return NULL;
/haiku/src/kits/debugger/files/
H A DLocatableEntry.cpp31 if (fParent != NULL)
38 if (fParent != NULL)

Completed in 109 milliseconds

1234567891011>>