Home
last modified time | relevance | path

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

/dragonfly/lib/libc/yp/
HDyplib.c658 char **outval, int *outvallen) in yp_match() argument
666 *outval = NULL; in yp_match()
694 *outval = (char *)malloc(*outvallen+1); in yp_match()
695 bcopy(yprv.val.valdat_val, *outval, *outvallen); in yp_match()
696 (*outval)[*outvallen] = '\0'; in yp_match()
724 *outval = (char *)malloc(*outvallen+1); in yp_match()
725 bcopy(yprv.val.valdat_val, *outval, *outvallen); in yp_match()
726 (*outval)[*outvallen] = '\0'; in yp_match()
761 char **outval, int *outvallen) in yp_first() argument
775 *outkey = *outval = NULL; in yp_first()
[all …]
/dragonfly/contrib/gdb-7/gdb/
HDvalarith.c630 struct value *outval = NULL; in value_concat() local
696 outval = value_string (ptr, count * inval2len, char_type); in value_concat()
744 outval = value_string (ptr, inval1len + inval2len, char_type); in value_concat()
762 return (outval); in value_concat()