Searched refs:NULL (Results 476 - 500 of 5974) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/icon-o-matic/gui/
H A DShapeListView.cpp56 shape(NULL),
65 SetShape(NULL);
126 SimpleListView(frame, name, NULL, B_MULTIPLE_SELECTION_LIST),
128 fShapeContainer(NULL),
129 fStyleContainer(NULL),
130 fPathContainer(NULL),
131 fCommandStack(NULL)
143 if (fShapeContainer != NULL)
158 message.AddPointer("shape", item ? (void*)item->shape : NULL);
223 if (dynamic_cast<PathSourceShape*>(shape) != NULL)
[all...]
/haiku/src/system/kernel/
H A DDPC.cpp47 if (fOwner != NULL)
57 fInQueue(NULL)
73 fCallbackInProgress(NULL),
74 fCallbackDoneCondition(NULL)
119 if (callback == NULL)
156 wait_for_thread(thread, NULL);
169 if (callback->fInQueue != NULL)
189 if (function == NULL)
196 if (callback == NULL)
237 if (fCallbackDoneCondition == NULL)
[all...]
H A DTeamThreadTables.h24 fNext(NULL)
35 return fNext != NULL;
41 if (result != NULL)
50 while (entry != NULL) {
59 fNext = NULL;
94 return element != NULL && (!visibleOnly || element->visible)
95 ? element : NULL;
122 return NULL;
128 if (nextEntry == NULL) {
129 // end of list -- requeue entry at the end and return NULL
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_fs.cpp18 if (fs->ops.getattr == NULL)
28 if (fs->ops.fgetattr == NULL)
37 if (fs->ops.rename == NULL)
46 if (fs->ops.unlink == NULL)
55 if (fs->ops.rmdir == NULL)
64 if (fs->ops.symlink == NULL)
73 if (fs->ops.link == NULL)
83 if (fs->ops.release == NULL)
92 if (fs->ops.open == NULL)
102 if (fs->ops.read == NULL)
[all...]
/haiku/src/tools/opd_to_package_info/
H A Dopd_to_package_info.cpp67 if (strstr(name, "x86") != NULL) {
68 if (strstr(name, "gcc4") != NULL)
74 return NULL;
89 if (fieldName != NULL) {
125 if (defaultValue != NULL)
170 const char* architecture = NULL;
171 const char* version = NULL;
185 NULL);
230 const char* packageInfoName = optind < argc ? argv[optind++] : NULL;
233 if (architecture == NULL) {
[all...]
/haiku/src/system/kernel/debug/
H A Ddebug_heap.cpp39 fParent = NULL;
40 fChild = NULL;
57 if (fChild != NULL)
58 return NULL;
63 if (pool == NULL)
64 return NULL;
69 return NULL;
83 if (fParent != NULL) {
84 fParent->fChild = NULL;
102 return NULL;
[all...]
H A Dsafemode_settings.cpp31 const char* settings = NULL;
33 file != NULL; file = file->next) {
40 if (settings == NULL)
53 if (lineEnd != NULL)
61 const char* nameStart = NULL;
62 const char* nameEnd = NULL;
63 const char* valueStart = NULL;
64 const char* valueEnd = NULL;
65 const char** elementEnd = NULL;
99 if (nameStart == NULL) {
[all...]
/haiku/src/kits/debugger/debug_managers/
H A DValueNodeManager.cpp23 fContainer(NULL),
24 fStackFrame(NULL),
25 fThread(NULL)
27 SetStackFrame(NULL, NULL);
33 SetStackFrame(NULL, NULL);
41 if (fContainer != NULL) {
49 fContainer = NULL;
55 if (fStackFrame == NULL)
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.cpp30 fBodyEntry(NULL),
31 fBlockEntry(NULL),
32 fName(NULL)
43 fBodyEntry(NULL),
44 fBlockEntry(NULL),
45 fName(NULL)
60 return (fBodyEntry != NULL || fBlockEntry != NULL) ? B_OK : B_NO_INIT;
82 return _Find(NULL, index);
89 if (fBodyEntry == NULL
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndex.cpp54 if (self == NULL)
55 return NULL;
198 fCookie(NULL)
226 if (fCookie == NULL)
240 fCookie = NULL;
250 fNodes(NULL),
251 fIteratorsToUpdate(NULL),
252 fIndexer(NULL)
285 fVolume->AddNodeListener(this, NULL);
291 if (fNodes == NULL || fIteratorsToUpdat
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_uipc_mbuf2.c91 * if offp == NULL, the target will start at <retval, 0> on resulting chain.
92 * if offp != NULL, the target will start at <retval, *offp> on resulting chain.
94 * on error return (NULL return value), original "m" will be freed.
106 if (m == NULL)
107 panic("m == NULL in m_pulldown()");
110 return NULL; /* impossible */
123 while (n != NULL && off > 0) {
130 while (n != NULL && n->m_len == 0)
134 return NULL; /* mbuf chain too short */
177 if (o == NULL) {
[all...]
/haiku/src/tests/kits/shared/
H A DDriverSettingsMessageAdapterTest.cpp28 CppUnit::Asserter::failIf(fSettings == NULL,
70 {B_BOOL_TYPE, "bool1", NULL},
71 {B_BOOL_TYPE, "bool2", NULL},
72 {B_BOOL_TYPE, "bool3", NULL},
73 {B_BOOL_TYPE, "bool4", NULL},
74 {B_BOOL_TYPE, "bool5", NULL},
75 {B_BOOL_TYPE, "bool6", NULL},
76 {B_BOOL_TYPE, "bool7", NULL},
77 {B_BOOL_TYPE, "bool8", NULL},
78 {B_BOOL_TYPE, "bool9", NULL},
[all...]
/haiku/src/system/libnetwork/netresolv/dst/
H A Dhmac_link.c84 MD5_CTX *ctx = NULL;
86 if (d_key == NULL || d_key->dk_KEY_struct == NULL)
93 if (ctx == NULL)
107 if (signature == NULL || sig_len < MD5_LEN)
120 if (context == NULL)
152 MD5_CTX *ctx = NULL;
154 if (d_key == NULL || d_key->dk_KEY_struct == NULL)
161 if (ctx == NULL)
[all...]
/haiku/src/kits/debugger/debug_info/
H A DTeamDebugInfo.cpp47 if (key->SourceFile() == NULL)
71 if (key->SourceFile() == NULL)
93 fSourceCode(NULL)
100 SetSourceCode(NULL);
124 if (fSourceCode != NULL)
129 if (fSourceCode != NULL)
167 return NULL;
184 return NULL;
269 fFunctions(NULL),
270 fSourceFiles(NULL),
[all...]
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp71 device_node* owner; // associated node; NULL for temporary allocation
168 const char* subPath = NULL);
175 device_node* previous = NULL);
177 status_t _RegisterDynamic(device_node* previous = NULL);
240 } while (node != NULL && recursive);
242 return NULL;
257 if (attr == NULL)
411 if (end != NULL)
520 while (iterator.HasNext() && last != NULL) {
534 if (attr->name != NULL)
[all...]
/haiku/src/kits/debugger/model/
H A DStackFrameValues.cpp86 fValues(NULL)
93 fValues(NULL)
123 if (fValues == NULL)
136 if (entry == NULL)
148 return fValues->Lookup(Key(variable, (TypeComponentPath*)path)) != NULL;
157 if (entry == NULL) {
159 if (entry == NULL)
172 if (fValues != NULL) {
175 while (entry != NULL) {
182 fValues = NULL;
[all...]
/haiku/src/apps/debugger/util/
H A DSignalSet.h31 SignalSet* oldMask = NULL) const;
33 SignalSet* oldMask = NULL) const;
35 SignalSet* oldMask = NULL) const;
123 oldMask != NULL ? &oldMask->fSignals : NULL);
131 oldMask != NULL ? &oldMask->fSignals : NULL);
139 oldMask != NULL ? &oldMask->fSignals : NULL);
147 pthread_sigmask(SIG_BLOCK, NULL,
[all...]
/haiku/src/preferences/joysticks/
H A DCalibWin.cpp33 fButton12 = new BButton(BRect(213.00,86.00,268.00,105.00),"Button12","Button",NULL);
34 fButton11 = new BButton(BRect(148.00,88.00,206.00,110.00),"Button11","Button",NULL);
35 fButton10 = new BButton(BRect(205.00,168.00,260.00,190.00),"Button10","Button",NULL);
36 fButton9 = new BButton(BRect(213.00,137.00,263.00,163.00),"Button9","Button", NULL);
37 fButton8 = new BButton(BRect(144.00,173.00,189.00,194.00),"Button8","Button",NULL);
38 fButton7 = new BButton(BRect(145.00,145.00,193.00,168.00),"Button7","Button",NULL);
39 fButton6 = new BButton(BRect(217.00,109.00,261.00,131.00),"Button6","Button",NULL);
40 fButton5 = new BButton(BRect(147.00,116.00,194.00,139.00),"Button5","Button",NULL);
41 fButton4 = new BButton(BRect(189.00,263.00,271.00,288.00),"Button4","Button",NULL);
42 fButton3 = new BButton(BRect(17.00,254.00,100.00,284.00),"Button3","Button",NULL);
[all...]
/haiku/src/system/libnetwork/
H A Dinterfaces.cpp69 return NULL;
74 return NULL;
86 return NULL;
93 return NULL;
97 if (interfaces == NULL)
98 return NULL;
105 return NULL;
109 if (interfaceArray == NULL)
110 return NULL;
132 interfaceArray[i].if_name = NULL;
[all...]
/haiku/src/system/boot/loader/net/
H A DNetStack.cpp23 NetStack *NetStack::sNetStack = NULL;
27 : fEthernetInterface(NULL),
28 fEthernetService(NULL),
29 fARPService(NULL),
30 fIPService(NULL),
31 fUDPService(NULL),
32 fTCPService(NULL)
85 if (fTCPService == NULL)
127 if (sNetStack != NULL) {
129 sNetStack = NULL;
[all...]
/haiku/src/servers/media_addon/
H A DMediaFilePlayer.cpp24 return NULL;
39 if (player != NULL) {
47 player = NULL;
50 if (player == NULL) {
67 fSoundPlayer(NULL),
68 fPlayTrack(NULL)
79 if (track == NULL)
91 if (fPlayTrack == NULL) {
97 media_name, PlayFunction, NULL, this);
139 return (fSoundPlayer != NULL
[all...]
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A Dsession.cpp42 DEBUG_INIT_ETC(NULL, ("fd: %d, id: %" B_PRId32 ", offset: %" B_PRIdOFF ", "
54 if (disc != NULL && disc->InitCheck() == B_OK) {
57 if (disc->GetSession(1) != NULL)
73 DEBUG_INIT_ETC(NULL, ("fd: %d, id: %" B_PRId32 ", offset: %" B_PRId64 ", "
84 Session *session = NULL;
102 child->parameters = NULL;
112 DEBUG_INIT_ETC(NULL, ("cookie: %p", cookie));
131 NULL, // free_partition_cookie
132 NULL, // free_partition_content_cookie
137 NULL
[all...]
/haiku/src/tools/
H A Dexec.c23 if (*arg == NULL) {
67 char** args = NULL, *currentArg = NULL;
109 if (argsLen == 0 && (val = strstr(currentArg, "=")) != NULL) {
111 char* newVal = NULL;
117 if (dollar != NULL) {
153 currentArg = NULL;
163 if (args == NULL) {
171 args[argsLen + 1] = NULL;
174 currentArg = NULL;
[all...]
/haiku/src/system/libroot/add-ons/icu/
H A DICUCategoryData.cpp116 ICUThreadLocalStorageValue* tlsValue = NULL;
122 if (tlsValue->converter != NULL) {
131 tlsValue->converter = NULL;
137 if (icuConverter == NULL)
142 ucnv_setToUCallBack(icuConverter, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL,
149 ucnv_setFromUCallBack(icuConverter, UCNV_FROM_U_CALLBACK_STOP, NULL, NULL,
150 NULL,
[all...]
/haiku/src/kits/locale/
H A DTimeUnitFormat.cpp54 fFormatter = NULL;
61 if (fFormatter == NULL) {
79 fFormatter = NULL;
86 if (fFormatter == NULL) {
99 fFormatter(other.fFormatter != NULL
100 ? new TimeUnitFormat(*other.fFormatter) : NULL)
102 if (fFormatter == NULL && other.fFormatter != NULL)
120 if (fFormatter == NULL)
126 if (timeUnitAmount == NULL)
[all...]

Completed in 138 milliseconds

<<11121314151617181920>>