Home
last modified time | relevance | path

Searched refs:outkey (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/lib/libc/yp/
H A Dyp_first.c48 yp_first(const char *indomain, const char *inmap, char **outkey, in __weak_alias()
56 if (outkey == NULL || outkeylen == NULL || \ in __weak_alias()
59 *outkey = *outval = NULL; in __weak_alias()
89 if ((*outkey = malloc((size_t)(*outkeylen + 1))) == NULL) in __weak_alias()
92 (void)memcpy(*outkey, yprkv.keydat.dptr, in __weak_alias()
94 (*outkey)[*outkeylen] = '\0'; in __weak_alias()
108 if (*outkey) { in __weak_alias()
109 free(*outkey); in __weak_alias()
110 *outkey = NULL; in __weak_alias()
122 int inkeylen, char **outkey, int *outkeylen, char **outval, int *outvallen) in yp_next() argument
[all …]
/netbsd-src/usr.sbin/ypserv/common/
H A Dyplib_host.c160 yp_first_host(CLIENT *client, char *indomain, char *inmap, char **outkey, in yp_first_host() argument
167 *outkey = *outval = NULL; in yp_first_host()
181 *outkey = (char *)malloc(*outkeylen+1); in yp_first_host()
182 memcpy(*outkey, yprkv.keydat.dptr, *outkeylen); in yp_first_host()
183 (*outkey)[*outkeylen] = '\0'; in yp_first_host()
195 int inkeylen, char **outkey, int *outkeylen, char **outval, in yp_next_host() argument
202 *outkey = *outval = NULL; in yp_next_host()
218 *outkey = (char *)malloc(*outkeylen+1); in yp_next_host()
219 memcpy(*outkey, yprkv.keydat.dptr, *outkeylen); in yp_next_host()
220 (*outkey)[*outkeylen] = '\0'; in yp_next_host()
H A Dyplib_host.h36 char **outkey, int *outkeylen, char **outval,
39 char *inkey, int inkeylen, char **outkey,
/netbsd-src/distrib/utils/libhack/
H A Dyplib.c188 yp_first(indomain, inmap, outkey, outkeylen, outval, outvallen) in yp_first() argument
191 char **outkey;
197 *outkey = *outval = NULL;
204 yp_next(indomain, inmap, inkey, inkeylen, outkey, outkeylen, outval, outvallen) in yp_next() argument
209 char **outkey;
214 *outkey = *outval = NULL;
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dinfo_nis.c402 char *outkey, *outval; in am_yp_all() local
409 i = yp_first(indomain, inmap, &outkey, &outkeylen, &outval, &outvallen); in am_yp_all()
415 outkey, in am_yp_all()
430 outkey_old = outkey; in am_yp_all()
436 &outkey, in am_yp_all()
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/
H A Dtkey.h118 dns_tsigkey_t **outkey, dns_tsigkeyring_t *ring,
132 * 'outkey' receives the established key, if non-NULL;
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dtkey.h165 dns_tsigkey_t **outkey, dns_tsig_keyring_t *ring);
188 isc_buffer_t *outtoken, dns_tsigkey_t **outkey,
216 dns_tsigkey_t **outkey, dns_tsig_keyring_t *ring,
/netbsd-src/external/bsd/mdocml/dist/
H A Dmansearch.c95 size_t cur, i, maxres, outkey; in mansearch() local
109 outkey = KEY_Nd; in mansearch()
110 if (search->outkey != NULL) in mansearch()
112 if (0 == strcasecmp(search->outkey, in mansearch()
114 outkey = im; in mansearch()
201 mpage->output = buildoutput(outkey, page); in mansearch()
H A Dmansearch.h103 const char *outkey; /* show content of this macro */ member
H A Dmain.c173 search.outkey = "Nd"; in main()
299 search.outkey = oarg; in main()
919 search.outkey = NULL; in check_xr()
H A Dcgi.c976 search.outkey = "Nd"; in pg_search()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dtkey.c1220 dns_tsigkey_t **outkey, dns_tsig_keyring_t *ring) { in dns_tkey_processdhresponse() argument
1239 if (outkey != NULL) { in dns_tkey_processdhresponse()
1240 REQUIRE(*outkey == NULL); in dns_tkey_processdhresponse()
1327 rtkey.expire, rmsg->mctx, ring, outkey); in dns_tkey_processdhresponse()
1352 isc_buffer_t *outtoken, dns_tsigkey_t **outkey, in dns_tkey_processgssresponse() argument
1367 if (outkey != NULL) { in dns_tkey_processgssresponse()
1368 REQUIRE(*outkey == NULL); in dns_tkey_processgssresponse()
1417 rtkey.inception, rtkey.expire, ring->mctx, ring, outkey)); in dns_tkey_processgssresponse()
1489 dns_tsigkey_t **outkey, dns_tsig_keyring_t *ring, in dns_tkey_gssnegotiate() argument
1503 if (outkey != NULL) { in dns_tkey_gssnegotiate()
[all …]
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dtkey.c653 dns_tsigkey_t **outkey, dns_tsigkeyring_t *ring, in process_gsstkey()
667 REQUIRE(outkey == NULL || *outkey == NULL); in process_deletetkey()
730 if (outkey == NULL) { in dns_tkey_processquery()
733 *outkey = tsigkey; in dns_tkey_processquery()
1221 dns_tkey_processdhresponse(dns_message_t * qmsg,dns_message_t * rmsg,dst_key_t * key,isc_buffer_t * nonce,dns_tsigkey_t ** outkey,dns_tsig_keyring_t * ring) dns_tkey_processdhresponse() argument
1353 dns_tkey_processgssresponse(dns_message_t * qmsg,dns_message_t * rmsg,const dns_name_t * gname,dns_gss_ctx_id_t * context,isc_buffer_t * outtoken,dns_tsigkey_t ** outkey,dns_tsig_keyring_t * ring,char ** err_message) dns_tkey_processgssresponse() argument
1490 dns_tkey_gssnegotiate(dns_message_t * qmsg,dns_message_t * rmsg,const dns_name_t * server,dns_gss_ctx_id_t * context,dns_tsigkey_t ** outkey,dns_tsig_keyring_t * ring,bool win2k,char ** err_message) dns_tkey_gssnegotiate() argument