Searched refs:outval (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/usr.sbin/ypserv/common/ |
| H A D | yplib_host.c | 140 int inkeylen, char **outval, int *outvallen) in yp_match_host() argument 147 *outval = NULL; in yp_match_host() 167 *outval = malloc(*outvallen + 1); in yp_match_host() 169 (*outval)[*outvallen] = '\0'; in yp_match_host() 178 int *outkeylen, char **outval, int *outvallen) in yp_first_host() argument 185 *outkey = *outval = NULL; in yp_first_host() 206 *outval = malloc(*outvallen+1); in yp_first_host() 208 (*outval)[*outvallen] = '\0'; in yp_first_host() 224 *outkey = *outval = NULL; in yp_next_host() 247 *outval = malloc(*outvallen+1); in yp_next_host() [all …]
|
| H A D | yplib_host.h | 35 const char *inkey, int inkeylen, char **outval, int *outvallen); 37 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 D | yplib.c | 660 *outval = NULL; in yp_match() 689 if (*outval == NULL) { in yp_match() 696 (*outval)[*outvallen] = '\0'; in yp_match() 732 if (*outval == NULL) { in yp_match() 740 (*outval)[*outvallen] = '\0'; in yp_match() 789 *outkey = *outval = NULL; in yp_first() 834 if (*outval == NULL) { in yp_first() 843 (*outval)[*outvallen] = '\0'; in yp_first() 868 *outkey = *outval = NULL; in yp_next() 915 if (*outval == NULL) { in yp_next() [all …]
|
| /freebsd-13.1/include/rpcsvc/ |
| H A D | ypclnt.h | 80 char **outval, int *outvallen); 82 char **outval, int *outvallen); 84 char **outkey, int *outkeylen, char **outval, int *outvallen);
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | refclock_ripencc.c | 1286 short outval; in bGetShort() local 1292 return outval; in bGetShort() 1307 return outval; in bGetUShort() 1315 long outval; in bGetLong() local 1323 return outval; in bGetLong() 1331 unsigned long outval; in bGetULong() local 1339 return outval; in bGetULong() 1348 float outval; in bGetSingle() local 1356 return outval; in bGetSingle() 1364 double outval; in bGetDouble() local [all …]
|