Searched refs:NULL (Results 176 - 200 of 19694) sorted by relevance

1234567891011>>

/external/compiler-rt/test/tsan/
H A Dmop_with_offset2.cc8 return NULL;
15 return NULL;
24 pthread_create(&t[0], NULL, Thread1, data);
25 pthread_create(&t[1], NULL, Thread2, data);
26 pthread_join(t[0], NULL);
27 pthread_join(t[1], NULL);
/external/curl/lib/
H A Dwildcard.c49 wc->tmp = NULL;
51 DEBUGASSERT(wc->tmp == NULL);
53 Curl_llist_destroy(&wc->filelist, NULL);
57 wc->path = NULL;
59 wc->pattern = NULL;
61 wc->customptr = NULL;
/external/elfutils/libasm/
H A Ddisasm_begin.c43 if (ebl == NULL)
44 return NULL;
46 if (ebl->disasm == NULL)
49 return NULL;
53 if (ctx == NULL)
56 return NULL;
/external/elfutils/libdw/
H A Ddwarf_getstring.c41 if (dbg == NULL)
42 return NULL;
44 if (dbg->sectiondata[IDX_debug_str] == NULL
49 return NULL;
56 if (endp == NULL)
59 if (lenp != NULL)
/external/elfutils/libelf/
H A Delf_getarhdr.c44 if (elf == NULL)
45 return NULL;
50 if (parent == NULL)
53 return NULL;
57 if (parent->state.ar.elf_ar_hdr.ar_name == NULL
66 return NULL;
H A Delf_rawfile.c45 if (elf == NULL)
50 if (ptr != NULL)
52 return NULL;
56 if (elf->map_address == NULL && __libelf_readall (elf) == NULL)
60 if (ptr != NULL)
/external/google-breakpad/src/testing/test/
H A Dgmock_test.cc66 NULL
70 NULL
79 NULL
84 NULL
94 NULL
99 NULL
109 NULL
115 NULL
126 NULL
132 NULL
[all...]
/external/libcap-ng/libcap-ng-0.7/src/test/
H A Dthread_test.c25 return NULL;
43 return NULL;
49 pthread_create(&thread1, NULL, thread1_main, NULL);
50 pthread_create(&thread2, NULL, thread2_main, NULL);
/external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.cons/
H A Ddefault.pass.cpp26 assert(this->eback() == NULL);
27 assert(this->gptr() == NULL);
28 assert(this->egptr() == NULL);
29 assert(this->pbase() == NULL);
30 assert(this->pptr() == NULL);
31 assert(this->epptr() == NULL);
/external/libmicrohttpd/src/testspdy/
H A Dtest_daemon_start_stop_many.c48 NULL,NULL,NULL,NULL,NULL,SPDY_DAEMON_OPTION_END);
50 if(NULL==daemon[j]){
/external/libpcap/missing/
H A Dstrtok_r.c49 if (s == NULL && (s = *last) == NULL)
50 return (NULL);
63 *last = NULL;
64 return (NULL);
78 s = NULL;
/external/ltp/include/
H A Dtst_checkpoint.h24 tst_safe_checkpoint_wait(__FILE__, __LINE__, NULL, id, 0);
27 tst_safe_checkpoint_wait(__FILE__, __LINE__, NULL, id, msec_timeout);
30 tst_safe_checkpoint_wake(__FILE__, __LINE__, NULL, id, 1);
33 tst_safe_checkpoint_wake(__FILE__, __LINE__, NULL, id, nr_wake);
36 tst_safe_checkpoint_wake(__FILE__, __LINE__, NULL, id, 1); \
37 tst_safe_checkpoint_wait(__FILE__, __LINE__, NULL, id, 0);
/external/ltp/testcases/kernel/containers/mountns/
H A Dmountns_helper.h34 tst_brkm(TCONF, NULL, "CLONE_NEWNS not supported");
36 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWNS, dummy_child, NULL);
38 tst_brkm(TCONF | TERRNO, NULL, "CLONE_NEWNS not supported");
39 SAFE_WAIT(NULL, &status);
59 SAFE_TOUCH(cleanup, DIRA"/A", 0, NULL);
60 SAFE_TOUCH(cleanup, DIRB"/B", 0, NULL);
/external/ltp/testcases/kernel/containers/mqns/
H A Dmqns_helper.h40 tst_brkm(TCONF, NULL, "Kernel version is lower than expected");
44 mq_open("/checkmqnsenabled", O_RDWR | O_CREAT | O_EXCL, 0777, NULL);
46 tst_brkm(TCONF, NULL, "mq_open check failed");
51 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, dummy_child, NULL);
53 tst_brkm(TCONF | TERRNO, NULL, "CLONE_NEWIPC not supported");
55 SAFE_WAIT(NULL, &status);
/external/valgrind/helgrind/tests/
H A Dhg01_all_ok.c41 pthread_create(&a, NULL, th, NULL);
42 pthread_create(&b, NULL, th, NULL);
44 pthread_join(a, NULL);
45 pthread_join(b, NULL);
H A Dhg02_deadlock.c35 pthread_create(&a, NULL, t1, NULL);
36 pthread_create(&b, NULL, t2, NULL);
38 pthread_join(a, NULL);
39 pthread_join(b, NULL);
H A Dpth_destroy_cond.c20 return NULL;
25 pthread_mutex_init(&mutex, NULL);
26 pthread_cond_init(&cond, NULL);
29 pthread_create(&thread, NULL, ThreadFunction, (void*) NULL);
35 pthread_join(thread, NULL);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_none.c24 if (name == NULL)
25 return NULL;
29 config = wpa_config_alloc_empty(NULL, NULL);
30 if (config == NULL)
31 return NULL;
/external/tcpdump/
H A Dprint-smb.c28 const u_char *startbuf = NULL;
62 #define DEFDESCRIPT { NULL, NULL, NULL, NULL, NULL }
149 NULL,
151 NULL, NULL }},
153 { NULL, NUL
[all...]
/external/libxml2/
H A Dvalid.c60 xmlGenericErrorFunc channel = NULL;
61 xmlParserCtxtPtr pctxt = NULL;
62 void *data = NULL;
64 if (ctxt != NULL) {
77 __xmlRaiseError(NULL, channel, data,
78 pctxt, NULL, XML_FROM_VALID, XML_ERR_NO_MEMORY,
79 XML_ERR_FATAL, NULL, 0, extra, NULL, NULL, 0, 0,
82 __xmlRaiseError(NULL, channe
311 node->name, NULL, NULL); local
835 elem->name, NULL, NULL); local
849 elem->name, BAD_CAST expr, NULL); local
1870 elem->name, cur->name, NULL); local
4163 attr->name, attr->elem, NULL); local
4174 attr->name, attr->elem, NULL); local
4219 attr->elem, attr->name, NULL); local
4294 elem->name, name, NULL); local
4311 elem->name, name, NULL); local
4334 elem->name, NULL, NULL); local
4344 elem->name, NULL, NULL); local
[all...]
/external/icu/icu4c/source/i18n/
H A Dsmpdtfst.cpp32 SimpleDateFormatStaticSets *gStaticSets = NULL;
36 : fDateIgnorables(NULL),
37 fTimeIgnorables(NULL),
38 fOtherIgnorables(NULL)
45 if (fDateIgnorables == NULL || fTimeIgnorables == NULL || fOtherIgnorables == NULL) {
57 delete fDateIgnorables; fDateIgnorables = NULL;
58 delete fTimeIgnorables; fTimeIgnorables = NULL;
59 delete fOtherIgnorables; fOtherIgnorables = NULL;
[all...]
/external/libmicrohttpd/src/microhttpd/
H A Dtest_daemon.c43 d = MHD_start_daemon (MHD_USE_DEBUG, 0, NULL, NULL, NULL, NULL);
44 if (d != NULL)
81 NULL, &ahc_nothing, NULL, MHD_OPTION_END);
82 if (d == NULL)
98 &apc_all, NULL, &ahc_nothing, NULL, MHD_OPTION_EN
[all...]
H A Dtsearch.c31 if (rootp == NULL)
32 return NULL;
34 while (*rootp != NULL) { /* Knuth's T1: */
50 q->llink = q->rlink = NULL;
64 if (rootp == NULL)
65 return NULL;
67 while (*rootp != NULL) { /* T1: */
76 return NULL;
94 if (rootp == NULL || (p = *rootp) == NULL)
[all...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old_handlers_wps.c31 char *arg_bssid = NULL;
35 if (!dbus_message_get_args(message, NULL, DBUS_TYPE_STRING, &arg_bssid,
37 return wpas_dbus_new_invalid_opts_error(message, NULL);
40 ret = wpas_wps_start_pbc(wpa_s, NULL, 0);
70 DBusMessage *reply = NULL;
72 char *pin = NULL;
73 u8 bssid[ETH_ALEN], *_bssid = NULL;
77 if (!dbus_message_get_args(message, NULL, DBUS_TYPE_STRING, &arg_bssid,
79 return wpas_dbus_new_invalid_opts_error(message, NULL);
82 _bssid = NULL;
[all...]
/external/ltp/testcases/kernel/pty/
H A Dpty01.c82 masterfd = SAFE_OPEN(NULL, MASTERCLONE, O_RDWR);
85 if (slavename == NULL) {
86 tst_brkm(TBROK | TERRNO, NULL, "ptsname() call failed");
90 tst_brkm(TBROK | TERRNO, NULL, "grantpt() call failed");
94 tst_brkm(TBROK | TERRNO, NULL, "stat(%s) failed", slavename);
97 tst_brkm(TBROK, NULL, "uid mismatch");
103 tst_brkm(TBROK, NULL, "mode mismatch (mode=%o)", st.st_mode);
109 tst_brkm(TBROK, NULL, "open didn't fail as expected!");
113 tst_brkm(TBROK | TERRNO, NULL, "unlockpt() failed");
116 slavefd = SAFE_OPEN(NULL, slavenam
[all...]

Completed in 1082 milliseconds

1234567891011>>