Searched refs:getpass_r (Results 1 - 3 of 3) sorted by relevance

/external/curl/src/
H A Dtool_getpass.h33 char* getpass_r(const char *prompt, char* buffer, size_t buflen);
H A Dtool_getpass.c25 /* this file is only for systems without getpass_r() */
64 char *getpass_r(const char *prompt, char *buffer, size_t buflen) function
105 char *getpass_r(const char *prompt, char *buffer, size_t buflen) function
138 char *getpass_r(const char *prompt, char *buffer, size_t buflen) function
143 char *getpass_r(const char *prompt, char *buffer, size_t buflen) function
224 char *getpass_r(const char *prompt, /* prompt to display */ function
H A Dtool_paramhlp.c411 getpass_r(prompt, passwd, sizeof(passwd));

Completed in 82 milliseconds