Searched refs:NULL (Results 276 - 300 of 5974) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dsim_interface.cpp63 return pnp->register_node(parent, SCSI_BUS_MODULE_NAME, attrs, NULL,
64 NULL);
99 if (name == NULL)
131 NULL, // supported devices
134 NULL, // uninit
136 NULL, // rescan
137 NULL, // removed
/haiku/src/libs/icon/style/
H A DStyle.cpp37 fGradient(NULL),
38 fColors(NULL),
40 fImage(NULL),
44 fGammaCorrectedColors(NULL),
59 fGradient(NULL),
60 fColors(NULL),
62 fImage(NULL),
66 fGammaCorrectedColors(NULL),
78 fGradient(NULL),
79 fColors(NULL),
[all...]
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformGradientCommand.cpp26 if (fGradient == NULL)
31 if (fTransformBox != NULL)
38 if (fGradient != NULL)
41 if (fTransformBox != NULL)
49 return fGradient != NULL ? TransformCommand::InitCheck() : B_NO_INIT;
59 if (fTransformBox != NULL)
61 fTransformBox = NULL;
H A DPerspectiveCommand.cpp38 if (fTransformer == NULL)
43 if (fTransformBox != NULL)
50 if (fTransformer != NULL)
53 if (fTransformBox != NULL)
64 if (fTransformer != NULL
86 if (fTransformBox != NULL) {
99 if (fTransformBox != NULL) {
123 if (fTransformBox != NULL)
125 fTransformBox = NULL;
/haiku/src/servers/app/
H A DBitmapManager.cpp45 BitmapManager *gBitmapManager = NULL;
83 \return A new ServerBitmap or NULL if unable to allocate one.
92 return NULL;
94 overlay_token overlayToken = NULL;
99 return NULL;
103 if (overlayToken == NULL)
104 return NULL;
110 if (bitmap == NULL) {
111 if (overlayToken != NULL)
114 return NULL;
[all...]
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6_address.cpp55 bool replaceWithZeros = false, const sockaddr *mask = NULL)
59 if (*to == NULL)
66 if (from == NULL)
68 if (from->sa_len == 0 || (mask != NULL && mask->sa_len == 0))
74 if (*to == NULL)
79 if (mask != NULL)
89 \return B_BAD_VALUE if \a address is NULL or if any of \a address or \a mask
96 if (address == NULL || address->sa_len == 0 || result == NULL
97 || (mask != NULL
54 ipv6_copy_address(const sockaddr *from, sockaddr **to, bool replaceWithZeros = false, const sockaddr *mask = NULL) argument
[all...]
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dslab.cpp39 0, 0, cookie, constructor, destructor, NULL);
72 void* object = cache != NULL ? malloc(cache->objectSize) : NULL;
73 if (object == NULL)
74 return NULL;
76 if (cache->objectConstructor != NULL)
86 if (object != NULL) {
87 if (cache != NULL && cache->objectDestructor != NULL)
/haiku/src/kits/package/hpkg/
H A DPackageWriter.cpp98 if (fImpl == NULL)
104 parameters != NULL ? *parameters : defaultParameters);
112 if (fImpl == NULL)
118 parameters != NULL ? *parameters : defaultParameters);
125 if (fImpl == NULL)
135 if (fImpl != NULL)
143 if (fImpl == NULL)
153 if (fImpl == NULL)
163 if (fImpl == NULL)
/haiku/src/apps/debugger/user_interface/gui/connection_config/
H A DConnectionConfigHandlerRoster.cpp14 ConnectionConfigHandlerRoster::sDefaultInstance = NULL;
40 if (sDefaultInstance != NULL)
45 if (roster == NULL)
64 sDefaultInstance = NULL;
80 ConnectionConfigHandler* handler = NULL;
90 ConnectionConfigHandler* handler = NULL;
103 ConnectionConfigHandler* handler = NULL;
119 ConnectionConfigHandler* handler = NULL;
125 if (handler == NULL) \
/haiku/src/kits/print/
H A DPrintTransport.cpp41 : fDataIO(NULL)
43 , fExitProc(NULL)
51 fExitProc = NULL;
63 if (fDataIO != NULL) {
100 if (initProc == NULL || fExitProc == NULL) {
112 if (path.SetTo(&dir, NULL) != B_OK) {
131 // The BeOS "Print To File" transport add-on returns a non-NULL BDataIO *
134 return fDataIO == NULL || (file != NULL
[all...]
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp66 device_node* owner; // associated node; NULL for temporary allocation
151 const char* subPath = NULL);
158 device_node* previous = NULL);
160 status_t _RegisterDynamic(device_node* previous = NULL);
224 } while (node != NULL && recursive);
226 return NULL;
241 if (attr == NULL)
295 if (device == NULL)
314 return NULL;
330 if (device != NULL)
[all...]
/haiku/src/apps/launchbox/
H A Dsupport.h20 const char* folder = NULL);
23 const char* folder = NULL);
30 bool make_sure_frame_is_on_screen(BRect& frame, BWindow* window = NULL);
/haiku/src/kits/shared/
H A DAboutMenuItem.cpp29 const char* name = NULL;
30 if (be_app != NULL && be_app->GetAppInfo(&info) == B_OK)
37 if (name != NULL)
40 label.ReplaceFirst("%app%", "(NULL)");
/haiku/src/libs/alm/
H A DALMGroup.cpp14 _Init(item, NULL);
20 _Init(NULL, view);
70 if (left == NULL)
72 if (top == NULL)
74 if (right == NULL)
76 if (bottom == NULL)
85 _Init(NULL, NULL);
139 _Init(NULL, NULL, orie
[all...]
/haiku/src/system/boot/platform/amiga_m68k/
H A Drom_calls.cpp17 struct GfxBase *GRAPHICS_BASE_NAME = NULL;
18 struct Library *KEYMAP_BASE_NAME = NULL;
19 struct Library *LOWLEVEL_BASE_NAME = NULL;
/haiku/src/system/kernel/vm/
H A DPageCacheLocker.cpp32 if (cache == NULL)
48 if (fPage == NULL)
53 fPage = NULL;
/haiku/src/system/libroot/posix/glibc/libio/
H A Diofgets_u.c40 CHECK_FILE (fp, NULL);
42 return NULL;
53 result = NULL;
H A Diofgetws_u.c40 CHECK_FILE (fp, NULL);
42 return NULL;
53 result = NULL;
H A Diovsprintf.c41 sf._sbf._f._lock = NULL;
43 _IO_no_init (&sf._sbf._f, _IO_USER_LOCK, -1, NULL, NULL);
H A Diovswscanf.c42 sf._sbf._f._lock = NULL;
46 _IO_wstr_init_static (&sf._sbf._f, (wchar_t *)string, 0, NULL);
47 ret = _IO_vfwscanf ((_IO_FILE *) &sf._sbf, format, args, NULL);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCCallbackReply.cpp29 if (reply == NULL)
30 return NULL;
38 reply->fStream.AddOpaque(NULL, 0);
/haiku/src/tests/add-ons/print/transports/
H A Dmain.cpp15 { "help", no_argument, NULL, 'h' },
16 { "verbose", no_argument, NULL, 'v' },
17 { "list-ports", no_argument, NULL, 'p' },
18 { NULL, 0, NULL, 0 }
101 BDataIO* (*transport_init_proc)(BMessage*) = NULL;
102 void (*transport_exit_proc)(void) = NULL;
103 status_t (*list_transport_ports)(BMessage*) = NULL;
104 int* transport_features_ptr = NULL;
114 if (transport_init_proc == NULL || transport_exit_pro
[all...]
/haiku/src/preferences/keymap/
H A DKeymapApplication.cpp21 fModifierKeysWindow(NULL)
37 fModifierKeysWindow = NULL;
51 if (fModifierKeysWindow != NULL)
/haiku/src/kits/tracker/
H A DPoseList.cpp51 if (resultingIndex != NULL)
58 return NULL;
70 if (resultingIndex != NULL)
76 return NULL;
95 if (resultingIndex != NULL)
104 if (model != NULL && *model->NodeRef() == *node) {
105 if (resultingIndex != NULL)
113 return NULL;
134 if (model != NULL && *model->NodeRef() == *node) {
139 if (model == NULL) {
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerPanel.h21 BWindow* window = NULL,
22 BMessage* message = NULL,
23 BHandler* target = NULL);

Completed in 125 milliseconds

<<11121314151617181920>>