Searched refs:outkey (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/usr.sbin/ypserv/common/ |
| H A D | yplib_host.c | 175 yp_first_host(CLIENT *client, char *indomain, char *inmap, char **outkey, in yp_first_host() argument 183 *outkey = *outval = NULL; in yp_first_host() 200 *outkey = malloc(*outkeylen+1); in yp_first_host() 201 memcpy(*outkey, yprkv.key.keydat_val, *outkeylen); in yp_first_host() 202 (*outkey)[*outkeylen] = '\0'; in yp_first_host() 215 int inkeylen, char **outkey, int *outkeylen, char **outval, int *outvallen) in yp_next_host() argument 222 *outkey = *outval = NULL; in yp_next_host() 241 *outkey = malloc(*outkeylen+1); in yp_next_host() 242 memcpy(*outkey, yprkv.key.keydat_val, *outkeylen); in yp_next_host() 243 (*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-14.2/lib/libc/yp/ |
| H A D | yplib.c | 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() 861 *outkey = *outval = NULL; in yp_next() 896 *outkey = (char *)malloc(*outkeylen+1); in yp_next() 897 if (*outkey == NULL) { in yp_next() 905 (*outkey)[*outkeylen] = '\0'; in yp_next() [all …]
|
| /freebsd-14.2/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-14.2/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 | 187 search.outkey = "Nd"; in main() 369 search.outkey = oarg; in main() 1081 search.outkey = NULL; in check_xr()
|
| H A D | cgi.c | 1000 search.outkey = "Nd"; in pg_search()
|
| /freebsd-14.2/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()
|