Searched refs:NULL (Results 76 - 100 of 5974) sorted by relevance

1234567891011>>

/haiku/src/bin/mkfs/
H A Dmain.cpp81 { "help", 0, NULL, 'h' },
82 { "options", 0, NULL, 'o' },
83 { "type", 1, NULL, 't' },
84 { "list-types", 0, NULL, 'l' },
85 { "verbose", 0, NULL, 'v' },
86 { "dont-ask", 0, NULL, 'q' },
87 { NULL, 0, NULL, 0 }
93 const char* fsOptions = NULL;
99 NULL);
[all...]
/haiku/src/system/libroot/posix/locale/
H A Dsetlocale.cpp29 return NULL;
31 if (locale == NULL) {
33 if (gGlobalLocaleBackend != NULL)
34 return const_cast<char*>(gGlobalLocaleBackend->SetLocale(category, NULL));
43 locales[lc] = NULL;
50 if (gGlobalLocaleBackend == NULL) {
55 if (locales[lc] != NULL && strcasecmp(locales[lc], "POSIX") != 0
62 return NULL;
65 if (gGlobalLocaleBackend != NULL) {
67 if (locales[lc] != NULL) {
[all...]
/haiku/src/apps/packageinstaller/
H A DPackageStatus.h33 PackageStatus(const char *title, const char *label = NULL,
34 const char *trailing = NULL, BHandler *parent = NULL);
38 void Reset(uint32 stages, const char *label = NULL,
39 const char *trailing = NULL);
40 void StageStep(uint32 count, const char *text = NULL,
41 const char *trailing = NULL);
/haiku/src/system/libroot/posix/glibc/libio/
H A Dfreopen64.c44 CHECK_FILE (fp, NULL);
46 return NULL;
49 if (filename == NULL && _IO_fileno (fp) >= 0)
57 // if (fp->_vtable_offset == 0 && fp->_wide_data != NULL)
60 if (result != NULL)
62 if (result != NULL)
68 if (filename != NULL)
76 return NULL;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dbfs_disk_system.cpp20 if (handle == NULL)
29 NULL, NULL);
31 if (string != NULL)
32 blockSize = strtoul(string, NULL, 0);
50 if (name == NULL || strlen(name) >= BFS_DISK_NAME_LENGTH
51 || strchr(name, '/') != NULL) {
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPArray.cpp13 fArray(NULL),
22 if (fArray != NULL) {
26 fArray = NULL;
37 if (fArray == NULL)
42 fArray[i] = NULL;
59 ASSERT(fArray != NULL);
60 ASSERT(fArray[fSize-1] == NULL);
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DAttribute.cpp31 return NULL;
34 if (leafAttr == NULL)
35 return NULL;
44 if (nodeAttr == NULL)
45 return NULL;
53 // Invalid format in extents return NULL
54 return NULL;
58 return NULL;
/haiku/headers/os/translation/
H A DTranslationUtils.h38 BTranslatorRoster* roster = NULL);
40 BTranslatorRoster* roster = NULL);
42 BTranslatorRoster* roster = NULL);
44 BTranslatorRoster* roster = NULL);
46 BTranslatorRoster* roster = NULL);
48 BTranslatorRoster* roster = NULL);
55 BTranslatorRoster* roster = NULL);
58 BTranslatorRoster* roster = NULL);
61 BTranslatorRoster* roster = NULL);
68 BTranslatorRoster* roster = NULL);
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/pegasus/
H A Ddevlist.c23 char **gDeviceNames = NULL;
26 static pegasus_dev *sDeviceList = NULL;
33 ASSERT(device != NULL);
47 ASSERT(device != NULL);
57 for (previous = sDeviceList; previous != NULL; previous = previous->next) {
65 ASSERT(previous != NULL);
77 for (device = sDeviceList; device != NULL; device = device->next) {
93 ASSERT(gDeviceNames == NULL);
101 if (gDeviceNames != NULL) {
103 for (i = 0; gDeviceNames [i] != NULL;
[all...]
/haiku/src/system/boot/platform/efi/
H A Dserial.cpp26 static efi_serial_io_protocol *sEFISerialIO = NULL;
31 DebugUART* gUART = NULL;
42 if (sEFISerialIO != NULL) {
62 if (gUART != NULL) {
100 if ((gUART != NULL) && !gUARTSkipInit)
111 &sSerialIOProtocolGUID, NULL, (void**)&sEFISerialIO);
114 sEFISerialIO = NULL;
116 if (sEFISerialIO != NULL) {
122 sEFISerialIO = NULL;
134 if (gUART == NULL) {
[all...]
/haiku/src/tests/kits/interface/
H A DCheckBoxTest.cpp31 : BView(rect, NULL, B_FOLLOW_NONE, B_WILL_DRAW)
73 BStringView *stringView = new BStringView(rect, NULL, "Be's BCheckBox");
78 BView *checkBox = new BCheckBox(rect, NULL, "Test 1", NULL);
82 BView *view = new BView(rect.InsetByCopy(-15, -15), NULL, B_FOLLOW_NONE, B_WILL_DRAW);
86 checkBox = new BCheckBox(rect.OffsetToCopy(15, 15), NULL, "Test 2", NULL);
91 BBox *box = new BBox(rect.InsetByCopy(-15, -15), NULL);
94 checkBox = new BCheckBox(rect.OffsetToCopy(15, 15), NULL, "Test 3", NULL);
[all...]
H A DMenuTriggerTest.cpp36 menu->AddItem(new BMenuItem("Bart", NULL));
37 menu->AddItem(new BMenuItem("bart", NULL));
38 menu->AddItem(new BMenuItem("bart", NULL));
39 menu->AddItem(new BMenuItem("Bart", NULL));
40 menu->AddItem(new BMenuItem("BART", NULL));
41 menu->AddItem(new BMenuItem("b��rt", NULL));
42 menu->AddItem(new BMenuItem("b��rst", NULL));
48 menu->AddItem(new BMenuItem("1 a", NULL));
49 menu->AddItem(new BMenuItem("2 a", NULL));
50 menu->AddItem(new BMenuItem("3 a", NULL));
[all...]
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DDeviceList.cpp20 : fDeviceList(NULL),
22 fPublishList(NULL)
45 if (entry == NULL)
49 if (entry->name == NULL) {
55 entry->next = NULL;
57 if (fDeviceList == NULL)
62 if (current->next == NULL) {
79 if (name == NULL && device == NULL)
82 device_list_entry *previous = NULL;
[all...]
/haiku/src/apps/haikudepot/ui_generic/
H A DSharedBitmap.cpp29 fBuffer(NULL),
34 fBitmap[1] = NULL;
35 fBitmap[2] = NULL;
36 fBitmap[3] = NULL;
44 fBuffer(NULL),
48 fBitmap[0] = NULL;
49 fBitmap[1] = NULL;
50 fBitmap[2] = NULL;
51 fBitmap[3] = NULL;
59 fBuffer(NULL),
[all...]
/haiku/src/kits/locale/
H A DTextEncoding.cpp21 fUtf8Converter(NULL),
22 fConverter(NULL)
29 fUtf8Converter(NULL),
30 fConverter(NULL)
45 if (fUtf8Converter != NULL)
48 if (fConverter != NULL)
81 if (fUtf8Converter == NULL)
84 if (fConverter == NULL)
88 &base, input + inputLength, NULL, NULL, NUL
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/framebuffer/
H A Ddriver.cpp58 return (get_boot_item(VESA_MODES_BOOT_INFO, NULL) == NULL
59 && get_boot_item(FRAME_BUFFER_BOOT_INFO, NULL) != NULL)
70 if (gDeviceInfo[0] == NULL)
76 if (gDeviceNames[0] == NULL) {
81 gDeviceNames[1] = NULL;
97 for (int32 index = 0; (name = gDeviceNames[index]) != NULL; index++) {
111 for (index = 0; gDeviceNames[index] != NULL; index++) {
116 return NULL;
[all...]
/haiku/src/tests/add-ons/print/ppd/model/
H A DStatementWrapper.cpp90 if (value == NULL) return NULL;
92 if (string == NULL) return NULL;
94 if (name != NULL && *name == '*') {
104 if (value == NULL) return NULL;
106 if (string == NULL) return NULL;
113 if (type == NULL) retur
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCAuth.cpp35 if (auth == NULL)
36 return NULL;
39 auth->fStream.AddOpaque(NULL, 0);
42 return NULL;
53 if (auth == NULL)
54 return NULL;
58 xdr.AddUInt(time(NULL));
68 int count = getgroups(0, NULL);
70 return NULL;
72 if (groups == NULL)
[all...]
H A DRPCServer.cpp26 fQueueHead(NULL),
27 fQueueTail(NULL)
29 mutex_init(&fLock, NULL);
42 ASSERT(request != NULL);
45 if (fQueueTail != NULL)
50 request->fNext = NULL;
59 Request* prev = NULL;
60 while (req != NULL) {
62 if (prev != NULL)
76 return NULL;
[all...]
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DVolume.cpp35 fSourceFSVolume(NULL),
36 fSourceVnode(NULL),
37 fRootNode(NULL)
44 if (fSourceVnode != NULL)
52 const char* source = NULL;
57 parametersHandle.Get(), "source", NULL, NULL);
58 if (source == NULL || source[0] == '\0') {
66 if (fSourceVnode == NULL)
80 if (fRootNode == NULL)
[all...]
/haiku/src/libs/compat/freebsd_iflib/
H A Difdi_if.c186 0, { NULL, ID_ifdi_knlist_add, (kobjop_t)null_knlist_add }
190 0, { NULL, ID_ifdi_knote_event, (kobjop_t)null_knote_event }
195 0, { NULL, ID_ifdi_object_info_get, (kobjop_t)null_object_info_get }
199 0, { NULL, ID_ifdi_attach_pre, (kobjop_t)null_int_op }
203 0, { NULL, ID_ifdi_attach_post, (kobjop_t)null_int_op }
207 0, { NULL, ID_ifdi_reinit_pre, (kobjop_t)null_int_op }
211 0, { NULL, ID_ifdi_reinit_post, (kobjop_t)null_int_op }
215 0, { NULL, ID_ifdi_cloneattach, (kobjop_t)null_cloneattach }
219 0, { NULL, ID_ifdi_detach, (kobjop_t)kobj_error_method }
223 0, { NULL, ID_ifdi_suspen
[all...]
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A DKPath.cpp27 fBuffer(NULL),
35 SetTo(NULL, DEFAULT, bufferSize);
41 fBuffer(NULL),
55 fBuffer(NULL),
80 if (fBuffer != NULL && fBufferSize != bufferSize) {
82 fBuffer = NULL;
90 fIsNull = path == NULL;
92 if (path != NULL || !fLazy) {
114 other.fBuffer = NULL;
126 if (fBuffer != NULL || (fLaz
[all...]
/haiku/src/add-ons/kernel/network/stack/
H A Dancillary_data.cpp51 if (container == NULL)
55 if (data->destructor != NULL)
67 \param data If not \c NULL, the data are copied into the allocated storage.
68 \param destructor If not \c NULL, this function will be invoked with the
80 if (header == NULL)
88 if (dataBuffer == NULL)
98 if (data != NULL)
101 if (_allocatedData != NULL)
125 if (data == NULL)
132 if (destroy && ancillaryData->destructor != NULL) {
[all...]
/haiku/src/kits/debugger/jobs/
H A DExpressionEvaluationJob.cpp39 fManager(NULL),
40 fResultValue(NULL)
45 if (fFrame != NULL)
47 if (fThread != NULL)
56 if (fFrame != NULL)
58 if (fThread != NULL)
60 if (fManager != NULL)
62 if (fResultValue != NULL)
79 if (fFrame != NULL && fManager == NULL) {
[all...]
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetservbyname_r.c58 return NULL;
70 return NULL;
71 if (proto != NULL) {
74 return NULL;
78 return NULL;
87 return NULL;
90 return NULL;
96 return NULL;
98 return NULL;
102 return NULL;
[all...]

Completed in 364 milliseconds

1234567891011>>