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

12345678910

/bind-9.6-ESV-R11/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.6-ESV-R11/lib/dns/rdata/generic/
H A Dns_2.h27 dns_name_t name; member in struct:dns_rdata_ns
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dfixedname.h31 * dns_fixedname_t is a convenience type containing a name, an offsets table,
32 * and a dedicated buffer big enough for the longest possible name.
60 #include <dns/name.h>
67 dns_name_t name; member in struct:dns_fixedname
75 dns_name_init(&((fn)->name), (fn)->offsets); \
78 dns_name_setbuffer(&((fn)->name), &((fn)->buffer)); \
82 dns_name_invalidate(&((fn)->name))
84 #define dns_fixedname_name(fn) (&((fn)->name))
H A Dlookup.h63 * and must not refer to any of the name data after the event is freed.
68 dns_name_t *name; member in struct:dns_lookupevent
76 dns_lookup_create(isc_mem_t *mctx, dns_name_t *name, dns_rdatatype_t type,
80 * Finds the rrsets matching 'name' and 'type'.
86 *\li 'name' is a valid name.
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Denv.c44 atf_env_get(const char *name) argument
46 const char* val = getenv(name);
52 atf_env_has(const char *name) argument
54 return getenv(name) != NULL;
58 atf_env_set(const char *name, const char *val) argument
63 if (setenv(name, val, 1) == -1)
65 "'%s' to '%s'", name, val);
71 err = atf_text_format(&buf, "%s=%s", name, val);
75 "'%s' to '%s'", name, val);
86 atf_env_unset(const char *name) argument
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Denv.cpp48 impl::get(const std::string& name) argument
50 return atf_env_get(name.c_str());
54 impl::has(const std::string& name) argument
56 return atf_env_has(name.c_str());
60 impl::set(const std::string& name, const std::string& val) argument
62 atf_error_t err = atf_env_set(name.c_str(), val.c_str());
68 impl::unset(const std::string& name) argument
70 atf_error_t err = atf_env_unset(name.c_str());
/bind-9.6-ESV-R11/bin/named/
H A Dtkeyconf.c32 #include <dns/name.h>
62 dns_name_t *name; local
74 s = cfg_obj_asstring(cfg_tuple_get(obj, "name"));
79 name = dns_fixedname_name(&fname);
80 RETERR(dns_name_fromtext(name, &b, dns_rootname,
83 RETERR(dst_key_fromfile(name, (dns_keytag_t) n, DNS_KEYALG_DH,
94 name = dns_fixedname_name(&fname);
95 RETERR(dns_name_fromtext(name, &b, dns_rootname, ISC_FALSE,
103 RETERR(dns_name_dup(name, mctx, tctx->domain));
114 name
[all...]
/bind-9.6-ESV-R11/bin/tests/
H A Dgxba_test.c30 print_he(struct hostent *he, int error, const char *fun, const char *name) { argument
35 printf("%s(%s):\n", fun, name);
56 printf("%s(%s): error = %d (%s)\n", fun, name, error,
H A Dgxbn_test.c30 print_he(struct hostent *he, int error, const char *fun, const char *name) { argument
35 printf("%s(%s):\n", fun, name);
56 printf("%s(%s): error = %d (%s)\n", fun, name, error,
H A Drwlock_test.c97 char name[100]; local
111 sprintf(name, "%02u", i);
112 dupname = strdup(name);
H A Dlex_test.c139 char *name = isc_lex_getsourcename(lex); local
143 (name == NULL) ? "<none>" : name);
/bind-9.6-ESV-R11/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.6-ESV-R11/contrib/sdb/time/
H A Dtimedb.c51 timedb_lookup(const char *zone, const char *name, void *dbdata, argument
59 if (strcmp(name, "@") == 0 || strcmp(name, "time") == 0) {
75 } else if (strcmp(name, "clock") == 0) {
79 } else if (strcmp(name, "current") == 0) {
/bind-9.6-ESV-R11/lib/dns/
H A Ddbiterator.c27 #include <dns/name.h>
66 dns_dbiterator_seek(dns_dbiterator_t *iterator, dns_name_t *name) { argument
68 * Move the node cursor to the node with name 'name'.
73 return (iterator->methods->seek(iterator, name));
100 dns_name_t *name)
108 REQUIRE(name == NULL || dns_name_hasbuffer(name));
110 return (iterator->methods->current(iterator, nodep, name));
125 dns_dbiterator_origin(dns_dbiterator_t *iterator, dns_name_t *name) { argument
99 dns_dbiterator_current(dns_dbiterator_t *iterator, dns_dbnode_t **nodep, dns_name_t *name) argument
[all...]
H A Dds.c34 #include <dns/name.h>
47 dns_name_t *name; local
60 name = dns_fixedname_name(&fname);
61 (void)dns_name_downcase(owner, name, NULL);
69 dns_name_toregion(name, &r);
78 dns_name_toregion(name, &r);
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dinterfaceiter.h52 char name[32]; /*%< Interface name, null-terminated. */ member in struct:isc_interface
/bind-9.6-ESV-R11/lib/isc/nls/
H A Dmsgcat.c57 isc_msgcat_open(const char *name, isc_msgcat_t **msgcatp) { argument
64 REQUIRE(name != NULL);
79 msgcat->catalog = catopen(name, 0);
/bind-9.6-ESV-R11/lib/isc/unix/include/isc/
H A Ddir.h44 char name[ISC_DIR_NAMEMAX]; member in struct:isc_direntry
52 * As with isc_direntry_t->name, making this "right" for all systems
88 * If result == ISC_R_SUCCESS, it is the name of the directory that was
/bind-9.6-ESV-R11/lib/isc/win32/include/isc/
H A Ddir.h36 char name[ISC_DIR_NAMEMAX]; member in struct:__anon200
77 * If result == ISC_R_SUCCESS, it is the name of the directory that was
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dfs_test.cpp52 create_file(const char *name) argument
54 std::ofstream os(name);
/bind-9.6-ESV-R11/bin/named/include/named/
H A Dinterfacemgr.h78 char name[32]; /*%< Null terminated. */ member in struct:ns_interface
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dsetenv.c31 * 4. The name of JPNIC may not be used to endorse or promote products
69 myunsetenv(const char *name) { argument
75 namelen = strlen(name);
77 if (strncmp(*e, name, namelen) == 0 && (*e)[namelen] == '=')
104 mysetenv(const char *name, const char *value, int overwrite) { argument
109 if (getenv(name) != NULL && !overwrite)
112 buffer = (char *) malloc(strlen(name) + strlen(value) + 2);
115 strcpy(buffer, name);
119 myunsetenv(name);
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllfunc.c30 * 4. The name of JPNIC may not be used to endorse or promote products
56 gethostname(char FAR * name, int namelen) { argument
60 ret = _org_gethostname(name, namelen);
61 TRACE("LEAVE gethostname %d <%-.100s>\n", ret, name);
67 gethostbyname(const char FAR * name) { argument
75 (name != NULL ? name : "NULL"));
81 ret = _org_gethostbyname(name);
82 } else if (name == NULL) {
83 TRACE("gethostbyname: name i
160 WSAAsyncGetHostByName(HWND hWnd, u_int wMsg, const char FAR * name, char FAR * buf, int buflen) argument
[all...]
/bind-9.6-ESV-R11/lib/dns/tests/
H A Dzonemgr_test.c31 #include <dns/name.h>
38 make_zone(const char *name, dns_zone_t **zonep) { argument
49 isc_buffer_constinit(&buffer, name, strlen(name));
50 isc_buffer_add(&buffer, strlen(name));
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dconfig.c43 const char *name; member in struct:var
120 for (var = vars; var->name != NULL; var++) {
123 envname = string_to_upper(var->name);
136 atf_config_get(const char *name) argument
147 for (var = vars; value == NULL && var->name != NULL; var++)
148 if (strcmp(var->name, name) == 0)
162 for (var = vars; var->name != NULL; var++)

Completed in 122 milliseconds

12345678910