Searched refs:NULL (Results 426 - 450 of 5975) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/drivers/common/
H A Ddprintf.cpp30 *cookie = NULL;
77 ssize_t size = user_strlcpy(NULL, str, 0);
137 NULL
157 NULL,
158 NULL,
159 NULL,
160 NULL
166 return NULL;
/haiku/src/kits/shared/
H A DNaturalCompare.cpp30 static BCollator* collator = NULL;
32 if (collator == NULL)
/haiku/src/kits/debugger/value/type_handlers/
H A DBMessageTypeHandler.cpp30 if (dynamic_cast<CompoundType*>(type) != NULL
48 if (node == NULL)
/haiku/src/kits/media/
H A DWriterPlugin.cpp14 fTarget(NULL),
15 fMediaPlugin(NULL)
/haiku/src/apps/diskprobe/
H A DAttributeWindow.h19 const char* attribute = NULL,
20 const BMessage* settings = NULL);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTypeHandlerMenuItem.cpp16 fTypeHandler(NULL)
23 if (fTypeHandler != NULL)
/haiku/src/tests/system/network/
H A Dif_nameindex.c12 if (ifs == NULL) {
17 for (i = 0; ifs[i].if_index != 0 || ifs[i].if_name != NULL; i++) {
/haiku/src/apps/drivesetup/
H A DEncryptionUtils.cpp26 return NULL;
39 return NULL;
/haiku/src/kits/bluetooth/
H A DKitSupport.cpp23 if (fMessenger == NULL || !fMessenger->IsValid()) {
25 return NULL;
/haiku/src/add-ons/disk_systems/gpt/
H A DGPTDiskAddOn.cpp78 if (handle == NULL)
107 || (parameters != NULL && parameters[0] != '\0'))
111 if (name != NULL)
123 || (name != NULL && name[0] != '\0')
124 || (parameters != NULL && parameters[0] != '\0'))
129 if (handle == NULL)
138 partition->SetContentName(NULL);
139 partition->SetContentParameters(NULL);
/haiku/src/servers/app/drawing/
H A DBitmapDrawingEngine.cpp10 fHWInterface(NULL),
11 fBitmap(NULL)
44 if (fBitmap != NULL && newWidth > 0 && newHeight > 0
50 SetHWInterface(NULL);
87 return NULL;
91 if (result == NULL)
92 return NULL;
97 return NULL;
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dintel.cpp122 status_t error = parser.Parse(NULL, map);
135 bool hasParent = (get_parent_partition(partition->id) != NULL);
224 partition->content_cookie = NULL;
227 child->cookie = NULL;
254 partition->cookie = NULL;
264 partition->content_cookie = NULL;
380 partition->content_cookie = NULL;
383 child->cookie = NULL;
404 partition->cookie = NULL;
414 partition->content_cookie = NULL;
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DSettings.cpp20 static char *gLogFilePath = NULL;
27 if (gLogFilePath == NULL)
51 NULL, "/var/log/" DRIVER_NAME ".log");
52 if (logFilePath != NULL) {
64 if (gLogFilePath != NULL) {
81 if (gLogFilePath == NULL) {
95 if (func != NULL) {
104 if (gLogFilePath == NULL) {
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DSettings.cpp24 static char* gLogFilePath = NULL;
30 if (gLogFilePath == NULL)
54 NULL, "/var/log/" DRIVER_NAME ".log");
55 if (logFilePath != NULL)
66 if (gLogFilePath != NULL) {
82 if (gLogFilePath == NULL) {
96 if (func != NULL) {
105 if (gLogFilePath == NULL) {
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Server.cpp23 fWaitCancel(create_sem(0, NULL)),
29 ASSERT(serv != NULL);
31 mutex_init(&fClientIdLock, NULL);
32 mutex_init(&fFSLock, NULL);
33 mutex_init(&fThreadStartLock, NULL);
64 while (fs != NULL) {
68 while (current != NULL) {
85 ASSERT(fs != NULL);
99 ASSERT(fs != NULL);
111 if ((fUseCount == 0 && fClientIdLastUse + (time_t)LeaseTime() < time(NULL))
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DSettings.cpp28 static char *gLogFilePath = NULL;
34 if (gLogFilePath == NULL)
60 NULL, "/var/log/" DRIVER_NAME ".log");
61 if (logFilePath != NULL) {
73 if (gLogFilePath != NULL) {
90 if (gLogFilePath == NULL) {
104 if (func != NULL) {
113 if (gLogFilePath == NULL) {
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dhooks.cpp59 return NULL;
82 if (gInfo->shared_info->cursor_memory != NULL)
85 if (gInfo->shared_info->cursor_memory != NULL)
88 if (gInfo->shared_info->cursor_memory != NULL)
91 return NULL;
115 return NULL;//(void*)intel_fill_span;
134 return NULL;
149 return NULL;
/haiku/src/libs/compat/freebsd_network/
H A Dunit.cpp37 if (idStore == NULL)
38 return NULL;
41 if (idStore->idBuffer == NULL) {
43 return NULL;
60 KASSERT(idStore != NULL,
61 ("ID-Store: %s: NULL pointer as argument.", __func__));
69 idStore = NULL;
78 KASSERT(idStore != NULL,
79 ("ID-Store: %s: NULL pointer as argument.", __func__));
99 KASSERT(idStore != NULL,
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/
H A Dglue.c26 NULL
28 return (*handler)(drivers, NULL);
/haiku/headers/private/netservices/
H A DDataRequest.h31 BUrlProtocolListener* listener = NULL,
32 BUrlContext* context = NULL);
H A DUrlProtocolRoster.h29 BUrlProtocolListener* listener = NULL,
30 BUrlContext* context = NULL);
/haiku/src/kits/locale/
H A DNumberFormat.cpp54 fIntegerFormat = NULL;
55 fFloatFormat = NULL;
56 fCurrencyFormat = NULL;
57 fPercentFormat = NULL;
73 if (fIntegerFormat == NULL) {
79 if (fIntegerFormat == NULL)
80 return NULL;
83 fIntegerFormat = NULL;
84 return NULL;
95 if (fFloatFormat == NULL) {
[all...]
/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp221 if (notification == NULL)
255 notification.transaction_id = transaction != NULL ? transaction->id : -1;
289 if (notification->hook == NULL)
371 if (listener == NULL)
388 first_block = NULL;
389 notification_hook = NULL;
390 notification_data = NULL;
412 if (transaction != NULL)
423 cache->last_transaction = NULL;
461 if (cacheEntry != NULL)
[all...]
/haiku/src/kits/tracker/
H A DAttributeStream.cpp139 fReadFrom(NULL),
140 fWriteTo(NULL)
166 if (fReadFrom != NULL)
181 if (fReadFrom == NULL)
192 if (fReadFrom == NULL)
203 if (fWriteTo == NULL)
214 if (fReadFrom == NULL)
225 if (fReadFrom != NULL)
228 return NULL;
235 ASSERT(fReadFrom != NULL);
[all...]
/haiku/src/bin/
H A Dmount.c26 "\tif device is not specified, NULL is passed (for in-memory filesystems)\n",programName);
35 const char *device = NULL;
37 const char *parameter = NULL;
38 const char *fs = NULL;
58 else if (!strcmp(arg, "t") && fs == NULL) {
63 } else if ((!strcmp(arg, "p") || !strcmp(arg, "o")) && parameter == NULL) {
81 if (mountPoint == NULL)

Completed in 279 milliseconds

<<11121314151617181920>>