Searched refs:outval (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/lib/libc/yp/
H A Dyp_first.c49 int *outkeylen, char **outval, int *outvallen)
57 outval == NULL || outvallen == NULL)
59 *outkey = *outval = NULL;
97 if ((*outval = malloc((size_t)(*outvallen + 1))) == NULL)
100 (void)memcpy(*outval, yprkv.valdat.dptr,
102 (*outval)[*outvallen] = '\0';
112 if (*outval) {
113 free(*outval);
114 *outval = NULL;
122 int inkeylen, char **outkey, int *outkeylen, char **outval, in
121 yp_next(const char *indomain, const char *inmap, const char *inkey, int inkeylen, char **outkey, int *outkeylen, char **outval, int *outvallen) argument
[all...]
H A Dyp_match.c166 int inkeylen, char **outval, int *outvallen)
173 if (outval == NULL || outvallen == NULL)
175 *outval = NULL;
194 if ((*outval = malloc((size_t)(*outvallen + 1))) == NULL)
196 (void)memcpy(*outval, yprv.valdat.dptr, (size_t)*outvallen);
197 (*outval)[*outvallen] = '\0';
226 if ((*outval = malloc((size_t)(*outvallen + 1))) == NULL)
228 (void)memcpy(*outval, yprv.valdat.dptr, (size_t)*outvallen);
229 (*outval)[*outvallen] = '\0';
233 *outval, *outvalle
165 yp_match(const char *indomain, const char *inmap, const char *inkey, int inkeylen, char **outval, int *outvallen) argument
[all...]
/netbsd-current/usr.sbin/ypserv/common/
H A Dyplib_host.h33 const char *inkey, int inkeylen, char **outval,
36 char **outkey, int *outkeylen, char **outval,
40 int *outkeylen, char **outval, int *outvallen);
H A Dyplib_host.c128 int inkeylen, char **outval, int *outvallen)
134 *outval = NULL;
151 *outval = (char *)malloc(*outvallen+1);
152 memcpy(*outval, yprv.valdat.dptr, *outvallen);
153 (*outval)[*outvallen] = '\0';
161 int *outkeylen, char **outval, int *outvallen)
167 *outkey = *outval = NULL;
185 *outval = (char *)malloc(*outvallen+1);
186 memcpy(*outval, yprkv.valdat.dptr, *outvallen);
187 (*outval)[*outvalle
127 yp_match_host(CLIENT *client, char *indomain, char *inmap, const char *inkey, int inkeylen, char **outval, int *outvallen) argument
160 yp_first_host(CLIENT *client, char *indomain, char *inmap, char **outkey, int *outkeylen, char **outval, int *outvallen) argument
194 yp_next_host(CLIENT *client, char *indomain, char *inmap, char *inkey, int inkeylen, char **outkey, int *outkeylen, char **outval, int *outvallen) argument
[all...]
/netbsd-current/distrib/utils/libhack/
H A Dyplib.c173 yp_match(indomain, inmap, inkey, inkeylen, outval, outvallen)
178 char **outval;
181 *outval = NULL;
188 yp_first(indomain, inmap, outkey, outkeylen, outval, outvallen)
193 char **outval;
197 *outkey = *outval = NULL;
204 yp_next(indomain, inmap, inkey, inkeylen, outkey, outkeylen, outval, outvallen)
211 char **outval;
214 *outkey = *outval = NULL;
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dinfo_nis.c402 char *outkey, *outval; local
409 i = yp_first(indomain, inmap, &outkey, &outkeylen, &outval, &outvallen);
417 outval,
425 * outval must be freed *before* calling yp_next again, outkey can be
429 XFREE(outval);
438 &outval,
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
H A Ddatamorph.c184 struct berval *outval )
201 ber_dupbv( outval, &db_value );
202 assert( outval->bv_val );
296 ber_dupbv( outval, &db_value );
297 assert( outval->bv_val );
350 struct berval *outval )
358 ber_dupbv( outval, val );
359 assert( outval->bv_val );
365 BER_BVZERO( outval );
389 BER_BVZERO( outval );
[all...]
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_ripencc.c1288 short outval; local
1291 optr = (unsigned char*)&outval + 1;
1294 return outval;
1303 unsigned short outval; local
1306 optr = (unsigned char*)&outval + 1;
1309 return outval;
1317 long outval; local
1320 optr = (unsigned char*)&outval + 3;
1325 return outval;
1333 unsigned long outval; local
1350 float outval; local
1366 double outval; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dvalarith.c667 struct value *outval = NULL;
729 outval = value_string (ptr.data (), count * inval2len, char_type);
773 outval = value_string (ptr.data (), inval1len + inval2len, char_type);
790 return (outval);
665 struct value *outval = NULL; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c16372 rtx outval = operands[1];
16402 gcc_assert (REG_P (outval) || SUBREG_P (outval));
16404 if (REG_P (outval))
16407 gen_rtx_SUBREG (SImode, outval, 0)));
16409 else /* SUBREG_P (outval) */
16411 if (GET_MODE (SUBREG_REG (outval)) == SImode)
16413 SUBREG_REG (outval)));
16433 if (reg_overlap_mentioned_p (base_plus, outval))
16435 /* Updating base_plus might destroy outval, se
16358 rtx outval = operands[1]; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc16547 rtx outval = operands[1];
16577 gcc_assert (REG_P (outval) || SUBREG_P (outval));
16579 if (REG_P (outval))
16582 gen_rtx_SUBREG (SImode, outval, 0)));
16584 else /* SUBREG_P (outval) */
16586 if (GET_MODE (SUBREG_REG (outval)) == SImode)
16588 SUBREG_REG (outval)));
16608 if (reg_overlap_mentioned_p (base_plus, outval))
16610 /* Updating base_plus might destroy outval, se
[all...]

Completed in 374 milliseconds