Searched refs:NULL (Results 1 - 25 of 13763) sorted by relevance

1234567891011>>

/external/c-ares/
H A Dares_platform.c89 {"tcpmux", {NULL}, 1, "tcp"},
90 {"tcpmux", {NULL}, 1, "udp"},
91 {"compressnet", {NULL}, 2, "tcp"},
92 {"compressnet", {NULL}, 2, "udp"},
93 {"compressnet", {NULL}, 3, "tcp"},
94 {"compressnet", {NULL}, 3, "udp"},
95 {"rje", {NULL}, 5, "tcp"},
96 {"rje", {NULL}, 5, "udp"},
97 {"echo", {NULL}, 7, "tcp"},
98 {"echo", {NULL},
[all...]
H A Dares_getenv.c26 return NULL;
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-default.cc33 NULL, /* collect_features */
34 NULL, /* override_features */
35 NULL, /* data_create */
36 NULL, /* data_destroy */
37 NULL, /* preprocess_text */
38 NULL, /* postprocess_glyphs */
40 NULL, /* decompose */
41 NULL, /* compose */
42 NULL, /* setup_masks */
/external/opencv3/cmake/checks/
H A Dwin32uitest.cpp5 CreateWindow(NULL /*lpClassName*/, NULL /*lpWindowName*/, 0 /*dwStyle*/, 0 /*x*/,
6 0 /*y*/, 0 /*nWidth*/, 0 /*nHeight*/, NULL /*hWndParent*/, NULL /*hMenu*/,
7 NULL /*hInstance*/, NULL /*lpParam*/);
8 DeleteDC(NULL);
/external/clang/test/SemaCXX/
H A Dnull_in_arithmetic_ops.cpp14 a = 0 ? NULL + a : a + NULL; // expected-warning 2{{use of NULL in arithmetic operation}}
15 a = 0 ? NULL - a : a - NULL; // expected-warning 2{{use of NULL in arithmetic operation}}
16 a = 0 ? NULL / a : a / NULL; // expected-warning 2{{use of NULL in arithmetic operation}} \
18 a = 0 ? NULL *
59 a >>= NULL; // expected-warning{{use of NULL in arithmetic operation}} local
60 a <<= NULL; // expected-warning{{use of NULL in arithmetic operation}} local
[all...]
/external/strace/tests/
H A Dexecve.c32 { FILENAME, "first", "second", NULL, NULL, NULL };
34 { "foobar=1", "foo\nbar=2", NULL , "", NULL , "", NULL, NULL};
H A Dexecveat.c39 { FILENAME, "first", "second", NULL, NULL, NULL };
41 { "foobar=1", "foo\nbar=2", NULL , "", NULL , "", NULL, NULL};
/external/icu/icu4c/source/tools/makeconv/
H A Ducnvstat.c62 &_SBCSStaticData, &_DBCSStaticData, &_MBCSStaticData, NULL/*Lat1*/,
63 NULL/*UTF8*/, NULL/*UTF16be*/, NULL/*UTF16LE*/, NULL/*UTF32be*/, NULL/*UTF32LE*/, &_EBCDICStatefulStaticData,
64 NULL/*ISO2022*/,
65 /* LMBCS */ NULL, NULL, NULL, NUL
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dusrchdat.c29 const char *collator; /* currently supported "fr" "es" "de", plus NULL/other => "en" */
32 const char *breaker; /* currently supported "wordbreaker" for EN_WORDBREAKER_, plus NULL/other => EN_CHARACTERBREAKER_ */
45 {"xxxxxxxxxxxxxxxxxxxx", "fisher", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {-1}, {0}},
46 {"silly spring string", "string", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {13, -1},
48 {"silly spring string string", "string", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL,
50 {"silly string spring string", "string", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL,
[all...]
/external/avahi/avahi-compat-libdns_sd/
H A Dnull-test.c46 DNSServiceRef ref1, ref2, ref3, ref4 = NULL;
48 DNSServiceRegister(&ref1, 0, 0, "simple", "_simple._tcp", NULL, NULL, 4711, 0, NULL, NULL, NULL);
49 DNSServiceRegister(&ref2, 0, 0, "subtype #1", "_simple._tcp,_subtype1", NULL, NULL, 4711, 0, NULL, NULL, NUL
[all...]
/external/libmicrohttpd/src/testspdy/
H A Dtest_daemon_start_stop.c37 NULL,NULL,NULL,NULL,NULL,SPDY_DAEMON_OPTION_END);
39 if(NULL==daemon){
/external/tcpdump/
H A Dmib.h14 NULL, NULL
18 NULL, &_proteon_obj
22 NULL, &_ibm_obj
26 NULL, &_cmu_obj
30 NULL, &_unix_obj
34 NULL, &_acc_obj
38 NULL, &_twg_obj
42 NULL, &_cayman_obj
46 NULL,
[all...]
/external/clang/test/CodeGen/
H A Dvariadic-null-win64.c4 // Make it possible to pass NULL through variadic functions on platforms where
5 // NULL has an integer type that is more narrow than a pointer. On such
8 #define NULL 0 macro
12 v(f, 1, 2, 3, NULL);
/external/libcxx/test/std/language.support/support.types/
H A Dnull.pass.cpp12 #ifndef NULL
13 #error NULL not defined
/external/tpm2/
H A DInternalRoutines.h11 // NULL definition
13 #ifndef NULL
14 #define NULL (0) macro
/external/valgrind/none/tests/
H A Dpth_exit.c14 pthread_create(&a, NULL, th, NULL);
15 pthread_create(&a, NULL, th, NULL);
16 pthread_create(&a, NULL, th, NULL);
17 pthread_create(&a, NULL, th, NULL);
/external/libvpx/libvpx/test/
H A Dtest_intra_pred_speed.cc63 if (pred_funcs[k] == NULL) continue;
193 vpx_dc_128_predictor_4x4_sse, vpx_v_predictor_4x4_sse, NULL,
194 NULL, NULL, NULL, NULL, NULL, NULL, vpx_tm_predictor_4x4_sse)
198 INTRA_PRED_TEST(SSSE3, TestIntraPred4, NULL, NULL, NUL
[all...]
/external/ppp/pppd/
H A Decp.c76 { NULL }
101 NULL, /* ecp_input, */
102 NULL, /* ecp_protrej, */
103 NULL, /* ecp_lowerup, */
104 NULL, /* ecp_lowerdown, */
105 NULL, /* ecp_open, */
106 NULL, /* ecp_close, */
108 NULL, /* ecp_datainput, */
113 NULL,
114 NULL,
[all...]
/external/compiler-rt/test/tsan/
H A Dfd_tid_recycled.cc8 return NULL;
12 return NULL;
18 return NULL;
25 return NULL;
31 pthread_create(&t_create, NULL, ThreadCreatePipe, NULL);
32 pthread_join(t_create, NULL);
36 pthread_create(&t_dummy, NULL, ThreadDummy, NULL);
37 pthread_join(t_dummy, NULL);
[all...]
H A Datomic_stack.cc9 return NULL;
15 return NULL;
21 pthread_create(&t[0], NULL, Thread1, NULL);
22 pthread_create(&t[1], NULL, Thread2, NULL);
23 pthread_join(t[0], NULL);
24 pthread_join(t[1], NULL);
/external/dhcpcd-6.8.2/
H A Ddhcpcd-embedded.c342 NULL
/external/iproute2/genl/
H A Dstatic-syms.c13 return NULL;
/external/iproute2/ip/
H A Dstatic-syms.c13 return NULL;
/external/iproute2/tc/
H A Dstatic-syms.c13 return NULL;
/external/valgrind/memcheck/tests/
H A Dexecve2.c6 char* null_filename = NULL;
7 char *const argv_exe[] = {"true", NULL};
9 execve(null_filename, NULL, NULL);
10 // Solaris requires non-NULL argv param (this is not necessary on Linux)

Completed in 864 milliseconds

1234567891011>>