Searched refs:NULL (Results 326 - 350 of 5974) sorted by relevance

<<11121314151617181920>>

/haiku/src/kits/interface/
H A DIcon.cpp76 BBitmap* trimmedBitmap = NULL;
87 if (rgb32Bitmap != NULL) {
134 if (!list.AddItem((BBitmap*)NULL))
155 if (bitmap == NULL || !bitmap->IsValid() || !SetBitmap(bitmap, which)) {
157 return NULL;
167 BBitmap* ourBitmap = NULL;
168 if (bitmap != NULL) {
176 if (ourBitmap == NULL)
195 if (bitmap == NULL || !bitmap->IsValid() || !SetBitmap(bitmap, which)) {
197 return NULL;
[all...]
/haiku/src/system/runtime_loader/
H A Delf_symbol_lookup.cpp29 \param name The name to check against. Can be NULL, in which case \c false
31 \return \c true, iff \a name is non-NULL and matches the name of \a image.
36 if (name == NULL)
40 return strcmp(image->name, lastSlash != NULL ? lastSlash + 1 : name) == 0;
71 while (patcher != NULL && *symbol != 0) {
73 patcher->patcher(patcher->cookie, NULL, image, name, &inImage,
84 if (*foundInImage != NULL)
88 while (patcher != NULL) {
111 return NULL;
113 elf_sym* versionedSymbol = NULL;
[all...]
/haiku/src/system/libnetwork/netresolv/net/
H A Dhesiod.c112 assert(context != NULL);
123 configname = NULL;
136 p = NULL;
178 assert(context != NULL);
195 char bindname[MAXDNAME], *p, *ret, **rhs_list = NULL;
199 assert(context != NULL);
200 assert(name != NULL);
201 assert(type != NULL);
205 return NULL;
223 return NULL;
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCCallbackServer.cpp22 CallbackServer* gRPCCallbackServer = NULL;
23 CallbackServer* gRPCCallbackServer6 = NULL;
28 fConnectionList(NULL),
29 fListener(NULL),
31 fCallbackArray(NULL),
36 mutex_init(&fConnectionLock, NULL);
37 mutex_init(&fThreadLock, NULL);
38 rw_lock_init(&fArrayLock, NULL);
56 ASSERT(server != NULL);
70 return NULL;
[all...]
/haiku/src/system/boot/loader/net/
H A DUDP.cpp33 fNext(NULL),
34 fData(NULL),
50 if (data == NULL)
55 if (fData == NULL)
131 fFirstPacket(NULL),
132 fLastPacket(NULL),
141 if (fPort != 0 && fUDPService != NULL)
149 if (fUDPService == NULL) {
181 fUDPService = NULL;
191 if (fUDPService == NULL)
[all...]
/haiku/src/system/kernel/
H A DUserTimer.cpp47 team(NULL),
48 thread(NULL)
64 if (thread != NULL) {
81 if (thread == NULL)
87 UserTimer* timer = thread != NULL
89 if (timer == NULL)
98 if (thread != NULL) {
100 thread = NULL;
102 if (team != NULL) {
104 team = NULL;
[all...]
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.cpp107 fAccelerantHook(NULL),
108 fEngineToken(NULL),
112 fAccGetModeCount(NULL),
113 fAccGetModeList(NULL),
114 fAccGetFrameBufferConfig(NULL),
115 fAccSetDisplayMode(NULL),
116 fAccGetDisplayMode(NULL),
117 fAccGetPixelClockLimits(NULL),
120 fAccAcquireEngine(NULL),
121 fAccReleaseEngine(NULL),
[all...]
/haiku/headers/build/os/app/
H A DLooper.h18 BLooper(const char* name = NULL,
/haiku/headers/private/locale/
H A DEditableCatalog.h28 const char* context = NULL,
29 const char* comment = NULL);
36 status_t ReadFromFile(const char* path = NULL);
41 status_t WriteToFile(const char* path = NULL);
/haiku/headers/private/userlandfs/private/
H A DAreaSupport.h11 int32* offset, void** areaBaseAddress = NULL);
/haiku/src/add-ons/input_server/methods/pen/
H A DDumpMessage.h7 status_t DumpMessageToStream(BMessage *message, BDataIO &stream, int tabCount = 0, BMessage *names = NULL);
/haiku/src/add-ons/kernel/debugger/bochs/
H A Dbochs.cpp60 NULL,
61 NULL,
63 NULL
68 NULL
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequestHandler.cpp7 : fPort(NULL),
/haiku/src/apps/debuganalyzer/gui/
H A DAbstractGeneralPage.h19 BStringView(NULL, text)
31 BStringView(NULL, "")
38 BStringView(NULL, text)
52 const char* text = NULL);
/haiku/src/bin/unzip/
H A Denvargs.c62 if ((envptr = getenv(envstr)) != (char *)NULL) /* usual var */
65 if (envptr == (char *)NULL || *envptr == '\0')
66 if ((envptr = getenv(envstr2)) != (char *)NULL) /* alternate var */
69 if (envptr == (char *)NULL || *envptr == '\0')
73 if (bufptr == (char *)NULL)
96 if (argv == (char **)NULL) {
120 while ((argstart = MBSCHR(argstart, '\\')) != (char *)NULL) {
167 /* finally, add a NULL after the last arg, like Unix */
168 *argv = (char *)NULL;
291 if (environ == NULL || argc
[all...]
/haiku/src/system/kernel/device_manager/
H A DIOScheduler.cpp18 fName(NULL),
20 fIOCallback(NULL),
21 fIOCallbackData(NULL),
40 if (fName == NULL)
/haiku/src/system/kernel/vm/
H A DVMUserArea.cpp32 if (area == NULL)
33 return NULL;
38 return NULL;
51 if (area != NULL) {
/haiku/src/system/libroot/posix/glibc/libio/
H A Diofflush_u.c35 if (fp == NULL)
H A Diofopen64.c42 return NULL;
H A Dvscanf.c38 return INTUSE(_IO_vfscanf) (_IO_stdin, format, args, NULL);
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dlrand48_r.c28 if (buffer == NULL)
H A Dmrand48_r.c28 if (buffer == NULL)
/haiku/src/system/libroot/posix/signal/
H A Draise.c22 RETURN_AND_SET_ERRNO(send_signal(find_thread(NULL), sig));
H A Dsend_signal.c19 return _kern_send_signal(thread, sig, NULL, SIGNAL_FLAG_SEND_TO_THREAD);
/haiku/src/system/libroot/posix/stdio/
H A D__freading.cpp16 && stream->_IO_read_base != NULL);

Completed in 355 milliseconds

<<11121314151617181920>>