Searched refs:NULL (Results 1 - 25 of 5974) sorted by last modified time

1234567891011>>

/haiku/headers/private/file_systems/
H A DQueryParser.h25 // If you think that there are too few NULL pointer checks in some places
190 Term(int8 op) : fOp(op), fParent(NULL) {}
200 const char* attribute = NULL, int32 type = 0,
201 const uint8* key = NULL, size_t size = 0) = 0;
251 const char* attribute = NULL, int32 type = 0,
252 const uint8* key = NULL, size_t size = 0);
313 const char* attribute = NULL, int32 type = 0,
314 const uint8* key = NULL, size_t size = 0);
379 fAttribute(NULL),
380 fString(NULL),
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/rtl8125/dev/pci/
H A Dif_rge.c156 sizeof(struct rge_softc), rge_match, rge_attach, NULL, rge_activate
160 NULL, "rge", DV_IFNET
215 const char *intrstr = NULL;
227 BUS_SPACE_MAXADDR_32BIT, BUS_SPACE_MAXADDR, NULL, NULL,
228 BUS_SPACE_MAXSIZE_32BIT, BUS_SPACE_UNRESTRICTED, BUS_SPACE_MAXSIZE_32BIT, 0, NULL, NULL,
244 NULL, &sc->rge_bsize, 0)) {
247 &sc->rge_bhandle, NULL, &sc->rge_bsize, 0)) {
249 0, &sc->rge_btag, &sc->rge_bhandle, NULL,
[all...]
/haiku/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp81 video_mode *mode = NULL;
83 != NULL) {
107 video_mode *found = NULL;
108 video_mode *mode = NULL;
110 != NULL) {
113 if (found == NULL || found->bits_per_pixel < mode->bits_per_pixel)
129 video_mode *bestMode = NULL;
132 video_mode *mode = NULL;
134 != NULL) {
144 if (bestMode == NULL || bestDif
[all...]
/haiku/src/apps/charactermap/
H A DCharacterView.cpp298 : BMenuItem(text, NULL),
360 || Window()->CurrentMessage() == NULL)
426 if (dragMessage != NULL)
644 if (_frame != NULL) {
718 if (scroller == NULL)
793 if (clip != NULL) {
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.cpp96 fListener(NULL),
108 if (!fFolderStateInitialized && fListener != NULL) {
111 wait_for_thread(fReadFolderStateThread, NULL);
151 if (entries == NULL)
174 ASSERT(fListener == NULL);
406 if (replyTo != NULL)
411 if (replyTo != NULL) {
709 return strtoul(string.String(), NULL, 0);
/haiku/src/tests/system/libroot/posix/
H A Dpthread_sigqueue.cpp38 sigaction(signalNumber, &oldAction, NULL);
/haiku/src/servers/app/font/
H A DGlyphLayoutEngine.h30 fCacheEntry(NULL),
31 fFallbackReference(NULL),
39 if (fCacheEntry == NULL)
42 fFallbackReference = NULL;
44 if (fCacheEntry != NULL)
50 ASSERT(entry != NULL);
51 ASSERT(fCacheEntry == NULL);
58 ASSERT(fCacheEntry != NULL);
75 ASSERT(fCacheEntry != NULL);
98 ASSERT(fCacheEntry != NULL);
[all...]
H A DGlobalFontManager.cpp47 GlobalFontManager* gFontManager = NULL;
80 return NULL;
108 fDefaultPlainFont(NULL),
109 fDefaultBoldFont(NULL),
110 fDefaultFixedFont(NULL),
180 if (directory == NULL) {
211 if (directory != NULL) {
219 if (fromDirectory == NULL) {
230 if (directory != NULL) {
239 if (fromDirectory != NULL) {
[all...]
H A DFontStyle.cpp38 fFamily(NULL),
43 fFontData(NULL),
106 if (fFontData != NULL)
241 if (name == NULL)
276 if (fFontData != NULL)
H A DFontManager.cpp61 \return An FT_CharMap or NULL if unsuccessful
93 return NULL;
116 if (family != NULL)
131 if (family != NULL)
149 \return Pointer to the specified family or NULL if not found.
154 if (name == NULL)
155 return NULL;
166 if (style != NULL)
178 if (family != NULL)
181 return NULL;
[all...]
H A DFontFamily.cpp114 if (style == NULL)
142 return NULL;
150 return NULL;
162 return _FindStyle(styleName) != NULL;
169 \return name of the style or NULL if the index is not valid
181 \return The FontStyle object or NULL if none was found.
188 if (name == NULL || !name[0])
189 return NULL;
192 if (style != NULL)
200 if (style == NULL) {
[all...]
/haiku/src/servers/app/
H A DServerApp.cpp108 fAppCursor(NULL),
109 fViewCursor(NULL),
113 fAppFontManager(NULL)
181 if (window == NULL)
201 if (fMemoryAllocator != NULL)
209 fPictureMap.begin()->second->SetOwner(NULL);
233 if (fMemoryAllocator == NULL)
310 if (fViewCursor != NULL)
349 if (window == NULL || window->IsOffscreenWindow())
377 if (window == NULL || windo
[all...]
/haiku/src/preferences/screen/
H A DScreenWindow.cpp177 fOtherRefresh(NULL),
208 BMenuField* workspaceMenuField = new BMenuField("WorkspaceMenu", NULL,
235 NULL, 0, 255, B_HORIZONTAL);
478 // to make sure we don't access NULL pointers later on
643 warning.String(), B_TRANSLATE("OK"), NULL,
644 NULL, B_WIDTH_AS_USUAL, B_WARNING_ALERT);
676 if (item != NULL)
728 if (fUserSelectedColorSpace != NULL
735 if (item != NULL && !item->IsEnabled()) {
785 if (message != NULL
[all...]
/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp263 if (column->DisplayAs() != NULL) {
288 ASSERT(fColumn != NULL);
290 if (fColumn == NULL)
534 ThrowOnAssert(compareTo != NULL);
624 ThrowOnAssert(compareTo != NULL);
732 ThrowOnAssert(compareTo != NULL);
780 if (textView == NULL)
825 ThrowOnAssert(compareTo != NULL);
896 if (getenv("USER") != NULL)
923 if (getenv("GROUP") != NULL)
[all...]
H A DFSUtils.cpp206 NULL
302 fThread(find_thread(NULL)),
303 fSourceList(NULL)
310 fThread(find_thread(NULL)),
311 fSourceList(NULL)
320 fThread(find_thread(NULL)),
321 fSourceList(NULL)
329 if (gStatusWindow != NULL)
337 if (gStatusWindow != NULL)
346 if (gStatusWindow != NULL) {
1213 FailOnError(status_t error, const char* string, const char* name = NULL) argument
[all...]
/haiku/src/apps/stylededit/
H A DStatusView.cpp80 if (parent != NULL)
124 if (be_control_look != NULL) {
176 if (message != NULL
217 = charset != NULL ? charset->GetPrintName() : "";
291 BPrivate::BDirMenu* menu = new BDirMenu(NULL,
/haiku/src/apps/softwareupdater/
H A DUpdateManager.cpp50 fProblemWindow(NULL),
154 if (fProblemWindow == NULL) {
220 if (fStatusWindow != NULL) {
227 BAlert* alert = new BAlert("warning", text, B_TRANSLATE("OK"), NULL,
228 NULL, B_WIDTH_AS_USUAL, B_WARNING_ALERT);
229 alert->Go(NULL);
261 _UpdateDownloadProgress(NULL, packageName, completionValue * 100.0);
317 _UpdateDownloadProgress(NULL, packageName, 100.0);
340 _UpdateStatusWindow(NULL, title);
450 if (dynamic_cast<MiscLocalRepository*>(package->Repository()) != NULL)
[all...]
/haiku/src/apps/pulse/
H A DNormalPulseView.cpp35 fBrandLogo(NULL)
78 fCpuButtons[x] = new CPUButton(r, B_TRANSLATE("Pulse"), temp, NULL);
107 const unsigned char* logo = NULL;
110 cpu_topology_node_info* topology = NULL;
112 get_cpu_topology_info(NULL, &topologyNodeCount);
120 if (logo == NULL && topology[i].type == B_TOPOLOGY_ROOT) {
168 if (logo != NULL) {
172 fBrandLogo = NULL;
175 fBrandLogo = NULL;
259 if (fBrandLogo != NULL) {
[all...]
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp52 fPrefWindow(NULL),
53 fLogFile(NULL),
54 fServer(NULL)
128 NULL, B_FILE_NODE, false,
134 new BMessenger(this), NULL, B_FILE_NODE, false,
155 pthread_rwlock_init(&fLogFileLock, NULL);
232 address = NULL;
247 if (address != NULL) {
310 time_t now = time(NULL);
397 CopyMenuItem->SetTarget(fLoggingView, NULL);
[all...]
/haiku/src/apps/mediaplayer/
H A DController.cpp80 fflush(NULL);
116 fVideoView(NULL),
121 fItem(NULL),
125 fVideoTrackSupplier(NULL),
126 fAudioTrackSupplier(NULL),
127 fSubTitles(NULL),
152 SetTo(NULL);
178 _NotifyFileChanged(NULL, B_BAD_VALUE);
256 fAudioSupplier->SetSupplier(NULL, fVideoFrameRate);
257 fVideoSupplier->SetSupplier(NULL);
[all...]
H A DInfoWin.cpp65 fIconBitmap(NULL)
127 if (_width != NULL) {
131 if (_height != NULL) {
141 if (Parent() != NULL)
153 if (fIconBitmap != NULL) {
/haiku/src/apps/mediaconverter/
H A DMediaFileInfo.cpp45 if (track == NULL)
/haiku/src/apps/installer/
H A DInstallerWindow.cpp115 if (fLogo == NULL)
380 if (srcItem == NULL || targetItem == NULL)
398 fProgressBar->SetTo(0.0, NULL, NULL);
624 B_TRANSLATE("Cancel"), B_TRANSLATE("Stop"), NULL,
634 B_TRANSLATE("Cancel"), B_TRANSLATE("Stop"), NULL,
714 B_TRANSLATE("OK"), NULL, NULL, B_WIDTH_AS_USUAL, B_STOP_ALERT);
746 if (fSrcMenu->ItemAt(0) != NULL)
[all...]
/haiku/src/apps/drivesetup/
H A DDiskView.cpp112 fIcon = NULL;
276 while (partition != NULL) {
281 if (encrypter != NULL) {
327 if (device->Name() != NULL && device->Name()[0] != '\0')
465 fDisk(NULL),
514 SetDisk(NULL, -1);
/haiku/src/apps/diskprobe/
H A DProbeView.cpp233 : BView(NULL, B_WILL_DRAW),
236 fBitmap(NULL)
240 if (fBitmap != NULL)
261 if (fBitmap == NULL)
273 if (fBitmap == NULL) {
278 if (fBitmap != NULL) {
297 fBitmap = NULL;
311 BSlider(name, NULL, message, 0, kMaxSliderLimit, B_HORIZONTAL,
431 if (fAttribute != NULL) {
448 fTypeControl = new BTextControl(B_EMPTY_STRING, NULL, buffe
[all...]

Completed in 113 milliseconds

1234567891011>>