Searched defs:name (Results 1 - 25 of 298) sorted by relevance

1234567891011>>

/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dlocalencoding.c30 * 4. The name of JPNIC may not be used to endorse or promote products
74 char *name; local
78 if ((name = getenv(IDN_LOCALCS_ENV)) != NULL) {
80 name == NULL ? "<null>" : name));
81 return (name);
84 if ((name = getenv(MDN_LOCALCS_ENV)) != NULL) {
86 name == NULL ? "<null>" : name));
87 return (name);
[all...]
/bind-9.11.3/lib/isc/nothreads/
H A Dthread.c21 void isc_thread_setname(isc_thread_t thread, const char *name) { argument
23 UNUSED(name);
/bind-9.11.3/lib/dns/rdata/generic/
H A Dns_2.h18 dns_name_t name; member in struct:dns_rdata_ns
/bind-9.11.3/unit/atf-src/tools/
H A Denv.cpp53 impl::get(const std::string& name) argument
55 const char* val = getenv(name.c_str());
61 impl::has(const std::string& name) argument
63 return getenv(name.c_str()) != NULL;
67 impl::set(const std::string& name, const std::string& val) argument
70 if (setenv(name.c_str(), val.c_str(), 1) == -1)
72 "Cannot set environment variable '" + name +
76 const std::string buf = name + "=" + val;
79 "Cannot set environment variable '" + name +
88 impl::unset(const std::string& name) argument
[all...]
/bind-9.11.3/lib/dns/include/dns/
H A Dlookup.h54 * and must not refer to any of the name data after the event is freed.
59 dns_name_t *name; member in struct:dns_lookupevent
67 dns_lookup_create(isc_mem_t *mctx, dns_name_t *name, dns_rdatatype_t type,
71 * Finds the rrsets matching 'name' and 'type'.
77 *\li 'name' is a valid name.
H A Dfixedname.h22 * dns_fixedname_t is a convenience type containing a name, an offsets table,
23 * and a dedicated buffer big enough for the longest possible name.
51 #include <dns/name.h>
58 dns_name_t name; member in struct:dns_fixedname
66 dns_name_init(&((fn)->name), (fn)->offsets); \
69 dns_name_setbuffer(&((fn)->name), &((fn)->buffer)); \
73 dns_name_invalidate(&((fn)->name))
75 #define dns_fixedname_name(fn) (&((fn)->name))
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Denv.c40 atf_env_get(const char *name) argument
42 const char* val = getenv(name);
48 atf_env_get_with_default(const char *name, const char *default_value) argument
50 const char* val = getenv(name);
58 atf_env_has(const char *name) argument
60 return getenv(name) != NULL;
64 atf_env_set(const char *name, const char *val) argument
69 if (setenv(name, val, 1) == -1)
71 "'%s' to '%s'", name, val);
77 err = atf_text_format(&buf, "%s=%s", name, va
92 atf_env_unset(const char *name) argument
[all...]
/bind-9.11.3/bin/tests/system/checkds/
H A Ddig.bat37 set name=%file%.%ext%.db variable
38 type %name%
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Denv.cpp44 impl::get(const std::string& name) argument
46 return atf_env_get(name.c_str());
50 impl::get(const std::string& name, const std::string& default_value) argument
52 return atf_env_get_with_default(name.c_str(), default_value.c_str());
56 impl::has(const std::string& name) argument
58 return atf_env_has(name.c_str());
62 impl::set(const std::string& name, const std::string& val) argument
64 atf_error_t err = atf_env_set(name.c_str(), val.c_str());
70 impl::unset(const std::string& name) argument
72 atf_error_t err = atf_env_unset(name
[all...]
/bind-9.11.3/lib/dns/
H A Drriterator.c179 dns_rriterator_current(dns_rriterator_t *it, dns_name_t **name, argument
183 REQUIRE(name != NULL && *name == NULL);
189 *name = dns_fixedname_name(&it->fixedname);
H A Ddbiterator.c18 #include <dns/name.h>
57 dns_dbiterator_seek(dns_dbiterator_t *iterator, dns_name_t *name) { argument
59 * Move the node cursor to the node with name 'name'.
64 return (iterator->methods->seek(iterator, name));
91 dns_name_t *name)
99 REQUIRE(name == NULL || dns_name_hasbuffer(name));
101 return (iterator->methods->current(iterator, nodep, name));
116 dns_dbiterator_origin(dns_dbiterator_t *iterator, dns_name_t *name) { argument
90 dns_dbiterator_current(dns_dbiterator_t *iterator, dns_dbnode_t **nodep, dns_name_t *name) argument
[all...]
/bind-9.11.3/lib/dns/tests/
H A Ddh_test.c24 #include <dns/name.h>
43 dns_name_t *name; local
51 name = dns_fixedname_name(&fname);
54 ret = dns_name_fromtext(name, &buf, NULL, 0, NULL);
57 ret = dst_key_fromfile(name, 18602, DST_ALG_DH,
/bind-9.11.3/lib/isc/include/isc/
H A Dinterfaceiter.h43 char name[32]; /*%< Interface name, null-terminated. */ member in struct:isc_interface
/bind-9.11.3/lib/isc/nls/
H A Dmsgcat.c48 isc_msgcat_open(const char *name, isc_msgcat_t **msgcatp) { argument
55 REQUIRE(name != NULL);
70 msgcat->catalog = catopen(name, 0);
/bind-9.11.3/lib/isc/pthreads/
H A Dthread.c74 isc_thread_setname(isc_thread_t thread, const char *name) { argument
80 (void)pthread_setname_np(thread, name);
82 (void)pthread_set_name_np(thread, name);
85 UNUSED(name);
/bind-9.11.3/lib/isc/unix/include/isc/
H A Ddir.h35 char name[ISC_DIR_NAMEMAX]; member in struct:isc_direntry
43 * As with isc_direntry_t->name, making this "right" for all systems
79 * If result == ISC_R_SUCCESS, it is the name of the directory that was
/bind-9.11.3/lib/isc/win32/include/isc/
H A Ddir.h27 char name[ISC_DIR_NAMEMAX]; member in struct:__anon296
68 * If result == ISC_R_SUCCESS, it is the name of the directory that was
/bind-9.11.3/contrib/dlz/modules/filesystem/
H A Ddir.h24 char name[DIR_NAMEMAX]; member in struct:direntry
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/common/
H A Ddump.c30 * 4. The name of JPNIC may not be used to endorse or promote products
92 dumpName(const char *name, char *buff, size_t size) { argument
96 for (sp = name, dp = buff; *sp != '\0'; sp++) {
/bind-9.11.3/bin/named/
H A Dgeoip.c27 GeoIPOptions method, const char *name)
44 "GeoIP %s (type %d) DB not available", name, edition);
50 "initializing GeoIP %s (type %d) DB", name, edition);
57 name, edition, fallback == 0
74 init_geoip_db(dbp, fallback, 0, method, name);
26 init_geoip_db(GeoIP **dbp, GeoIPDBTypes edition, GeoIPDBTypes fallback, GeoIPOptions method, const char *name) argument
H A Dtkeyconf.c23 #include <dns/name.h>
53 dns_name_t *name; local
65 s = cfg_obj_asstring(cfg_tuple_get(obj, "name"));
70 name = dns_fixedname_name(&fname);
71 RETERR(dns_name_fromtext(name, &b, dns_rootname, 0, NULL));
73 RETERR(dst_key_fromfile(name, (dns_keytag_t) n, DNS_KEYALG_DH,
84 name = dns_fixedname_name(&fname);
85 RETERR(dns_name_fromtext(name, &b, dns_rootname, 0, NULL));
92 RETERR(dns_name_dup(name, mctx, tctx->domain));
103 name
[all...]
/bind-9.11.3/bin/tests/
H A Dgxba_test.c22 print_he(struct hostent *he, int error, const char *fun, const char *name) { argument
27 printf("%s(%s):\n", fun, name);
48 printf("%s(%s): error = %d (%s)\n", fun, name, error,
H A Dgxbn_test.c22 print_he(struct hostent *he, int error, const char *fun, const char *name) { argument
27 printf("%s(%s):\n", fun, name);
48 printf("%s(%s): error = %d (%s)\n", fun, name, error,
H A Drwlock_test.c98 char name[100]; local
112 snprintf(name, sizeof(name), "%02u", i);
113 dupname = strdup(name);
/bind-9.11.3/bin/tests/system/dyndb/driver/
H A Ddriver.c9 * dyndb <name> <driver> {} sections in named.conf are independent so
45 * dyndb example-name "sample.so" { param1 param2 };
48 * @param[in] name User-defined string from dyndb "name" {}; definition
50 * The example above will have name = "example-name".
54 * @param[in] file The name of the file from which the parameters
61 dyndb_init(isc_mem_t *mctx, const char *name, const char *parameters, argument
71 REQUIRE(name != NULL);
99 name, fil
[all...]

Completed in 37 milliseconds

1234567891011>>