Searched refs:NULL (Results 126 - 150 of 5974) sorted by relevance

1234567891011>>

/haiku/src/system/libroot/posix/glibc/libio/
H A Dvwscanf.c36 return _IO_vfwscanf (_IO_stdin, format, args, NULL);
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dtmpfile.c38 be opened, NULL is returned. */
46 if (__path_search (buf, FILENAME_MAX, NULL, "tmpf", 0))
47 return NULL;
50 return NULL;
56 if ((f = __fdopen (fd, "w+b")) == NULL)
/haiku/src/system/libroot/posix/
H A Dlibgen.cpp16 if (filepath == NULL || filepath[0] == '\0')
26 if (last == NULL)
41 if (filepath == NULL || filepath[0] == '\0')
51 if (last == NULL)
/haiku/src/system/libroot/posix/signal/
H A Dsiginterrupt.cpp18 __sigaction_beos(signal, NULL, &action);
24 return __sigaction_beos(signal, &action, NULL);
32 sigaction(signal, NULL, &action);
38 return sigaction(signal, &action, NULL);
H A Dsigwaitinfo.cpp13 return sigtimedwait(set, info, NULL);
/haiku/src/tests/add-ons/print/ppd/parser/
H A DPPDParser.cpp27 {"DefaultImageableArea", NULL},
28 {"DefaultPageRegion", NULL},
29 {"DefaultPageSize", NULL},
30 {"DefaultPaperDimension", NULL},
32 // {"FileVersion", NULL},
34 // {"FormatVersion", NULL},
35 {"ImageableArea", NULL},
38 {"LanguageVersion", NULL},
40 {"ModelName", NULL},
41 {"NickName", NULL},
[all...]
/haiku/src/tests/add-ons/print/ppd/test/
H A DTestParser.cpp26 if (statement != NULL) {
30 } while (statement != NULL);
37 BStopWatch* stopWatch = NULL;
45 return NULL;
52 if (ppd == NULL) {
53 fprintf(stderr, "Parser returned NULL\n");
55 return NULL;
64 if (ppd == NULL) return;
84 if (label != NULL) {
88 if (arg != NULL) {
[all...]
/haiku/src/tests/kits/app/bapplication/testapps/
H A DBApplicationTestApp1.cpp10 BApplication app((const char*)NULL);
H A DBApplicationTestApp2a.cpp10 BApplication app("no valid MIME string", NULL);
H A DBApplicationTestApp3a.cpp10 BApplication app("image/gif", NULL);
H A DBApplicationTestApp4a.cpp10 BApplication app("application/x-vnd.obos-bapplication-testapp4", NULL);
H A DBApplicationTestApp5a.cpp10 BApplication app("application/x-vnd.obos-bapplication-testapp5", NULL);
/haiku/src/tests/system/libroot/posix/
H A Dclearenv.cpp28 if (getenv("TEST_VARIABLE") != NULL)
39 environ = NULL;
43 environ[0] = NULL;
46 static char* emptyEnv[1] = {NULL};
H A Dtls_concurrency_test.c15 return NULL;
23 errno = pthread_create(&thr[j], NULL, thread, NULL);
28 errno = pthread_join(thr[j], NULL);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DVnodeToInode.cpp16 if (fInode == NULL) {
19 fInode = NULL;
41 if (fInode != NULL && !IsRoot()) {
46 fInode = NULL;
H A DNFS4Object.h22 RPC::Server* server, OpenStateCookie* cookie = NULL,
23 OpenState* state = NULL, uint32* sequence = NULL);
40 fFileSystem(NULL)
/haiku/src/add-ons/kernel/file_systems/packagefs/resolvables/
H A DDependency.cpp20 fFamily(NULL),
21 fResolvable(NULL),
24 fVersion(NULL),
45 if (strchr(name, ':') != NULL) {
47 if (fileName == NULL)
78 if (fVersion == NULL)
81 return resolvableVersion != NULL
89 if (fVersion == NULL)
98 return resolvableVersion != NULL
/haiku/src/preferences/keymap/
H A DKeymapListItem.cpp16 BStringItem(name != NULL ? name : keymap.name),
/haiku/src/kits/package/hpkg/
H A DPackageReader.cpp38 if (fImpl == NULL)
48 if (fImpl == NULL)
58 if (fImpl == NULL)
68 if (fImpl == NULL)
78 if (fImpl == NULL)
88 if (fImpl == NULL)
89 return NULL;
99 return fImpl != NULL ? fImpl->HeapReader() : NULL;
/haiku/src/kits/interface/
H A DScreen.cpp42 return fScreen != NULL && fScreen->IsValid();
49 if (fScreen != NULL) {
51 if (screen != NULL) {
63 if (fScreen != NULL)
73 if (fScreen != NULL)
83 if (fScreen != NULL) {
102 if (fScreen != NULL)
112 if (fScreen != NULL)
122 if (fScreen != NULL)
132 if (fScreen != NULL)
[all...]
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dpcpu.h15 #define curthread ((struct thread*)NULL)
20 NULL will show us when other uses appear. */
/haiku/src/kits/debugger/debug_info/
H A DFunctionInstance.cpp21 fFunction(NULL),
23 fSourceCode(NULL),
34 SetFunction(NULL);
35 SetSourceCode(NULL, FUNCTION_SOURCE_NOT_LOADED);
57 if (fFunction != NULL)
62 if (fFunction != NULL)
74 if (fSourceCode != NULL)
80 if (fSourceCode != NULL)
83 if (fFunction != NULL)
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_attr.c30 if (_attr == NULL)
34 if (attr == NULL)
41 attr->stack_address = NULL;
53 if (_attr == NULL || (attr = *_attr) == NULL)
56 *_attr = NULL;
68 if (_attr == NULL || (attr = *_attr) == NULL || state == NULL)
82 if (_attr == NULL || (att
[all...]
/haiku/src/system/libroot/posix/wchar/
H A Dmbsinit.c12 return ps == NULL || ps->count == 0;
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DSettings.h25 #define TRACE_STATE(x...) usb_davicom_trace(gTraceState, NULL, x)
26 #define TRACE_STATS(x...) usb_davicom_trace(gTraceStats, NULL, x)
27 #define TRACE_RX(x...) usb_davicom_trace(gTraceRX, NULL, x)
28 #define TRACE_TX(x...) usb_davicom_trace(gTraceTX, NULL, x)

Completed in 104 milliseconds

1234567891011>>