Searched refs:outkey (Results 1 – 9 of 9) sorted by relevance
/freebsd/usr.sbin/ypserv/common/ |
H A D | yplib_host.c | 174 yp_first_host(CLIENT *client, char *indomain, char *inmap, char **outkey, in yp_first_host() argument 182 *outkey = *outval = NULL; in yp_first_host() 199 *outkey = malloc(*outkeylen+1); in yp_first_host() 200 memcpy(*outkey, yprkv.key.keydat_val, *outkeylen); in yp_first_host() 201 (*outkey)[*outkeylen] = '\0'; in yp_first_host() 214 int inkeylen, char **outkey, int *outkeylen, char **outval, int *outvallen) in yp_next_host() argument 221 *outkey = *outval = NULL; in yp_next_host() 240 *outkey = malloc(*outkeylen+1); in yp_next_host() 241 memcpy(*outkey, yprkv.key.keydat_val, *outkeylen); in yp_next_host() 242 (*outkey)[*outkeylen] = '\0'; in yp_next_host()
|
H A D | yplib_host.h | 35 char **outkey, int *outkeylen, char **outval, int *outvallen); 37 int inkeylen, char **outkey, int *outkeylen, char **outval,
|
/freebsd/lib/libc/yp/ |
H A D | yplib.c | 767 yp_first(char *indomain, char *inmap, char **outkey, int *outkeylen, in yp_first() argument 782 *outkey = *outval = NULL; in yp_first() 815 *outkey = (char *)malloc(*outkeylen+1); in yp_first() 816 if (*outkey == NULL) { in yp_first() 823 bcopy(yprkv.key.keydat_val, *outkey, *outkeylen); in yp_first() 824 (*outkey)[*outkeylen] = '\0'; in yp_first() 828 free(*outkey); in yp_first() 846 char **outkey, int *outkeylen, char **outval, int *outvallen) in yp_next() argument 861 *outkey = *outval = NULL; in yp_next() 896 *outkey = (char *)malloc(*outkeylen+1); in yp_next() [all …]
|
/freebsd/include/rpcsvc/ |
H A D | ypclnt.h | 79 int yp_first(char *indomain, char *inmap, char **outkey, int *outkeylen, 82 char **outkey, int *outkeylen, char **outval, int *outvallen);
|
/freebsd/contrib/mandoc/ |
H A D | mansearch.c | 95 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 D | mansearch.h | 104 const char *outkey; /* show content of this macro */ member
|
H A D | main.c | 190 search.outkey = "Nd"; in main() 372 search.outkey = oarg; in main() 1094 search.outkey = NULL; in check_xr()
|
H A D | cgi.c | 1031 search.outkey = "Nd"; in pg_search()
|
/freebsd/usr.sbin/ypldap/ |
H A D | aldap.c | 443 aldap_first_attr(struct aldap_message *msg, char **outkey, char ***outvalues) in aldap_first_attr() argument 462 (*outkey) = utoa(key); in aldap_first_attr() 466 (*outkey) = NULL; in aldap_first_attr() 472 aldap_next_attr(struct aldap_message *msg, char **outkey, char ***outvalues) in aldap_next_attr() argument 496 (*outkey) = utoa(key); in aldap_next_attr() 501 (*outkey) = NULL; in aldap_next_attr()
|