HomeSort by: relevance | last modified time | path
    Searched refs:prompt_string (Results 1 - 8 of 8) 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/
status.c 191 if (c->message_string == NULL && c->prompt_string == NULL)
538 if (c->prompt_string == NULL)
614 if (c->prompt_string != NULL) {
645 c->prompt_string = xstrdup (msg);
686 if (c->prompt_string == NULL)
698 free(c->prompt_string);
699 c->prompt_string = NULL;
719 free(c->prompt_string);
720 c->prompt_string = xstrdup(msg);
822 prompt = format_expand_time(c->prompt_formats, c->prompt_string);
    [all...]
cmd-command-prompt.c 93 if (tc->prompt_string != NULL)
screen-redraw.c 583 else if (c->prompt_string != NULL)
621 if (c->message_string != NULL || c->prompt_string != NULL)
server-client.c 479 free(c->prompt_string);
2642 if (c->prompt_string != NULL) {
2923 } else if (c->prompt_string == NULL)
2939 if (c->prompt_string != NULL) {
2987 if (c->overlay_draw == NULL && c->prompt_string != NULL)
tmux.h 2061 char *prompt_string; member in struct:client

Completed in 25 milliseconds