Searched refs:prompt_string (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/crypto/evp/
H A Devp_key.c67 static char prompt_string[80]; variable
72 prompt_string[0]='\0';
75 strncpy(prompt_string,prompt,79);
76 prompt_string[79]='\0';
82 if (prompt_string[0] == '\0')
85 return(prompt_string);
97 if ((prompt == NULL) && (prompt_string[0] != '\0'))
98 prompt=prompt_string;
/macosx-10.10/Security-57031.1.35/Security/sec/SecurityTool/
H A DSecurityTool.c51 const char *prompt_string = "security> "; variable
325 prompt_string = optarg;
373 fprintf(stderr, "%s", prompt_string);
/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Dsecurity.c85 const char *prompt_string = "security> "; variable
888 prompt_string = optarg;
935 fprintf(stderr, "%s", prompt_string);
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-evp.c1657 static char prompt_string[80]; variable
1663 prompt_string[0] = '\0';
1665 strncpy(prompt_string, prompt, 79);
1666 prompt_string[79] = '\0';
1674 if (prompt_string[0] == '\0') {
1677 return (prompt_string);
1685 if ((prompt == NULL) && (prompt_string[0] != '\0')) {
1686 prompt = prompt_string;
/macosx-10.10/security_systemkeychain-55202/src/
H A Dtokenadmin.m62 const char *prompt_string = "tokenadmin> ";
/macosx-10.10/vim-55/runtime/syntax/
H A Dtsscl.vim90 " *PROMPT prompt_string sybol_name

Completed in 136 milliseconds