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

1234567891011>>

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dh_build.h60 NULL
63 "cc", "-o", "test.o", "-c", "test.c", NULL
76 NULL
79 "cc", "-foo", "-o", "test.o", "-c", "test.c", NULL
92 NULL
96 "-c", "test.c", NULL
109 NULL
113 "-c", "test.c", NULL
126 NULL
129 "cc", "-f1", "-f2", "-o", "test.o", "-c", "test.c", NULL
[all...]
H A Dconfig.c48 { "atf_arch", ATF_ARCH, NULL, false, },
49 { "atf_build_cc", ATF_BUILD_CC, NULL, false, },
50 { "atf_build_cflags", ATF_BUILD_CFLAGS, NULL, true, },
51 { "atf_build_cpp", ATF_BUILD_CPP, NULL, false, },
52 { "atf_build_cppflags", ATF_BUILD_CPPFLAGS, NULL, true, },
53 { "atf_build_cxx", ATF_BUILD_CXX, NULL, false, },
54 { "atf_build_cxxflags", ATF_BUILD_CXXFLAGS, NULL, true, },
55 { "atf_confdir", ATF_CONFDIR, NULL, false, },
56 { "atf_includedir", ATF_INCLUDEDIR, NULL, false, },
57 { "atf_libdir", ATF_LIBDIR, NULL, fals
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dzero_tcs_helper.c34 if (tp != NULL) {} /* Use tp. */
/bind-9.6-ESV-R11/lib/dns/
H A Dlog.c47 { NULL, 0 }
84 { NULL, 0 }
87 LIBDNS_EXTERNAL_DATA isc_log_t *dns_lctx = NULL;
91 REQUIRE(lctx != NULL);
H A Dgen-unix.h62 if (dir->handle != NULL)
73 dir->filename = NULL;
75 if (dir->handle != NULL) {
77 if (dirent != NULL)
81 if (dir->filename != NULL)
89 if (dir->handle != NULL)
92 dir->handle = NULL;
H A Drdatalist.c47 NULL,
48 NULL,
49 NULL,
50 NULL,
51 NULL
57 REQUIRE(rdatalist != NULL);
79 REQUIRE(rdatalist != NULL);
90 rdataset->private2 = NULL;
91 rdataset->private3 = NULL;
93 rdataset->private5 = NULL;
[all...]
/bind-9.6-ESV-R11/lib/isc/nls/
H A Dmsgcat.c64 REQUIRE(name != NULL);
65 REQUIRE(msgcatp != NULL && *msgcatp == NULL);
68 if (msgcat == NULL) {
69 *msgcatp = NULL;
94 REQUIRE(msgcatp != NULL);
96 REQUIRE(VALID_MSGCAT(msgcat) || msgcat == NULL);
98 if (msgcat != NULL) {
107 *msgcatp = NULL;
119 REQUIRE(VALID_MSGCAT(msgcat) || msgcat == NULL);
[all...]
/bind-9.6-ESV-R11/lib/isccfg/
H A Dlog.c34 { NULL, 0 }
43 { NULL, 0 }
48 REQUIRE(lctx != NULL);
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dreader_test.cpp134 NULL
138 NULL
164 NULL
168 NULL
242 NULL
246 NULL
332 NULL
336 NULL
387 NULL
392 NULL
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dsetenv.c66 static myenv_t *myenvs = NULL;
76 for (e = environ; *e != NULL; e++) {
80 if (*e == NULL)
83 for (mye = myenvs; mye != NULL; mye = mye->next) {
85 if (mye->next != NULL)
87 if (mye->prev != NULL)
89 if (mye->next == NULL && mye->prev == NULL)
90 myenvs = NULL;
97 for ( ; *e != NULL;
[all...]
H A Dtestsuite.c93 idn_testsuite_t ctx = NULL;
95 assert(ctxp != NULL);
98 if (ctx == NULL)
101 ctx->testcases = NULL;
107 ctx->current_testcase = NULL;
109 ctx->msgproc = NULL;
114 if (ctx->testcases == NULL)
122 if (ctx != NULL)
132 assert(ctx != NULL);
144 char *dup_title = NULL;
[all...]
/bind-9.6-ESV-R11/lib/isc/tests/
H A Disctest.c34 isc_mem_t *mctx = NULL;
35 isc_entropy_t *ectx = NULL;
36 isc_log_t *lctx = NULL;
37 isc_taskmgr_t *taskmgr = NULL;
54 { NULL, 0 }
68 if (logfile != NULL) {
70 isc_logconfig_t *logconfig = NULL;
77 destination.file.name = NULL;
84 CHECK(isc_log_usechannel(logconfig, "stderr", NULL, NULL));
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dchecker.c82 NULL,
91 NULL,
100 NULL,
105 NULL,
109 NULL,
114 NULL,
118 NULL,
127 NULL,
133 static idn__strhash_t scheme_hash = NULL;
154 if (scheme_hash != NULL) {
[all...]
H A Dmapper.c80 NULL,
84 NULL,
93 NULL,
99 NULL,
105 static idn__strhash_t scheme_hash = NULL;
126 if (scheme_hash != NULL) {
136 *scheme != NULL; scheme++) {
144 if (r != idn_success && scheme_hash != NULL) {
145 idn__strhash_destroy(scheme_hash, NULL);
146 scheme_hash = NULL;
[all...]
H A Dlocalencoding.c78 if ((name = getenv(IDN_LOCALCS_ENV)) != NULL) {
80 name == NULL ? "<null>" : name));
84 if ((name = getenv(MDN_LOCALCS_ENV)) != NULL) {
86 name == NULL ? "<null>" : name));
102 name == NULL ? "<null>" : name));
107 if ((name = nl_langinfo(CODESET)) != NULL) {
109 name == NULL ? "<null>" : name));
115 (name = setlocale(LC_CTYPE, NULL)) ||
120 TRACE(("local encoding=\"%-.30s\"\n", name == NULL ? "<null>" : name));
/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Dsdlz_helper.c79 query_segment_t *tseg = NULL;
80 query_segment_t *nseg = NULL;
82 REQUIRE(mctx != NULL);
85 if (*querylist == NULL)
90 while (nseg != NULL) { /* loop, until end of list */
97 if (tseg->sql != NULL && tseg->direct == isc_boolean_true)
118 char *temp_str = NULL;
119 char *right_str = NULL;
121 query_segment_t *tseg = NULL;
123 REQUIRE(querylist != NULL
[all...]
H A Ddlz_mysql_driver.c78 static dns_sdlzimplementation_t *dlz_mysql = NULL;
88 #define safeGet(in) in == NULL ? "" : in
108 if (instr == NULL)
109 return NULL;
114 if (outstr == NULL)
115 return NULL;
124 * and client strings are passed in (or NULL is passed if the
138 dbinstance_t *dbi = NULL;
139 char *querystring = NULL;
145 REQUIRE(*rs == NULL);
[all...]
/bind-9.6-ESV-R11/bin/named/
H A Dzoneconf.c80 const cfg_obj_t *maps[5] = {NULL, NULL, NULL, NULL, NULL};
81 const cfg_obj_t *aclobj = NULL;
83 dns_acl_t **aclp = NULL, *acl = NULL;
91 if (view != NULL)
96 if (view != NULL)
[all...]
H A Dtsigconf.c43 dns_tsigkey_t *tsigkey = NULL;
45 const cfg_obj_t *key = NULL;
46 const char *keyid = NULL;
47 unsigned char *secret = NULL;
55 element != NULL;
58 const cfg_obj_t *algobj = NULL;
59 const cfg_obj_t *secretobj = NULL;
71 algobj = NULL;
72 secretobj = NULL;
75 INSIST(algobj != NULL
[all...]
H A Dlistenlist.c38 ns_listenelt_t *elt = NULL;
39 REQUIRE(target != NULL && *target == NULL);
41 if (elt == NULL)
53 if (elt->acl != NULL)
60 ns_listenlist_t *list = NULL;
61 REQUIRE(target != NULL && *target == NULL);
63 if (list == NULL)
76 elt != NULL;
[all...]
/bind-9.6-ESV-R11/contrib/sdb/ldap/
H A Dldapdb.c58 static dns_sdbimplementation_t *ldapdb = NULL;
89 while (stack != NULL) {
94 return NULL;
119 /* data == NULL means cleanup */
123 static struct ldapdb_entry *allthreadsdata = NULL;
127 if (data == NULL) {
131 while (allthreadsdata != NULL) {
134 while (threaddata->data != NULL) {
137 if (conndata->data != NULL)
146 return (NULL);
[all...]
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dsyslog.c33 static HANDLE hAppLog = NULL;
71 { 0, NULL }
78 REQUIRE(str != NULL);
79 REQUIRE(facilityp != NULL);
81 for (i = 0; facilities[i].strval != NULL; i++) {
106 if (hAppLog != NULL) {
112 BIND_INFO_MSG, NULL, 1, 0, str, NULL);
116 BIND_WARN_MSG, NULL, 1, 0, str, NULL);
[all...]
/bind-9.6-ESV-R11/bin/tests/
H A Dlfsr_test.c42 isc_lfsr_init(&lfsr1, 0, 32, 0x80000057U, 0, NULL, NULL);
47 isc_lfsr_init(&lfsr1, 0, 32, 0x80000057U, 0, NULL, NULL);
59 isc_lfsr_init(&lfsr1, 0, 32, 0x80000057U, 0, NULL, NULL);
65 isc_lfsr_init(&lfsr1, 0, 32, 0x80000057U, 0, NULL, NULL);
80 isc_lfsr_init(&lfsr2, 0, 16, 0x00008016U, 0, NULL, NULL);
[all...]
/bind-9.6-ESV-R11/lib/isccc/
H A Dalist.c62 if (tag == NULL)
63 return (NULL);
64 alist = isccc_sexpr_cons(tag, NULL);
65 if (alist == NULL) {
67 return (NULL);
78 if (alist == NULL || alist->type != ISCCC_SEXPRTYPE_DOTTEDPAIR)
81 if (car == NULL || car->type != ISCCC_SEXPRTYPE_STRING)
93 if (CDR(alist) == NULL)
118 while (alist != NULL) {
129 return (NULL);
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dstub.c78 { NULL },
93 return (NULL);
110 if ((addr = shared_obj_findsymx(handle, name + 1)) != NULL) {
115 if ((addr = shared_obj_findsymx(handle, name)) != NULL) {
124 return (NULL);
134 return (NULL);
142 if (addr != NULL) {
149 for (i = 0; shobj[i].name != NULL; i++) {
150 if (shobj[i].handle == NULL) {
154 if (shobj[i].handle != NULL) {
[all...]

Completed in 28 milliseconds

1234567891011>>