Searched refs:NULL (Results 626 - 650 of 5975) sorted by relevance

<<21222324252627282930>>

/haiku/src/tests/system/runtime_loader/test_suite/
H A Ddlopen_lookup_order258 if (libb == NULL) {
64 if (liba == NULL) {
69 self = dlopen(NULL, RTLD_NOW | RTLD_GLOBAL);
70 if (self == NULL) {
76 if (a == NULL) {
H A Ddlopen_lookup_order458 if (libb == NULL) {
64 if (liba == NULL) {
69 self = dlopen(NULL, RTLD_NOW | RTLD_GLOBAL);
70 if (self == NULL) {
76 if (a == NULL) {
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCCall.cpp29 ASSERT(creds != NULL);
30 ASSERT(ver != NULL);
33 if (call == NULL)
34 return NULL;
54 return NULL;
/haiku/headers/private/package/hpkg/
H A DPoolBuffer.h55 fBuffer(NULL)
62 fOwner(NULL),
69 if (fPool != NULL) {
70 if (fOwner != NULL)
72 else if (fBuffer != NULL)
/haiku/src/add-ons/kernel/file_systems/packagefs/resolvables/
H A DResolvableFamily.cpp21 Resolvable* otherResolvable = NULL;
23 (otherResolvable = it.Next()) != NULL;) {
35 while ((resolvable = fResolvables.GetNext(resolvable)) != NULL)
44 resolvable->SetFamily(NULL);
60 Version* compatibleVersion = resolvable->CompatibleVersion() != NULL
/haiku/src/kits/storage/mime/
H A Dnames.h72 { "English", "text/plain", NULL },
83 { NULL, NULL, NULL }
190 {NULL, 0}
/haiku/src/system/kernel/arch/x86/paging/
H A DX86VMTranslationMap.cpp29 fPageMapper(NULL),
109 NULL, SMP_MSG_FLAG_SYNC);
121 0, 0, 0, NULL, SMP_MSG_FLAG_SYNC);
132 (addr_t)fInvalidPages, fInvalidPagesCount, 0, NULL,
141 (addr_t)fInvalidPages, fInvalidPagesCount, 0, NULL,
/haiku/src/system/kernel/arch/arm/paging/
H A DARMVMTranslationMap.cpp29 fPageMapper(NULL),
109 NULL, SMP_MSG_FLAG_SYNC);
121 0, 0, 0, NULL, SMP_MSG_FLAG_SYNC);
132 (addr_t)fInvalidPages, fInvalidPagesCount, 0, NULL,
141 (addr_t)fInvalidPages, fInvalidPagesCount, 0, NULL,
/haiku/headers/os/support/
H A DAutolock.h35 fLocker(NULL),
46 fLooper(NULL),
56 fLooper(NULL),
82 if (fLooper != NULL)
98 if (fLooper != NULL)
/haiku/src/add-ons/screen_savers/gravity/
H A DGravity.cpp27 fGravityView(NULL),
28 fConfigView(NULL)
30 srand(time(NULL));
77 if (fGravityView != NULL)
85 if (fGravityView != NULL) {
/haiku/src/apps/terminal/
H A DPatternEvaluator.cpp33 if (placeholder != NULL)
46 before.SetTo(NULL);
50 if (placeholder == NULL)
72 before.SetTo(NULL);
106 before.SetTo(NULL);
/haiku/src/apps/text_search/
H A DGrepListView.cpp34 if (item == NULL)
42 return NULL;
51 if (item == NULL)
52 return NULL;
66 item = NULL;
/haiku/src/apps/poorman/
H A DPoorManSiteView.cpp17 : BView(name, B_WILL_DRAW, NULL)
39 fWebDir = new BTextControl(STR_TXT_DIRECTORY, NULL, NULL);
47 fIndexFileName = new BTextControl(STR_TXT_INDEX, NULL, NULL);
/haiku/src/kits/translation/
H A DTranslator.cpp18 fOwningRoster(NULL),
38 return NULL;
48 \return NULL, if the object was just deleted
56 if (fOwningRoster == NULL) {
58 return NULL;
71 return NULL;
/haiku/src/system/kernel/arch/m68k/paging/
H A DM68KVMTranslationMap.cpp29 fPageMapper(NULL),
109 NULL, SMP_MSG_FLAG_SYNC);
121 0, 0, 0, NULL, SMP_MSG_FLAG_SYNC);
132 (addr_t)fInvalidPages, fInvalidPagesCount, 0, NULL,
141 (addr_t)fInvalidPages, fInvalidPagesCount, 0, NULL,
/haiku/src/kits/media/
H A DMediaEncoder.cpp25 fEncoder(NULL),
34 fEncoder(NULL),
44 fEncoder(NULL),
75 if (outputFormat == NULL)
80 if (fEncoder != NULL && err == B_OK) {
98 if (fEncoder != NULL && err == B_OK) {
123 if (outputFormat != NULL)
149 if (fEncoder == NULL)
161 if (fEncoder == NULL)
177 if (fEncoder == NULL)
[all...]
/haiku/src/kits/midi/
H A DMidiSettings.cpp25 if (settings == NULL)
35 if (handle == NULL)
38 const char* soundfont = get_driver_parameter(handle, "soundfont", NULL,
39 NULL);
40 if (soundfont == NULL) {
/haiku/src/kits/network/libnetapi/
H A DNetworkAddressResolver.cpp45 fInfo(NULL),
55 fInfo(NULL),
65 fInfo(NULL),
76 fInfo(NULL),
87 fInfo(NULL),
110 if (fInfo != NULL) {
112 fInfo = NULL;
140 return SetTo(family, address, port != 0 ? service.String() : NULL, flags);
155 if (!strip_port(hostString, portString) && service != NULL)
167 if (host == NULL
[all...]
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DWAVInputSource.h17 CInputSource(CIO * pIO, WAVEFORMATEX * pwfeSource, int * pTotalBlocks, int * pHeaderBytes, int * pTerminatingBytes, int * pErrorCode = NULL) { } argument
18 CInputSource(const char* pSourceName, WAVEFORMATEX * pwfeSource, int * pTotalBlocks, int * pHeaderBytes, int * pTerminatingBytes, int * pErrorCode = NULL) { } argument
37 CWAVInputSource(CIO * pIO, WAVEFORMATEX * pwfeSource, int * pTotalBlocks, int * pHeaderBytes, int * pTerminatingBytes, int * pErrorCode = NULL);
38 CWAVInputSource(const char* pSourceName, WAVEFORMATEX * pwfeSource, int * pTotalBlocks, int * pHeaderBytes, int * pTerminatingBytes, int * pErrorCode = NULL);
66 DLLEXPORT CInputSource* __stdcall CreateInputSource(const char* pSourceName, WAVEFORMATEX * pwfeSource, int * pTotalBlocks, int * pHeaderBytes, int * pTerminatingBytes, int * pErrorCode = NULL);
/haiku/src/tests/add-ons/translators/tifftranslator/
H A DTIFFTranslatorTest.cpp98 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti) == B_OK);
107 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti, 0, NULL,
117 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti, 0, NULL,
144 result = proster->Identify(&wronginput, NULL, &ti, 0,
145 NULL, B_TRANSLATOR_TEXT);
152 result = proster->Identify(&wronginput, NULL, &ti);
228 proster = NULL;
257 CPPUNIT_ASSERT(proster->Translate(&tiff_file, NULL, NUL
[all...]
/haiku/src/tests/system/network/posixnet/
H A DGetAddrInfo.cpp36 int result = getaddrinfo("", NULL, &hint, &info);
49 struct addrinfo *info = NULL, hints = {0};
53 int result = getaddrinfo("localhost", NULL, &hints, &info);
55 CPPUNIT_ASSERT(info != NULL);
58 for (struct addrinfo* iter = info; iter != NULL; iter = iter->ai_next) {
/haiku/src/add-ons/accelerants/3dfx/
H A Doverlay.cpp74 return NULL;
93 OverlayBuffer* prevOvBuff = NULL;
101 while (ovBuff != NULL) {
117 if (ovBuff == NULL) {
132 return NULL; // insufficient space for buffer
135 nextOvBuff = NULL;
139 if (ovBuff == NULL) {
141 return NULL; // memory not available for OverlayBuffer struct
154 if (prevOvBuff == NULL)
173 if (buffer == NULL)
[all...]
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DScrollBarTest.cpp35 : Test("ScrollBar", NULL),
36 fScrollBar(new BScrollBar("scroll bar", NULL, 0, 100, B_HORIZONTAL)),
37 fOrientationRadioGroup(NULL)
111 if (fOrientationRadioGroup == NULL)
119 View* parent = (selectedButton ? selectedButton->Parent() : NULL);
/haiku/src/kits/locale/
H A DTimeZone.cpp45 fICUTimeZone(NULL),
46 fICULocale(NULL),
56 fICUTimeZone(other.fICUTimeZone == NULL
57 ? NULL
59 fICULocale(other.fICULocale == NULL
60 ? NULL
85 fICUTimeZone = source.fICUTimeZone == NULL
86 ? NULL
88 fICULocale = source.fICULocale == NULL
89 ? NULL
[all...]
/haiku/src/tests/apps/installer/
H A DCopyEngine.cpp30 fPackages(NULL),
77 PartitionMenuItem *item = new PartitionMenuItem(NULL, "boot", NULL, new BMessage(SRC_PARTITION), 0);
80 PartitionMenuItem *item2 = new PartitionMenuItem(NULL, "target", NULL, new BMessage(TARGET_PARTITION), 0);

Completed in 138 milliseconds

<<21222324252627282930>>