Searched refs:NULL (Results 101 - 125 of 19694) sorted by relevance

1234567891011>>

/external/libexif/libexif/pentax/
H A Dmnote-pentax-tag.c39 {MNOTE_PENTAX_TAG_UNKNOWN_05, NULL, NULL, NULL},
40 {MNOTE_PENTAX_TAG_UNKNOWN_06, NULL, NULL, NULL},
42 {MNOTE_PENTAX_TAG_UNKNOWN_08, NULL, NULL, NULL},
43 {MNOTE_PENTAX_TAG_UNKNOWN_09, NULL, NUL
[all...]
/external/curl/tests/unit/
H A Dunit1394.c51 "foo\\bar\\baz", "foo\\bar\\baz", NULL,
52 "foo\\\\bar\\\\baz", "foo\\bar\\baz", NULL,
53 "foo\\", "foo\\", NULL,
54 "foo\\\\", "foo\\", NULL,
65 "c:\\foo\\bar\\baz", "c:\\foo\\bar\\baz", NULL,
66 "c:\\foo\\\\bar\\\\baz", "c:\\foo\\bar\\baz", NULL,
67 "c:\\foo\\", "c:\\foo\\", NULL,
68 "c:\\foo\\\\", "c:\\foo\\", NULL,
74 NULL, NULL, NUL
[all...]
/external/ppp/pppd/plugins/radius/
H A Doptions.h39 {"config_file", OT_STR, ST_UNDEF, NULL},
41 {"auth_order", OT_AUO, ST_UNDEF, NULL},
49 {"servers", OT_STR, ST_UNDEF, NULL},
50 {"dictionary", OT_STR, ST_UNDEF, NULL},
52 {"seqfile", OT_STR, ST_UNDEF, NULL},
53 {"mapfile", OT_STR, ST_UNDEF, NULL},
54 {"default_realm", OT_STR, ST_UNDEF, NULL},
55 {"radius_timeout", OT_INT, ST_UNDEF, NULL},
56 {"radius_retries", OT_INT, ST_UNDEF, NULL},
58 {"bindaddr", OT_STR, ST_UNDEF, NULL},
[all...]
/external/python/cpython3/Doc/includes/
H A Dshoddy.c20 {NULL, NULL},
34 PyVarObject_HEAD_INIT(NULL, 0)
80 NULL, NULL, NULL, NULL, NULL
90 return NULL;
93 if (m == NULL)
[all...]
/external/libxml2/
H A Dxmlmodule.c51 const char *name = NULL;
53 if (module != NULL) {
57 __xmlRaiseError(NULL, NULL, NULL, NULL, NULL, XML_FROM_MODULE,
58 XML_ERR_NO_MEMORY, XML_ERR_FATAL, NULL, 0, extra,
59 name, NULL, 0, 0,
75 * Returns a handle for the module or NULL i
[all...]
/external/libdrm/tests/etnaviv/
H A Detnaviv_cmd_stream_test.c41 stream = etna_cmd_stream_new(NULL, 0, NULL, NULL);
42 assert(stream == NULL);
44 stream = etna_cmd_stream_new(NULL, 4, NULL, NULL);
49 stream = etna_cmd_stream_new(NULL, 20, NULL, NULL);
[all...]
/external/ltp/pan/
H A Dsplitstr.c43 * found. Argcount can be NULL. There will always be a NULL element in the
44 * array after the last valid element. If an error occurs, NULL will be
63 char *arg_string = NULL, **arg_array = NULL, *cur_tok = NULL;
68 * In most recoverable errors, if argcount is not NULL,
69 * set argcount to 0. Then return NULL.
71 if (str == NULL) {
72 if (argcount != NULL)
[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/expat/tests/
H A Dmemcheck.c50 static AllocationEntry *alloc_head = NULL;
51 static AllocationEntry *alloc_tail = NULL;
62 if (entry == NULL) {
64 return NULL;
68 if (entry->allocation == NULL) {
70 return NULL;
72 entry->next = NULL;
75 if (alloc_head == NULL) {
76 entry->prev = NULL;
92 for (entry = alloc_head; entry != NULL; entr
[all...]
/external/python/cpython2/Mac/Modules/
H A DautoGIL.c37 *p_tstate = NULL;
57 CFRunLoopObserverContext context = {0, NULL, NULL, NULL, NULL};
60 if (tstate_dict == NULL)
61 return NULL;
63 if (v != NULL) {
70 if (rl == NULL) {
73 return NULL;
[all...]
/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/compiler-rt/test/tsan/Darwin/
H A Dmalloc-stack-logging.cc13 return NULL;
18 pthread_create(&t, NULL, foo, NULL);
19 pthread_join(t, NULL);
/external/iproute2/include/
H A Ddlfcn.h16 if (file == NULL)
19 return NULL;
26 return NULL;
32 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/llvm/lib/Support/
H A Dregcclass.h72 { NULL, 0, "" }
/external/ltp/testcases/kernel/containers/pidns/
H A Dpidns_helper.h29 tst_brkm(TCONF, NULL, "CLONE_NEWPID not supported");
31 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWPID, dummy_child, NULL);
33 tst_brkm(TCONF | TERRNO, NULL, "CLONE_NEWPID not supported");
34 SAFE_WAIT(NULL, &status);
/external/ltp/testcases/kernel/containers/sysvipc/
H A Dipcns_helper.h34 tst_brkm(TCONF, NULL, "CLONE_NEWIPC not supported");
36 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, dummy_child, NULL);
38 tst_brkm(TCONF | TERRNO, NULL, "CLONE_NEWIPC not supported");
40 SAFE_WAIT(NULL, &status);
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
H A D14-1-buildonly.c21 pthread_mutex_init(&a, NULL);
H A D8-1-buildonly.c19 pthread_join(a, NULL);
/external/mesa3d/src/util/tests/hash_table/
H A Dremove_null.c38 ht = _mesa_hash_table_create(NULL, NULL, _mesa_key_string_equal);
40 _mesa_hash_table_remove(ht, NULL);
42 _mesa_hash_table_destroy(ht, NULL);
/external/swiftshader/third_party/LLVM/lib/Support/
H A Dregcclass.h69 { NULL, 0, "" }
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregcclass.h72 { NULL, 0, "" }
/external/syslinux/com32/lib/
H A Datexit.c9 return on_exit((void (*)(int, void *))fctn, NULL);
/external/tpm2/
H A DTestParms.c16 in = NULL;
/external/valgrind/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)) {

Completed in 1699 milliseconds

1234567891011>>