Home
last modified time | relevance | path

Searched refs:outval (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/usr.sbin/ypserv/common/
H A Dyplib_host.c140 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 Dyplib_host.h35 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 Dyplib.c660 *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 Dypclnt.h80 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 Drefclock_ripencc.c1286 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 …]