Home
last modified time | relevance | path

Searched refs:getpass_r (Results 1 – 7 of 7) sorted by relevance

/external/curl/src/
Dtool_getpass.c64 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
138 char *getpass_r(const char *prompt, char *buffer, size_t buflen) in getpass_r() function
143 char *getpass_r(const char *prompt, char *buffer, size_t buflen) in getpass_r() function
224 char *getpass_r(const char *prompt, /* prompt to display */ in getpass_r() function
Dtool_getpass.h33 char *getpass_r(const char *prompt, char *buffer, size_t buflen);
Dtool_paramhlp.c434 getpass_r(prompt, passwd, sizeof(passwd)); in checkpasswd()
/external/curl/lib/
Dcurl_config.h.cmake229 /* Define to 1 if you have the `getpass_r' function. */
/external/curl/
DCMakeLists.txt776 check_symbol_exists(getpass_r "${CURL_INCLUDES}" HAVE_GETPASS_R)
Dconfigure.ac3271 getpass_r \
DCHANGES.014942 curl due to that getpass_r() prototype. I've now put it around #ifndef
15047 * The SCO compiler got an error on the getpass_r() prototype in getpass.h
15216 - Angus Mackay's getpass_r() in lib/getpass.c is now compliant with the
15217 getpass_r() function it seems some systems actually have.