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

<<11121314151617181920>>

/external/compiler-rt/lib/tsan/output_tests/
H A Dsimple_stack.c28 return NULL;
33 return NULL;
37 pthread_create(t, NULL, f, NULL);
44 pthread_join(t[0], NULL);
45 pthread_join(t[1], NULL);
/external/dbus/dbus/
H A Ddbus-spawn-win.c97 if (sitter == NULL)
98 return NULL;
102 sitter->start_sync_event = CreateEvent (NULL, FALSE, FALSE, NULL);
103 if (sitter->start_sync_event == NULL)
106 return NULL;
110 sitter->end_sync_event = CreateEvent (NULL, FALSE, FALSE, NULL);
111 if (sitter->end_sync_event == NULL)
114 return NULL;
[all...]
/external/dhcpcd/compat/
H A Dgetline.c47 if (buf == NULL || buflen == NULL) {
51 if (*buf == NULL)
58 if (*buf == NULL || bytes != 0) {
61 if (newbuf == NULL)
68 if (fgets(p, BUFSIZ, fp) == NULL)
/external/dropbear/libtomcrypt/src/encauth/ocb/
H A Docb_done_decrypt.c40 LTC_ARGCHK(ocb != NULL);
41 LTC_ARGCHK(pt != NULL);
42 LTC_ARGCHK(ct != NULL);
43 LTC_ARGCHK(tag != NULL);
44 LTC_ARGCHK(stat != NULL);
51 if (tagbuf == NULL) {
/external/dropbear/libtomcrypt/src/mac/hmac/
H A Dhmac_memory.c39 LTC_ARGCHK(key != NULL);
40 LTC_ARGCHK(in != NULL);
41 LTC_ARGCHK(out != NULL);
42 LTC_ARGCHK(outlen != NULL);
50 if (hash_descriptor[hash].hmac_block != NULL) {
57 if (hmac == NULL) {
/external/dropbear/libtomcrypt/src/mac/omac/
H A Domac_memory.c39 LTC_ARGCHK(key != NULL);
40 LTC_ARGCHK(in != NULL);
41 LTC_ARGCHK(out != NULL);
42 LTC_ARGCHK(outlen != NULL);
50 if (cipher_descriptor[cipher].omac_memory != NULL) {
56 if (omac == NULL) {
/external/elfutils/libdw/
H A Ddwarf_begin.c69 Dwarf *result = NULL;
85 return NULL;
95 elf = elf_begin (fd, elfcmd, NULL);
96 if (elf == NULL)
117 result = INTUSE(dwarf_begin_elf) (elf, cmd, NULL);
120 if (result == NULL)
/external/ipsec-tools/src/racoon/
H A Disakmp_newg.c75 struct isakmp_pl_hash *hash = NULL;
76 struct isakmp_pl_sa *sa = NULL;
89 vchar_t *pbuf = NULL;
92 if ((pbuf = isakmp_parse(msg)) == NULL)
102 isakmp_info_send_n1(iph1, ISAKMP_NTYPE_INVALID_PAYLOAD_TYPE, NULL);
113 isakmp_info_send_n1(iph1, ISAKMP_NTYPE_INVALID_PAYLOAD_TYPE, NULL);
126 isakmp_info_send_n1(iph1, ISAKMP_NTYPE_INVALID_PAYLOAD_TYPE, NULL);
138 isakmp_info_send_n1(iph1, ISAKMP_NTYPE_INVALID_PAYLOAD_TYPE, NULL);
148 vchar_t *my_hash = NULL;
151 plog(LLV_DEBUG, LOCATION, NULL, "validat
[all...]
/external/linux-tools-perf/
H A Dbuiltin-list.c22 print_events(NULL);
30 print_tracepoint_events(NULL, NULL);
39 print_hwcache_events(NULL);
44 if (sep == NULL) {
50 if (s == NULL)
/external/llvm/include/llvm/CodeGen/
H A DLinkAllCodegenComponents.h42 (void) llvm::createBURRListDAGScheduler(NULL, llvm::CodeGenOpt::Default);
43 (void) llvm::createSourceListDAGScheduler(NULL,llvm::CodeGenOpt::Default);
44 (void) llvm::createHybridListDAGScheduler(NULL,llvm::CodeGenOpt::Default);
45 (void) llvm::createFastDAGScheduler(NULL, llvm::CodeGenOpt::Default);
46 (void) llvm::createDefaultScheduler(NULL, llvm::CodeGenOpt::Default);
47 (void) llvm::createVLIWDAGScheduler(NULL, llvm::CodeGenOpt::Default);
/external/openssl/crypto/pem/
H A Dpem_oth.c73 const unsigned char *p=NULL;
74 unsigned char *data=NULL;
76 char *ret=NULL;
78 if (!PEM_bytes_read_bio(&data, &len, NULL, name, bp, cb, u))
79 return NULL;
82 if (ret == NULL)
/external/qemu/distrib/libpng-1.2.19/
H A Dpngget.c19 if (png_ptr != NULL && info_ptr != NULL)
28 if (png_ptr != NULL && info_ptr != NULL)
38 if (png_ptr != NULL && info_ptr != NULL)
50 if (png_ptr != NULL && info_ptr != NULL)
60 if (png_ptr != NULL && info_ptr != NULL)
[all...]
/external/qemu/distrib/sdl-1.2.15/src/timer/symbian/
H A DSDL_systimer.cpp66 static SDL_Thread *timer = NULL;
84 if(timer != NULL)
87 timer = SDL_CreateThread(RunTimer, NULL);
88 if ( timer == NULL )
98 SDL_WaitThread(timer, NULL);
99 timer = NULL;
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestloadso.c16 const char *libname = NULL;
17 const char *symname = NULL;
18 void *lib = NULL;
19 fntype fn = NULL;
44 if (lib == NULL) {
50 if (fn == NULL) {
/external/skia/src/animator/
H A DSkTextToPath.cpp29 SkTextToPath::SkTextToPath() : paint(NULL), path(NULL), text(NULL) {
38 if (paint == NULL || path == NULL || text == NULL) {
/external/valgrind/main/drd/tests/
H A Dpth_cleanup_handler.c31 pthread_cleanup_push(cleanup_handler, NULL);
44 if (pthread_mutex_init(&s_mutex, NULL) != 0)
49 if (pthread_create(&pt1, NULL, f, NULL) != 0)
54 if (pthread_create(&pt2, NULL, f, NULL) != 0)
/external/libpng/
H A Dpngget.c23 if (png_ptr != NULL && info_ptr != NULL)
33 if (png_ptr != NULL && info_ptr != NULL)
44 if (png_ptr != NULL && info_ptr != NULL)
57 if (png_ptr != NULL && info_ptr != NULL)
66 if (png_ptr != NULL && info_ptr != NULL)
[all...]
/external/libxslt/libxslt/
H A Dxsltutils.c78 * Returns the attribute value or NULL if not found. The string is allocated
90 if ((node == NULL) || (style == NULL) || (style->dict == NULL))
91 return(NULL);
94 if (nameSpace == NULL) {
97 while (prop != NULL) {
104 (((prop->ns == NULL) && (node->ns != NULL) &&
106 ((prop->ns != NULL)
[all...]
H A Dtransform.c123 if (ctxt->templTab == NULL) {
134 if (ctxt->templTab == NULL) {
201 ctxt->vars = NULL;
228 ctxt->vars = NULL;
247 if (ctxt->profTab == NULL) {
257 if (ctxt->profTab == NULL) {
357 if (ret == NULL) {
358 xsltTransformError(NULL, NULL, NULL,
[all...]
H A Dsecurity.c73 static xsltSecurityPrefsPtr xsltDefaultSecurityPrefs = NULL;
86 * Returns a pointer to the new block or NULL in case of error
95 if (ret == NULL) {
96 xsltTransformError(NULL, NULL, NULL,
98 return(NULL);
112 if (sec == NULL)
131 if (sec == NULL)
155 * Returns NULL i
[all...]
/external/srec/portable/src/
H A Dphashtable.c81 if (table == NULL ||
82 (args != NULL && args->maxLoadFactor <= 0.0))
86 if ((tmp = NEW(PHashTable, memTag)) == NULL)
89 if (args == NULL)
108 if (tmp->entries == NULL)
116 tmp->entries[--i] = NULL;
122 tmp->freeList = NULL;
123 tmp->entryBlock = NULL;
133 if (table == NULL)
137 while (block != NULL)
[all...]
/external/openssl/crypto/x509/
H A Dby_file.c76 NULL, /* new */
77 NULL, /* free */
78 NULL, /* init */
79 NULL, /* shutdown */
81 NULL, /* get_by_subject */
82 NULL, /* get_by_issuer_serial */
83 NULL, /* get_by_fingerprint */
84 NULL, /* get_by_alias */
133 BIO *in=NULL;
135 X509 *x=NULL;
[all...]
/external/chromium/base/
H A Dcallback_internal.cc11 return invoker_storage_.get() == NULL;
15 invoker_storage_ = NULL;
16 polymorphic_invoke_ = NULL;
H A Dsys_info_freebsd.cc16 sysctlbyname("vm.stats.vm.v_page_count", &pages, &size, NULL, 0);
17 sysctlbyname("vm.stats.vm.v_page_size", &page_size, &size, NULL, 0);
29 sysctlbyname("kern.ipc.shmmax", &limit, &size, NULL, 0);
/external/chromium/chrome/browser/chromeos/login/
H A Duser_controller_unittest.cc16 UserController guest_user_controller(NULL, false);
20 UserController new_user_controller(NULL, true);
26 UserController existing_user_controller(NULL, existing_user);

Completed in 606 milliseconds

<<11121314151617181920>>