Searched refs:p_rep (Results 1 – 2 of 2) sorted by relevance
3849 char *prompt, *p_rep; in show_isearch_prompt() local3858 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()
669 OSSL_CMP_MSG **p_rep, int rep_type) in initial_certreq() argument683 res = send_receive_check(ctx, req, p_rep, rep_type); in initial_certreq()