Searched refs:NULL (Results 301 - 325 of 5974) sorted by relevance

<<11121314151617181920>>

/haiku/src/kits/app/
H A DServer.cpp16 BApplication(signature, NULL, -1, initGUI, error),
19 fGUIContextInitialized = initGUI && (error == NULL || *error == B_OK);
29 fGUIContextInitialized = initGUI && (error == NULL || *error == B_OK);
/haiku/src/kits/debugger/ids/
H A DFunctionID.cpp96 if (archive == NULL)
97 return NULL;
100 if (object == NULL)
101 return NULL;
105 return NULL;
117 return other != NULL && fPath == other->fPath
148 if (archive == NULL)
149 return NULL;
152 if (object == NULL)
153 return NULL;
[all...]
/haiku/src/tests/system/libroot/posix/
H A Dposix_spawn_redir_test.c11 char* const av[] = { "posix_spawn_redir_err", NULL };
20 ret = posix_spawn(&child, "./posix_spawn_redir_err", &child_fd_acts, NULL, av, NULL);
/haiku/src/tools/fs_shell/
H A Dtime.cpp40 gettimeofday(&tv, NULL);
50 gettimeofday(&tv, NULL);
69 time_t result = time(NULL);
/haiku/src/system/boot/platform/efi/
H A Dquirks.cpp25 efi_apple_set_os_protocol* set_os = NULL;
28 &appleSetOSProtocolGUID, NULL, (void**)&set_os);
31 if (status != EFI_SUCCESS || set_os == NULL) {
/haiku/src/add-ons/kernel/bus_managers/i2c/
H A Dbus_raw.cpp70 const void* userCmdBuffer = NULL;
71 void* userBuffer = NULL;
75 if (exec.cmdBuffer == NULL)
77 if (exec.buffer == NULL)
84 if (exec.cmdBuffer != NULL) {
93 if (exec.buffer != NULL) {
116 if (exec.buffer != NULL) {
157 NULL
162 NULL, // removed
169 NULL, // i
[all...]
/haiku/src/bin/
H A Dprintenv.c29 char *arg = (argc == 2 ? argv[1] : NULL);
46 if (arg == NULL) {
58 while ((s = *env++) != NULL)
/haiku/src/libs/compat/freebsd_network/
H A Dusb_util.c25 if (dev == NULL) {
30 if (uaa == NULL) {
37 if ((iface == NULL)) {
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp60 /*! \brief \c NULL aware strcmp().
62 \c NULL is considered the least of all strings. \c NULL equals \c NULL.
73 if (str1 == NULL) {
74 if (str2 == NULL)
78 if (str2 == NULL)
89 fDevice(NULL),
90 fParent(NULL),
91 fPartitionData(NULL),
[all...]
/haiku/src/system/libroot/posix/time/
H A Dlocaltime.cpp46 if (GetCurrentLocaleBackend() == NULL && LocaleBackend::LoadBackend() != B_OK)
50 _kern_get_timezone(NULL, timeZoneID, sizeof(timeZoneID));
68 if (inTime == NULL) {
70 return NULL;
77 if (backend != NULL) {
104 if (inTime == NULL) {
106 return NULL;
113 if (backend != NULL) {
131 if (inTm == NULL) {
140 if (backend != NULL) {
[all...]
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetprotobynumber_r.c56 while ((p = getprotoent_r(pr, pd)) != NULL)
60 if (pd->fp != NULL) {
62 pd->fp = NULL;
H A Dnsdispatch.c161 int result = pthread_rwlock_init(&_nslock, NULL);
205 if (p == NULL)
206 return (NULL);
221 return (NULL);
232 if (elem != NULL)
235 if (vec != NULL)
242 (v) = NULL; \
280 if (mod->handle == NULL)
282 if (mod->unregister != NULL)
292 * argument is non-NULL, assum
[all...]
/haiku/src/servers/app/font/
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...]
/haiku/src/kits/network/libnetservices/
H A DNetworkCookieJar.cpp69 if (heapCookie == NULL)
82 for (Iterator it = GetIterator(); it.Next() != NULL;)
105 if (heapCookie == NULL)
122 if (heapCookie == NULL)
137 if (fCookieHashMap == NULL)
140 if (cookie == NULL || !cookie->IsValid())
151 if (list == NULL) {
154 if (list == NULL) {
242 for (Iterator it = GetIterator(); (cookiePtr = it.Next()) != NULL;) {
259 for (Iterator it = GetIterator(); (cookiePtr = it.Next()) != NULL;) {
[all...]
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTest.cpp30 ~AutoDelete() { delete fObject; fObject = NULL; }
32 T* Release() { T* object = fObject; fObject = NULL; return object; }
60 , fBitmap(NULL)
61 , fView(NULL)
65 if (bitmap == NULL || bitmap->IsValid() == false || bitmap->InitCheck() != B_OK)
70 if (view == NULL)
90 fView = NULL;
93 fBitmap = NULL;
111 if (copy == NULL || copy->IsValid() == false || copy->InitCheck() != B_OK)
112 return NULL;
[all...]
/haiku/headers/os/media/
H A DSoundPlayer.h46 BSoundPlayer(const char* name = NULL,
47 BufferPlayerFunc playerFunction = NULL,
49 eventNotifierFunction = NULL,
50 void* cookie = NULL);
53 const char* name = NULL,
54 BufferPlayerFunc playerFunction = NULL,
56 eventNotifierFunction = NULL,
57 void* cookie = NULL);
61 format = NULL,
62 const char* name = NULL,
[all...]
/haiku/src/system/libroot/posix/glibc/locale/
H A DC-collate.c104 NULL, 0, 0, /* no file mapped */
107 NULL,
113 { string: NULL },
115 { string: NULL },
117 { string: NULL },
119 { string: NULL },
121 { string: NULL },
123 { string: NULL },
125 { string: NULL },
127 { string: NULL },
[all...]
/haiku/src/tests/kits/translation/
H A DTranslatorTest.cpp74 return NULL;
81 return NULL;
138 CPPUNIT_ASSERT(ptranslator->Release() == NULL);
139 ptranslator = NULL;
140 ptt = NULL;
141 pcomptran = NULL;
160 BView *pview = NULL;
162 CPPUNIT_ASSERT(ptranslator->MakeConfigurationView(NULL,
163 NULL, NULL)
[all...]
/haiku/src/apps/icon-o-matic/gui/
H A DPathListView.cpp57 path(NULL),
68 SetPath(NULL);
194 fShape(NULL)
201 SetShape(NULL);
226 fListView->SetCurrentShape(NULL);
281 SimpleListView(frame, name, NULL, B_SINGLE_SELECTION_LIST),
283 fMenu(NULL),
285 fPathContainer(NULL),
286 fShapeContainer(NULL),
287 fCommandStack(NULL),
[all...]
/haiku/src/libs/iconv/
H A Dlocalcharset.c101 read, else NULL. Its format is:
112 if (cp == NULL)
123 if (dir == NULL || dir[0] == '\0')
132 if (file_name != NULL)
141 if (file_name == NULL || (fp = fopen (file_name, "r")) == NULL)
147 char *res_ptr = NULL;
189 if (res_ptr == NULL)
193 if (old_res_ptr != NULL)
210 if (file_name != NULL)
[all...]
/haiku/src/system/kernel/scheduler/
H A Dpower_saving.cpp28 sSmallTaskCore = NULL;
36 sSmallTaskCore = NULL;
57 if (core == NULL)
61 = atomic_pointer_test_and_set(&sSmallTaskCore, core, (CoreEntry*)NULL);
62 if (smallTaskCore == NULL)
75 if (package == NULL)
78 if (package != NULL)
81 return NULL;
90 CoreEntry* core = NULL;
95 if (core == NULL || cor
[all...]
/haiku/src/bin/desklink/
H A DMixerControl.cpp27 fParameterWeb(NULL),
28 fMixerParameter(NULL),
29 fMuteParameter(NULL),
33 fRoster(NULL)
53 const char* errorString = NULL;
54 if (fRoster == NULL)
57 if (BMediaRoster::IsRunning() && fRoster != NULL
72 BParameter* p = NULL;
116 p = NULL;
122 p = NULL;
[all...]
/haiku/src/servers/app/decorator/
H A DDecorManager.cpp63 return NULL;
70 return NULL;
74 if (decorator->AddTab(settings, title, look, flags) == NULL) {
76 return NULL;
114 fPreviewDecor(NULL),
115 fPreviewWindow(NULL),
135 debugger("DecorManager::AllocateDecorator has a NULL decorator");
136 return NULL;
141 if (fPreviewDecor != NULL) {
146 fPreviewWindow = NULL;
[all...]
/haiku/src/add-ons/kernel/file_systems/udf/
H A Dkernel_interface.cpp96 if (cookie == NULL)
121 if (partition->content_name == NULL)
188 if (icb == NULL)
216 Icb *node = NULL;
249 DEBUG_INIT_ETC(NULL, ("node: %p", node));
375 if (icb->FileCache() == NULL) {
412 DirectoryIterator *iterator = NULL;
534 Volume *volume = NULL;
635 NULL, // write_fs_stat
636 NULL, // syn
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp238 if (otherID == NULL)
269 fValue(NULL),
271 fValueHandler(NULL),
272 fTableCellRenderer(NULL),
274 fCastedType(NULL),
275 fTypeHandler(NULL),
276 fComponentPath(NULL),
288 SetTableCellRenderer(NULL);
289 SetValueHandler(NULL);
290 SetValue(NULL);
820 Init(Settings* rendererSettings, SettingsMenu* rendererSettingsMenu, ContextActionList* preSettingsActions = NULL, ContextActionList* postSettingsActions = NULL) argument
[all...]

Completed in 161 milliseconds

<<11121314151617181920>>