Searched refs:prompt_string (Results 1 – 3 of 3) sorted by relevance
74 static char prompt_string[80]; variable79 prompt_string[0]='\0'; in EVP_set_pw_prompt()82 strncpy(prompt_string,prompt,79); in EVP_set_pw_prompt()83 prompt_string[79]='\0'; in EVP_set_pw_prompt()89 if (prompt_string[0] == '\0') in EVP_get_pw_prompt()92 return(prompt_string); in EVP_get_pw_prompt()105 if ((prompt == NULL) && (prompt_string[0] != '\0')) in EVP_read_pw_string()106 prompt=prompt_string; in EVP_read_pw_string()
494 char prompt_string[80] = "ok "; variable511 printf(prompt_string); in read_line()766 strncpy(prompt_string, prompt, sizeof (prompt_string)); in set_prompt()
4901 char prompt_string[128]; local4917 r = snprintf(prompt_string, sizeof(prompt_string), "%s %s",4919 if (r >= sizeof(prompt_string)) {4924 kprompt.prompt = prompt_string;