HomeSort by: relevance | last modified time | path
    Searched defs:getpass_r (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gen/
getpass.c 56 __weak_alias(getpass_r,_getpass_r)
62 * - There is no getpass_r in POSIX
321 getpass_r(const char *prompt, char *buf, size_t len) function in typeref:typename:char *
346 if ((rv = getpass_r(prompt, buf, (size_t)bufsiz)) == NULL)
  /src/lib/libc/include/
namespace.h 404 #define getpass_r _getpass_r macro

Completed in 14 milliseconds