Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ypserv/common/
H A Dyplib_host.c177 yp_first_host(CLIENT *client, char *indomain, char *inmap, char **outkey, in yp_first_host() argument
185 *outkey = *outval = NULL; in yp_first_host()
202 *outkey = malloc(*outkeylen+1); in yp_first_host()
203 memcpy(*outkey, yprkv.key.keydat_val, *outkeylen); in yp_first_host()
204 (*outkey)[*outkeylen] = '\0'; in yp_first_host()
217 int inkeylen, char **outkey, int *outkeylen, char **outval, int *outvallen) in yp_next_host() argument
224 *outkey = *outval = NULL; in yp_next_host()
243 *outkey = malloc(*outkeylen+1); in yp_next_host()
244 memcpy(*outkey, yprkv.key.keydat_val, *outkeylen); in yp_next_host()
245 (*outkey)[*outkeylen] = '\0'; in yp_next_host()
H A Dyplib_host.h37 char **outkey, int *outkeylen, char **outval, int *outvallen);
39 int inkeylen, char **outkey, int *outkeylen, char **outval,
/freebsd-13.1/lib/libc/yp/
H A Dyplib.c789 *outkey = *outval = NULL; in yp_first()
822 *outkey = (char *)malloc(*outkeylen+1); in yp_first()
823 if (*outkey == NULL) { in yp_first()
830 bcopy(yprkv.key.keydat_val, *outkey, *outkeylen); in yp_first()
831 (*outkey)[*outkeylen] = '\0'; in yp_first()
835 free(*outkey); in yp_first()
868 *outkey = *outval = NULL; in yp_next()
903 *outkey = (char *)malloc(*outkeylen+1); in yp_next()
904 if (*outkey == NULL) { in yp_next()
912 (*outkey)[*outkeylen] = '\0'; in yp_next()
[all …]
/freebsd-13.1/contrib/opie/libopie/
H A Datob8.c31 char *opieatob8 FUNCTION((out, in), struct opie_otpkey *outkey AND char *in)
35 unsigned char *out = (unsigned char *)outkey;
/freebsd-13.1/include/rpcsvc/
H A Dypclnt.h81 int yp_first(char *indomain, char *inmap, char **outkey, int *outkeylen,
84 char **outkey, int *outkeylen, char **outval, int *outvallen);
/freebsd-13.1/contrib/mandoc/
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.h104 const char *outkey; /* show content of this macro */ member
H A Dmain.c172 search.outkey = "Nd"; in main()
339 search.outkey = oarg; in main()
1020 search.outkey = NULL; in check_xr()
H A Dcgi.c975 search.outkey = "Nd"; in pg_search()
/freebsd-13.1/usr.sbin/ypldap/
H A Daldap.c444 aldap_first_attr(struct aldap_message *msg, char **outkey, char ***outvalues) in aldap_first_attr() argument
463 (*outkey) = utoa(key); in aldap_first_attr()
467 (*outkey) = NULL; in aldap_first_attr()
473 aldap_next_attr(struct aldap_message *msg, char **outkey, char ***outvalues) in aldap_next_attr() argument
497 (*outkey) = utoa(key); in aldap_next_attr()
502 (*outkey) = NULL; in aldap_next_attr()