| /freebsd-10-stable/usr.sbin/ppp/ |
| D | prompt.h | 40 struct prompt { struct 48 unsigned nonewline : 1; /* need a newline before our prompt ? */ argument 49 unsigned needprompt : 1; /* Show a prompt at the next UpdateSet() */ argument 50 unsigned active : 1; /* Is the prompt active (^Z) */ argument 58 struct prompt *next; /* Maintained in log.c */ argument 66 ((d)->type == PROMPT_DESCRIPTOR ? (struct prompt *)(d) : NULL) argument
|
| D | log.c | 90 log_RegisterPrompt(struct prompt *prompt) in log_RegisterPrompt() 99 log_ActivatePrompt(struct prompt *prompt) in log_ActivatePrompt() 116 log_DeactivatePrompt(struct prompt *prompt) in log_DeactivatePrompt() 125 log_UnRegisterPrompt(struct prompt *prompt) in log_UnRegisterPrompt() 318 struct prompt *prompt; in log_Printf() local
|
| D | systems.c | 317 struct prompt *prompt, struct datalink *cx, int how) in ReadSystem() 427 system_IsValid(const char *name, struct prompt *prompt, int mode) in system_IsValid() 478 struct prompt *prompt, struct datalink *cx) in system_Select()
|
| /freebsd-10-stable/contrib/apr/passwd/ |
| D | apr_getpass.c | 94 static char *get_password(const char *prompt) in get_password() 110 static char *get_password(const char *prompt) in get_password() 177 static char *get_password(const char *prompt) in get_password() 232 APR_DECLARE(apr_status_t) apr_password_get(const char *prompt, char *pwbuf, apr_size_t *bufsiz) in apr_password_get()
|
| /freebsd-10-stable/contrib/texinfo/info/ |
| D | m-x.c | 36 read_function_name (char *prompt, WINDOW *window) in read_function_name() 100 char *prompt; variable 168 char prompt[80]; variable
|
| D | variables.c | 112 char prompt[100]; variable 204 read_variable_name (char *prompt, WINDOW *window) in read_variable_name()
|
| D | echo-area.c | 163 initialize_input_line (char *prompt) in initialize_input_line() 204 info_read_in_echo_area (WINDOW *window, char *prompt) in info_read_in_echo_area() 802 info_read_completing_internal (WINDOW *window, char *prompt, in info_read_completing_internal() 897 char *prompt, REFERENCE **completions) in info_read_completing_in_echo_area() 906 char *prompt, REFERENCE **completions) in info_read_maybe_completing() 1386 char *prompt; member
|
| /freebsd-10-stable/crypto/openssl/crypto/ui/ |
| D | ui_compat.c | 59 int _ossl_old_des_read_pw_string(char *buf, int length, const char *prompt, in _ossl_old_des_read_pw_string() 65 int _ossl_old_des_read_pw(char *buf, char *buff, int size, const char *prompt, in _ossl_old_des_read_pw()
|
| D | ui_util.c | 59 int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt, in UI_UTIL_read_pw_string() 72 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, in UI_UTIL_read_pw()
|
| D | ui_lib.c | 135 static UI_STRING *general_allocate_prompt(UI *ui, const char *prompt, in general_allocate_prompt() 157 static int general_allocate_string(UI *ui, const char *prompt, in general_allocate_string() 183 const char *prompt, in general_allocate_boolean() 232 int UI_add_input_string(UI *ui, const char *prompt, int flags, in UI_add_input_string() 241 int UI_dup_input_string(UI *ui, const char *prompt, int flags, in UI_dup_input_string() 259 int UI_add_verify_string(UI *ui, const char *prompt, int flags, in UI_add_verify_string() 268 int UI_dup_verify_string(UI *ui, const char *prompt, int flags, in UI_dup_verify_string() 287 int UI_add_input_boolean(UI *ui, const char *prompt, const char *action_desc, in UI_add_input_boolean() 296 int UI_dup_input_boolean(UI *ui, const char *prompt, const char *action_desc, in UI_dup_input_boolean() 398 char *prompt = NULL; in UI_construct_prompt() local
|
| /freebsd-10-stable/lib/libdpv/ |
| D | dialog_util.c | 343 dialog_prompt_numlines(const char *prompt, uint8_t nlstate) in dialog_prompt_numlines() 382 dialog_prompt_longestline(const char *prompt, uint8_t nlstate) in dialog_prompt_longestline() 452 dialog_prompt_lastline(char *prompt, uint8_t nlstate) in dialog_prompt_lastline() 495 dialog_prompt_wrappedlines(char *prompt, int ncols, uint8_t nlstate) in dialog_prompt_wrappedlines() 601 dialog_prompt_nlstate(const char *prompt) in dialog_prompt_nlstate()
|
| /freebsd-10-stable/crypto/openssl/crypto/asn1/ |
| D | n_pkey.c | 111 int (*cb) (char *buf, int len, const char *prompt, in i2d_Netscape_RSA() 118 int (*cb) (char *buf, int len, const char *prompt, in i2d_RSA_NET() 233 int (*cb) (char *buf, int len, const char *prompt, in d2i_Netscape_RSA() 240 int (*cb) (char *buf, int len, const char *prompt, in d2i_RSA_NET() 280 int (*cb) (char *buf, int len, const char *prompt, in d2i_RSA_NET_2()
|
| /freebsd-10-stable/crypto/openssl/crypto/evp/ |
| D | evp_key.c | 69 void EVP_set_pw_prompt(const char *prompt) in EVP_set_pw_prompt() 92 int EVP_read_pw_string(char *buf, int len, const char *prompt, int verify) in EVP_read_pw_string() 97 int EVP_read_pw_string_min(char *buf, int min, int len, const char *prompt, in EVP_read_pw_string_min()
|
| /freebsd-10-stable/crypto/openssl/crypto/des/ |
| D | read2pwd.c | 117 int DES_read_password(DES_cblock *key, const char *prompt, int verify) in DES_read_password() 130 const char *prompt, int verify) in DES_read_2passwords()
|
| D | read_pwd.c | 219 int des_read_pw_string(char *buf, int length, const char *prompt, int verify) in des_read_pw_string() 233 int des_read_pw(char *buf, char *buff, int size, const char *prompt, in des_read_pw() 243 int des_read_pw(char *buf, char *buff, int size, char *prompt, int verify) in des_read_pw() 263 int des_read_pw(char *buf, char *buff, int size, const char *prompt, in des_read_pw()
|
| /freebsd-10-stable/crypto/heimdal/lib/sl/ |
| D | sl.c | 184 readline(char *prompt) in readline() 290 static char *sl_readline(const char *prompt) in sl_readline() 308 sl_command_loop(SL_cmd *cmds, const char *prompt, void **data) in sl_command_loop() 340 sl_loop(SL_cmd *cmds, const char *prompt) in sl_loop()
|
| /freebsd-10-stable/crypto/openssh/ |
| D | readpass.c | 119 read_passphrase(const char *prompt, int flags) in read_passphrase() 173 char *p, prompt[1024]; in ask_permission() local
|
| D | sshconnect1.c | 411 char prompt[1024]; in try_challenge_response_authentication() local 468 try_password_authentication(char *prompt) in try_password_authentication() 763 char prompt[80]; in ssh_userauth1() local
|
| /freebsd-10-stable/contrib/libarchive/libarchive_fe/ |
| D | passphrase.c | 84 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags) in readpassphrase() 168 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags) in readpassphrase() 317 lafe_readpassphrase(const char *prompt, char *buf, size_t bufsiz) in lafe_readpassphrase()
|
| /freebsd-10-stable/contrib/nvi/ex/ |
| D | ex_txt.c | 57 ex_txt(SCR *sp, TEXTH *tiqh, ARG_CHAR_T prompt, u_int32_t flags) in ex_txt() 356 txt_prompt(SCR *sp, TEXT *tp, ARG_CHAR_T prompt, u_int32_t flags) in txt_prompt()
|
| /freebsd-10-stable/crypto/heimdal/lib/hx509/ |
| D | lock.c | 45 hx509_prompter_fct prompt; member 169 hx509_lock_set_prompter(hx509_lock lock, hx509_prompter_fct prompt, void *data) in hx509_lock_set_prompter() 207 hx509_lock_prompt(hx509_lock lock, hx509_prompt *prompt) in hx509_lock_prompt()
|
| /freebsd-10-stable/lib/libc/gen/ |
| D | readpassphrase.c | 46 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags) in readpassphrase() 190 getpass(const char *prompt) in getpass()
|
| /freebsd-10-stable/usr.sbin/tzsetup/ |
| D | tzsetup.c | 92 char *prompt; member 241 char prompt[2]; member 266 char title[64], prompt[64]; in continent_country_menu() local 631 char title[64], prompt[64]; in set_zone_menu() local 659 char title[64], prompt[64]; in confirm_zone() local 707 char title[64], prompt[SILLY_BUFFER_SIZE]; in install_zoneinfo_file() local 906 char title[64], prompt[128]; in main() local
|
| /freebsd-10-stable/contrib/libreadline/examples/ |
| D | rltest.c | 52 char *temp, *prompt; in main() local
|
| /freebsd-10-stable/crypto/heimdal/kadmin/ |
| D | util.c | 129 edit_attributes (const char *prompt, krb5_flags *attr, int *mask, int bit) in edit_attributes() 258 edit_timet (const char *prompt, krb5_timestamp *value, int *mask, int bit) in edit_timet() 345 edit_deltat (const char *prompt, krb5_deltat *value, int *mask, int bit) in edit_deltat() 580 get_response(const char *prompt, const char *def, char *buf, size_t len) in get_response()
|