Searched refs:getpass_r (Results 1 – 6 of 6) sorted by relevance
/third_party/curl/src/ |
D | tool_getpass.c | 68 char *getpass_r(const char *prompt, char *buffer, size_t buflen) in getpass_r() function 105 char *getpass_r(const char *prompt, char *buffer, size_t buflen) in getpass_r() function 136 char *getpass_r(const char *prompt, char *buffer, size_t buflen) in getpass_r() function 141 char *getpass_r(const char *prompt, char *buffer, size_t buflen) in getpass_r() function 220 char *getpass_r(const char *prompt, /* prompt to display */ in getpass_r() function
|
D | tool_getpass.h | 33 char *getpass_r(const char *prompt, char *buffer, size_t buflen);
|
D | tool_paramhlp.c | 475 getpass_r(prompt, passwd, sizeof(passwd)); in checkpasswd()
|
/third_party/curl/lib/ |
D | curl_config.h.cmake | 202 /* Define to 1 if you have the `getpass_r' function. */
|
/third_party/curl/ |
D | CMakeLists.txt | 1019 check_symbol_exists(getpass_r "${CURL_INCLUDES}" HAVE_GETPASS_R)
|
D | configure.ac | 3277 getpass_r \
|