Searched refs:NULL (Results 51 - 75 of 11995) sorted by relevance

1234567891011>>

/external/tcpdump/
H A Dgmpls.c39 { 0, NULL }
52 { 0, NULL }
68 { 0, NULL }
133 { 0, NULL }
143 { 0, NULL}
160 { 0, NULL}
177 { 0, NULL}
188 { 0, NULL }
H A Dprint-smb.c30 const u_char *startbuf = NULL;
64 #define DEFDESCRIPT { NULL, NULL, NULL, NULL, NULL }
150 NULL,
152 NULL, NULL }},
154 { NULL, NUL
[all...]
/external/valgrind/main/memcheck/tests/
H A Ddeep_templates.stdout.exp1 It's not NULL. How DULL.
H A Dnull_socket.c7 // It's legit to have NULL buffers; before the bug was fixed Valgrind
11 if (-1 != accept(99, NULL, 0))
14 if (-1 != recvfrom(0, NULL, 0, 0, NULL, 0))
17 if (-1 != getsockopt(0, 0, 0, NULL, 0))
/external/compiler-rt/lib/tsan/output_tests/
H A Drace_on_mutex.c14 return NULL;
22 return NULL;
27 pthread_create(&t[0], NULL, Thread1, NULL);
28 pthread_create(&t[1], NULL, Thread2, NULL);
29 pthread_join(t[0], NULL);
30 pthread_join(t[1], NULL);
/external/icu4c/i18n/
H A Dsmpdtfst.cpp29 SimpleDateFormatStaticSets *SimpleDateFormatStaticSets::gStaticSets = NULL;
32 : fDateIgnorables(NULL),
33 fTimeIgnorables(NULL),
34 fOtherIgnorables(NULL)
41 if (fDateIgnorables == NULL || fTimeIgnorables == NULL || fOtherIgnorables == NULL) {
53 delete fDateIgnorables; fDateIgnorables = NULL;
54 delete fTimeIgnorables; fTimeIgnorables = NULL;
55 delete fOtherIgnorables; fOtherIgnorables = NULL;
[all...]
/external/chromium/chrome/browser/importer/
H A Dnss_decryptor_win.cc14 // A helper class whose destructor calls SetDllDirectory(NULL) to undo the
18 explicit SetDllDirectoryCaller() : func_(NULL) { }
22 func_(NULL);
45 if (kernel32_dll == NULL)
51 if (set_dll_directory != NULL) {
56 if (nss3_dll_ == NULL)
63 nss3_dll_ = LoadLibraryEx(path.value().c_str(), NULL,
65 if (nss3_dll_ == NULL)
79 softokn3_dll_ = LoadLibraryEx(path.value().c_str(), NULL,
81 if (softokn3_dll_ == NULL) {
[all...]
/external/dropbear/libtomcrypt/src/math/
H A Dgmp_desc.c22 LTC_ARGCHK(a != NULL);
25 if (*a == NULL) {
34 LTC_ARGCHKVD(a != NULL);
41 LTC_ARGCHK(a != NULL);
42 LTC_ARGCHK(b != NULL);
49 LTC_ARGCHK(a != NULL);
50 LTC_ARGCHK(b != NULL);
66 LTC_ARGCHK(a != NULL);
73 LTC_ARGCHK(a != NULL);
79 LTC_ARGCHK(a != NULL);
[all...]
/external/qemu/elff/
H A Delff_api.cc36 if (handle != NULL) {
44 assert(handle != NULL);
45 if (handle == NULL) {
57 assert(handle != NULL && address_info != NULL);
58 if (handle == NULL || address_info == NULL) {
74 assert(handle != NULL && address_info != NULL);
75 if (handle == NULL || address_inf
[all...]
/external/ipsec-tools/src/racoon/
H A Dstrnames.c196 { ISAKMP_CERT_NONE, "NONE", NULL },
197 { ISAKMP_CERT_PKCS7, "PKCS #7 wrapped X.509 certificate", NULL },
198 { ISAKMP_CERT_PGP, "PGP Certificate", NULL },
199 { ISAKMP_CERT_DNS, "DNS Signed Key", NULL },
200 { ISAKMP_CERT_X509SIGN, "X.509 Certificate Signature", NULL },
201 { ISAKMP_CERT_X509KE, "X.509 Certificate Key Exchange", NULL },
202 { ISAKMP_CERT_KERBEROS, "Kerberos Tokens", NULL },
203 { ISAKMP_CERT_CRL, "Certificate Revocation List (CRL)", NULL },
204 { ISAKMP_CERT_ARL, "Authority Revocation List (ARL)", NULL },
205 { ISAKMP_CERT_SPKI, "SPKI Certificate", NULL },
[all...]
/external/libxml2/
H A Dxmlmodule.c46 const char *name = NULL;
48 if (module != NULL) {
52 __xmlRaiseError(NULL, NULL, NULL, NULL, NULL, XML_FROM_MODULE,
53 XML_ERR_NO_MEMORY, XML_ERR_FATAL, NULL, 0, extra,
54 name, NULL, 0, 0,
66 * Returns a handle for the module or NULL i
[all...]
/external/libxslt/libxslt/
H A Dextensions.c84 static xmlHashTablePtr xsltExtensionsHash = NULL;
85 static xmlHashTablePtr xsltFunctionsHash = NULL;
86 static xmlHashTablePtr xsltElementsHash = NULL;
87 static xmlHashTablePtr xsltTopLevelsHash = NULL;
88 static xmlHashTablePtr xsltModuleHash = NULL;
89 static xmlMutexPtr xsltExtMutex = NULL;
104 * Returns the newly allocated xsltExtDefPtr or NULL in case of error
112 if (cur == NULL) {
113 xsltTransformError(NULL, NULL, NUL
1995 xsltTransformError(xsltXPathGetTransformContext(ctxt), NULL, NULL, local
2002 xsltTransformError(xsltXPathGetTransformContext(ctxt), NULL, NULL, local
2007 xsltTransformError(xsltXPathGetTransformContext(ctxt), NULL, NULL, local
[all...]
/external/openssl/crypto/srp/
H A Dsrp_lib.c88 if ((tmp = OPENSSL_malloc(longN)) == NULL)
89 return NULL;
93 EVP_DigestInit_ex(&ctxt, EVP_sha1(), NULL);
103 EVP_DigestFinal_ex(&ctxt, digest, NULL);
105 return BN_bin2bn(digest, sizeof(digest), NULL);
117 if ((A == NULL) ||(B == NULL) || (N == NULL))
118 return NULL;
122 if ((cAB = OPENSSL_malloc(2*longN)) == NULL)
[all...]
/external/chromium/chrome/browser/notifications/
H A Dballoon_collection.cc8 : space_change_listener_(NULL) {
/external/chromium/chrome/browser/sync/glue/
H A Dchange_processor_mock.cc9 ChangeProcessorMock::ChangeProcessorMock() : ChangeProcessor(NULL) {}
/external/clang/test/Headers/
H A Dms-null-ms-header-vs-stddef.cpp15 // NULL should work fine even with __null defined to nothing.
16 void* p = NULL;
/external/dropbear/libtomcrypt/src/pk/asn1/der/boolean/
H A Dder_length_boolean.c26 LTC_ARGCHK(outlen != NULL);
/external/iproute2/include/
H A Ddlfcn.h15 if (file == NULL)
18 return NULL;
25 return NULL;
31 return NULL;
/external/libogg/macos/compat/
H A Dstrdup.c8 char *outStr = NULL;
10 if (inStr == NULL) {
11 return NULL;
16 if (outStr != NULL) {
/external/libvorbis/macos/compat/
H A Dstrdup.c8 char *outStr = NULL;
10 if (inStr == NULL) {
11 return NULL;
16 if (outStr != NULL) {
/external/llvm/lib/Support/
H A Dregcclass.h69 { NULL, 0, "" }
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_quit.h53 (SDL_PumpEvents(), SDL_PeepEvents(NULL,0,SDL_PEEKEVENT,SDL_QUITMASK))
/external/valgrind/main/helgrind/tests/
H A Dtc01_simple_race.c15 return NULL;
22 if (pthread_create(&child, NULL, child_fn, NULL)) {
30 if (pthread_join(child, NULL)) {
H A Dtc02_simple_tls.c16 return NULL;
25 if (pthread_create(&child, NULL, child_fn, NULL)) {
30 if (pthread_join(child, NULL)) {
/external/valgrind/main/memcheck/tests/darwin/
H A Dpth-supp.c7 pthread_rwlock_init(&mutex, NULL);

Completed in 708 milliseconds

1234567891011>>