OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:prompt_string
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/evp/
evp_key.c
22
static char
prompt_string
[80];
variable
27
prompt_string
[0] = '\0';
29
strncpy(
prompt_string
, prompt, 79);
30
prompt_string
[79] = '\0';
36
if (
prompt_string
[0] == '\0')
39
return
prompt_string
;
59
if ((prompt == NULL) && (
prompt_string
[0] != '\0'))
60
prompt =
prompt_string
;
/src/crypto/external/bsd/openssl/dist/crypto/evp/
evp_key.c
22
static char
prompt_string
[80];
variable
27
prompt_string
[0] = '\0';
29
strncpy(
prompt_string
, prompt, 79);
30
prompt_string
[79] = '\0';
36
if (
prompt_string
[0] == '\0')
39
return
prompt_string
;
59
if ((prompt == NULL) && (
prompt_string
[0] != '\0'))
60
prompt =
prompt_string
;
/src/crypto/external/bsd/openssl.old/dist/crypto/evp/
evp_key.c
18
static char
prompt_string
[80];
variable
23
prompt_string
[0] = '\0';
25
strncpy(
prompt_string
, prompt, 79);
26
prompt_string
[79] = '\0';
32
if (
prompt_string
[0] == '\0')
35
return
prompt_string
;
55
if ((prompt == NULL) && (
prompt_string
[0] != '\0'))
56
prompt =
prompt_string
;
/src/external/bsd/tmux/dist/
tmux.h
2059
char *
prompt_string
;
member in struct:client
Completed in 29 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026