Searched refs:dn_expand (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/contrib/nslint-2.1a3/lbl/
H A Dos-solaris2.h26 int dn_expand(const u_char *, const u_char *, const u_char *, char *, int);
/macosx-10.10.1/libresolv-57/xcodescripts/
H A Dmanpages.sh26 dn_expand.3 \
/macosx-10.10.1/postfix-255/postfix/src/dns/
H A Ddns_lookup.c351 len = dn_expand(reply->buf, reply->end, pos, temp, DNS_NAME_LEN);
411 len = dn_expand(reply->buf, reply->end, reply->query_start,
449 if (dn_expand(reply->buf, reply->end, pos, temp, sizeof(temp)) < 0)
457 if (dn_expand(reply->buf, reply->end, pos, temp, sizeof(temp)) < 0)
529 if (dn_expand(reply->buf, reply->end, pos, cname, c_len) < 0)
585 len = dn_expand(reply->buf, reply->end, pos, rr_name, DNS_NAME_LEN);
/macosx-10.10.1/Libinfo-459/dns.subproj/
H A Dres_comp.c78 dn_expand(const u_char *msg, const u_char *eomorig, const u_char *comp_dn, char *exp_dn, int length) function
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Ddnssrv.c243 status = dn_expand(reply, reply + len, p, host, sizeof(host));
252 status = dn_expand(reply, reply + len, p, host, sizeof(host));
267 status = dn_expand(reply, reply + len, p + 6, host, sizeof(host));
/macosx-10.10.1/libresolv-57/
H A Dns_verify.c170 n = dn_expand(msg, eom, cp, name, NS_MAXDNAME);
189 n = dn_expand(msg, eom, cp, alg, NS_MAXDNAME);
396 n = dn_expand(msg, eom, cp, name, NS_MAXDNAME);
415 n = dn_expand(msg, eom, cp, alg, NS_MAXDNAME);
H A Dres_comp.c100 dn_expand(const u_char *msg, const u_char *eom, const u_char *src, function
H A Dresolv.h371 #define dn_expand res_9_dn_expand macro
453 int dn_expand __P((const u_char *, const u_char *, const u_char *, char *, int));
H A Dns_parse.c166 b = dn_expand(handle->_msg, handle->_eom,
H A Dres_debug.c310 if ((n = dn_expand(msg, msg + len, cp, name, sizeof name)) < 0)
336 if ((n = dn_expand(msg, cp + msglen, cp, name, namelen)) < 0)
H A Dres_send.c441 n = dn_expand(buf, eom, cp, tname, sizeof tname);
490 n = dn_expand(buf1, eom1, cp, tname, sizeof tname);
H A Dns_print.c837 n = dn_expand(msg, msg + msglen, *pp, *buf, *buflen);
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dgetcertsbyname.c261 len = dn_expand(answer, eom, cp, hostbuf, sizeof(hostbuf));
264 printf("dn_expand failed.\n");
274 len = dn_expand(answer, eom, cp, hostbuf, sizeof(hostbuf));
277 printf("dn_expand failed.\n");
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dresolve.c142 status = dn_expand(data, end_data, p, host, sizeof(host));
177 status = dn_expand(data, end_data, p, host, sizeof(host));
192 status = dn_expand(data, end_data, p + 2, host, sizeof(host));
215 status = dn_expand(data, end_data, p + 6, host, sizeof(host));
282 status = dn_expand (data, end_data, p + 18, host, sizeof(host));
450 status = dn_expand(data, end_data, p, host, sizeof(host));
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dgetrrsetbyname.c481 length = dn_expand(answer, answer + size, *cp, name,
528 length = dn_expand(answer, answer + size, *cp, name,
/macosx-10.10.1/bind9-45.101/bind9/contrib/query-loc-0.4.0/
H A Dloc.c281 * page; it is similar to dn_expand() except that it just *
438 if (dn_expand (response.buf, /* Start of the packet */
445 panic ("dn_expand failed");
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dkrbhst.c237 status = dn_expand(rdata, end_rd, rd + 6, hi->hostname, rdlen);
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c1163 dn_expand(int a0, int a1, int a2, int a3, int a4) function
1168 idnLogPrintf(idn_log_level_trace, "stub dn_expand() called\n");
1172 if ((p = GetProcAddress(DLLHANDLE, "dn_expand")) == NULL) {
1173 FATAL("cannot find entry dn_expand (%d)\n", GetLastError());
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dconfigure15069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dn_expand" >&5
15070 $as_echo_n "checking for library containing dn_expand... " >&6; }
15084 char dn_expand ();
15088 return dn_expand ();
15579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dn_expand" >&5
15580 $as_echo_n "checking for library containing dn_expand... " >&6; }
15594 char dn_expand ();
15598 return dn_expand ();
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/
H A Dconfigure18590 status = dn_expand( reply, reply+len, p, host, sizeof(host));
18696 status = dn_expand( reply, reply+len, p, host, sizeof(host));
18802 status = dn_expand( reply, reply+len, p, host, sizeof(host));
[all...]
/macosx-10.10.1/Heimdal-398.1.2/
H A Dconfigure16406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dn_expand" >&5
16407 $as_echo_n "checking for dn_expand... " >&6; }
16443 dn_expand(0,0,0,0,0)
16464 for ac_func in dn_expand
16466 ac_fn_c_check_func "$LINENO" "dn_expand" "ac_cv_func_dn_expand"
16476 # dn_expand
16477 eval "ac_tr_func=HAVE_`echo dn_expand | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dconfigure4634 for ac_func in dn_expand dns_lookup
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/
H A Dconfigure5718 for ac_func in dn_expand dns_lookup

Completed in 673 milliseconds