Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dsession.c3849 char *prompt, *p_rep; in show_isearch_prompt() local
3858 p_rep = (char *)NULL; in show_isearch_prompt()
3872 p_rep = (char *)xrealloc (p_rep, p_rep_size += 100); in show_isearch_prompt()
3874 strcpy (p_rep + p_rep_index, rep); in show_isearch_prompt()
3883 p_rep ? p_rep : ""); in show_isearch_prompt()
3886 maybe_free (p_rep); in show_isearch_prompt()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_client.c669 OSSL_CMP_MSG **p_rep, int rep_type) in initial_certreq() argument
683 res = send_receive_check(ctx, req, p_rep, rep_type); in initial_certreq()