Searched refs:dname (Results 1 - 25 of 122) sorted by relevance

12345

/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Ddirname.c35 static char *dname = NULL; local
39 if (dname == NULL) {
40 dname = (char *)malloc(MAXPATHLEN);
41 if (dname == NULL)
47 dname[0] = '.';
48 dname[1] = '\0';
49 return (dname);
63 dname[0] = *endp == '/' ? '/' : '.';
64 dname[1] = '\0';
65 return (dname);
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Ddirname.c31 static char dname[MAXPATHLEN]; local
37 dname[0] = '.';
38 dname[1] = '\0';
39 return (dname);
53 dname[0] = *endp == '/' ? '/' : '.';
54 dname[1] = '\0';
55 return (dname);
64 if (len >= sizeof(dname)) {
68 memcpy(dname, path, len);
69 dname[le
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/rdata/generic/
H A Ddname_39.h29 dns_name_t dname; member in struct:dns_rdata_dname
H A Ddname_39.c131 dns_rdata_dname_t *dname = source; local
136 REQUIRE(dname->common.rdtype == type);
137 REQUIRE(dname->common.rdclass == rdclass);
142 dns_name_toregion(&dname->dname, &region);
149 dns_rdata_dname_t *dname = target; local
156 dname->common.rdclass = rdata->rdclass;
157 dname->common.rdtype = rdata->type;
158 ISC_LINK_INIT(&dname->common, link);
163 dns_name_init(&dname
171 dns_rdata_dname_t *dname = source; local
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dname/
H A Dtests.sh24 echo "I:checking short dname from authoritative"
26 $DIG a.short-dname.example @10.53.0.2 a -p 5300 > dig.out.ns2.short || ret=1
31 echo "I:checking short dname from recursive"
33 $DIG a.short-dname.example @10.53.0.4 a -p 5300 > dig.out.ns4.short || ret=1
38 echo "I:checking long dname from authoritative"
40 $DIG a.long-dname.example @10.53.0.2 a -p 5300 > dig.out.ns2.long || ret=1
45 echo "I:checking long dname from recursive"
47 $DIG a.long-dname.example @10.53.0.4 a -p 5300 > dig.out.ns4.long || ret=1
52 echo "I:checking (too) long dname from authoritative"
54 $DIG 01234567890123456789012345678901234567890123456789.longlonglonglonglonglonglonglonglonglonglonglonglonglonglong.longlonglonglonglonglonglonglonglonglonglonglonglonglonglong.longlonglonglonglonglonglonglonglonglonglonglonglonglonglong.long-dname
[all...]
/macosx-10.9.5/CPANInternal-140/Net-DNS/demo/
H A Dmx33 my $dname = $ARGV[0];
35 my @mx = mx($res, $dname);
42 print "Can't find MX hosts for $dname: ", $res->errorstring, "\n";
/macosx-10.9.5/rsync-42/rsync/testhelp/
H A Dmaketree.py100 def make_child_recurse(self, dname, depth):
102 self.make_dir(dname)
103 self.build_tree(dname, depth-1)
106 def make_dir(self, dname, depth='ignore'):
107 print "%s/" % (dname)
108 os.mkdir(dname)
109 self.all_dirs.append(dname)
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/package/
H A Dtar_test_case.rb74 def header(type, fname, dname, length, mode, checksum = nil)
93 ASCIIZ(dname, 155) # char prefix[155]; ASCII + (Z unless filled)
114 def tar_file_header(fname, dname, mode, length)
115 h = header("0", fname, dname, length, mode)
117 header("0", fname, dname, length, mode, checksum)
/macosx-10.9.5/libresolv-54/
H A Dres_findzonecut.c110 * res_findzonecut(res, dname, class, zname, zsize, addrs, naddrs)
111 * find enclosing zone for a <dname,class>, and some server addresses
114 * dname - domain name whose enclosing zone is desired
115 * class - class of dname (and its enclosing zone)
129 * we start by asking for an SOA<dname,class>. if we get one as an
130 * answer, that just means <dname,class> is a zone top, which is fine.
143 * match our dname (since that would have been returned in the answer
144 * section). an authority section SOA has to be "above" our dname.
148 * ripping labels off the front of our dname -- this is known as "doing
162 res_findzonecut(res_state statp, const char *dname, ns_clas argument
186 res_findzonecut2(res_state statp, const char *dname, ns_class class, int opts, char *zname, size_t zsize, union res_sockaddr_union *addrs, int naddrs) argument
276 get_soa(res_state statp, const char *dname, ns_class class, int opts, char *zname, size_t zsize, char *mname, size_t msize, rrset_ns *nsrrsp) argument
642 find_ns(rrset_ns *nsrrsp, const char *dname) argument
652 do_query(res_state statp, const char *dname, ns_class class, ns_type qtype, u_char *resp, ns_msg *msg) argument
[all...]
H A Dres_mkquery.c104 const char *dname, /* domain name */
126 __res_opcodes[op], dname, p_class(class), p_type(type));
157 if ((n = dn_comp(dname, cp, buflen, dnptrs, lastdnptr)) < 0)
102 res_nmkquery(res_state statp, int op, const char *dname, int class, int type, const u_char *data, int datalen, const u_char *newrr_in, u_char *buf, int buflen) argument
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/zonechecks/
H A Dtests.sh40 if $CHECKZONE . dname.db > dname.out 2>&1
44 if grep "is below a DNAME" dname.out > /dev/null
/macosx-10.9.5/BerkeleyDB-21/db/mod_db4/
H A Dutils.c111 const char *dname; member in struct:db_key
131 if(ae->dname == NULL) {
132 if(be->dname == NULL) {
137 else if(be->dname == NULL) {
140 ret = strcmp(ae->dname, be->dname);
163 if(akey->dname == NULL) {
164 if(be->dname == NULL) {
169 else if(be->dname == NULL) {
172 ret = strcmp(akey->dname, b
239 retrieve_db(const char *fname, const char *dname) argument
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/mappers/
H A Dmod_userdir.c201 const char *w, *dname; local
219 dname = name + 2;
220 w = ap_getword(r->pool, &dname, '/');
223 * The 'dname' funny business involves backing it up to capture the '/'
229 if (dname[-1] == '/') {
230 --dname;
282 redirect = apr_pstrcat(r->pool, x, w, userdir, dname, NULL);
293 redirect = apr_pstrcat(r->pool, x, w, dname, NULL);
319 r->filename = apr_pstrcat(r->pool, filename, dname, NULL);
324 if (*userdirs && dname[
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/masterformat/
H A Dtests.sh30 for name in ns mx a aaaa cname dname txt rrsig nsec dnskey ds
70 for name in ns mx a aaaa cname dname txt rrsig nsec dnskey ds
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/build/
H A Dfixwin32mak.pl128 $dname = $oname;
129 $dname =~ s/.mak$/.dsp/;
130 @dstat = stat($dname);
/macosx-10.9.5/apr-30/apr/apr/build/
H A Dfixwin32mak.pl128 $dname = $oname;
129 $dname =~ s/.mak$/.dsp/;
130 @dstat = stat($dname);
/macosx-10.9.5/ntp-88/util/
H A Daudio-pcm.c93 char *dname = ai_dev; /* device name */ local
103 fd = open(dname, O_RDWR | O_NONBLOCK, 0777);
117 printf("input: <%s> %d\n", dname, fd);
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/krb5/
H A Dadd_cred.c54 krb5_const_principal dname; local
58 dname = (krb5_const_principal)desired_name;
88 if (dname != NULL &&
89 krb5_principal_compare(context, dname,
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/v6synth/
H A Dtests.sh31 for name in aaaa a6 chain alias2 aaaa.dname loop loop2
54 aaaa.dname.example. 0 IN CNAME aaaa.foo.example.
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/RR/
H A DDNAME.pm18 ($self->{"dname"}) = Net::DNS::Packet::dn_expand($data, $offset);
29 $self->{"dname"} = $string;
38 return $self->{"dname"} ? "$self->{dname}." : '';
45 if (exists $self->{"dname"}) {
46 $rdata = $packet->dn_comp($self->{"dname"}, $offset);
69 =head2 dname
71 print "dname = ", $rr->dname, "\n";
/macosx-10.9.5/ruby-104/ruby/
H A Dtranscode.c46 allocate_converted_string(const char *sname, const char *dname,
154 #define DECORATOR_P(sname, dname) (*(sname) == '\0')
158 const char *dname; member in struct:__anon12497
166 make_transcoder_entry(const char *sname, const char *dname) argument
176 if (!st_lookup(table2, (st_data_t)dname, &val)) {
179 entry->dname = dname;
183 st_add_direct(table2, (st_data_t)dname, val);
189 get_transcoder_entry(const char *sname, const char *dname) argument
198 if (!st_lookup(table2, (st_data_t)dname,
208 const char *const dname = tr->dst_encoding; local
222 declare_transcoder(const char *sname, const char *dname, const char *lib) argument
258 const char *dname = (const char *)key; local
277 transcode_search_path(const char *sname, const char *dname, void (*callback)(const char *sname, const char *dname, int depth, void *arg), void *arg) argument
965 trans_open_i(const char *sname, const char *dname, int depth, void *arg) argument
976 rb_econv_open0(const char *sname, const char *dname, int ecflags) argument
1067 rb_econv_open(const char *sname, const char *dname, int ecflags) argument
1519 allocate_converted_string(const char *sname, const char *dname, const unsigned char *str, size_t len, unsigned char *caller_dst_buf, size_t caller_dst_bufsize, size_t *dst_len_ptr) argument
1875 rb_econv_add_converter(rb_econv_t *ec, const char *sname, const char *dname, int n) argument
1936 const char *dname = 0; local
1970 econv_description(const char *sname, const char *dname, int ecflags, VALUE mesg) argument
2028 rb_econv_open_exc(const char *sname, const char *dname, int ecflags) argument
2634 const char *sname, *dname; local
2665 const char *sname, *dname; local
2987 const char *sname, *dname; local
3054 const char *dname = rb_enc_name(rb_to_encoding(RARRAY_PTR(pair)[1])); local
3077 search_convpath_i(const char *sname, const char *dname, int depth, void *arg) argument
3124 const char *sname, *dname; local
3165 rb_econv_init_by_convpath_i(const char *sname, const char *dname, int depth, void *arg) argument
3189 const char *sname, *dname; local
3358 const char *sname, *dname; local
3418 const char *dname = ec->destination_encoding_name; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_open.c50 __db_open(dbp, ip, txn, fname, dname, type, flags, mode, meta_pgno)
54 const char *fname, *dname;
101 if (dname == NULL) {
151 } else if (dname == NULL && meta_pgno == PGNO_BASE_MD) {
158 txn, fname, dname, mode, flags)) != 0)
176 if (dname == NULL && F_ISSET(dbp, DB_AM_CREATED))
180 if ((ret = __env_setup(dbp, txn, fname, dname, id, flags)) != 0)
185 if (dname == NULL)
190 txn, dname, mode, flags, &id)) == 0 &&
234 if (!F_ISSET(dbp, DB_AM_RECOVER) && (fname != NULL || dname !
[all...]
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-dlpi.c348 char dname[100]; local
360 strlcpy(dname, p->opt.source, sizeof(dname));
362 strlcpy(dname, cp + 1, sizeof(dname));
366 * chop off the unit number, so "dname" is just a device type name.
368 cp = split_dname(dname, &ppa, p->errbuf);
414 ppa = get_dlpi_ppa(p->fd, dname, ppa, p->errbuf);
427 strlcpy(dname, p->opt.source, sizeof(dname));
1438 char dname[100]; local
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Ddki.c318 assert (strlen (dirname)+1 < sizeof (dkp->dname));
319 strcpy (dkp->dname, dirname);
331 pathname (path, sizeof (path), dkp->dname, dkp->fname, DKI_KEY_FILEEXT);
360 pathname (path, sizeof (path), dkp->dname, dkp->fname, DKI_ACT_FILEEXT);
370 pathname (path, sizeof (path), dkp->dname, dkp->fname, DKI_PUB_FILEEXT);
375 pathname (path, sizeof (path), dkp->dname, dkp->fname, DKI_DEP_FILEEXT);
471 pathname (frompath, sizeof (frompath), dkp->dname, dkp->fname, DKI_ACT_FILEEXT);
476 pathname (frompath, sizeof (frompath), dkp->dname, dkp->fname, DKI_DEP_FILEEXT);
481 pathname (frompath, sizeof (frompath), dkp->dname, dkp->fname, DKI_PUB_FILEEXT);
495 pathname (topath, sizeof (topath), dkp->dname, dk
[all...]
/macosx-10.9.5/vim-53/src/
H A Dmenu.c435 char_u *dname; local
474 dname = menu_text(name, NULL, NULL);
475 if (dname == NULL)
477 if (*dname == NUL)
493 if (menu_name_equal(name, menu) || menu_name_equal(dname, menu))
541 if (menu_is_separator(dname) && *next_name != NUL)
556 menu->dname = menu_text(name, &menu->mnemonic, &menu->actext);
597 if (parent != NULL && menu_is_tearoff(parent->children->dname))
687 vim_free(dname);
688 dname
2504 char_u *dname; local
[all...]

Completed in 310 milliseconds

12345