Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/gen/
H A Dgetpass.c56 __weak_alias(getpass_r,_getpass_r) in __weak_alias()
321 getpass_r(const char *prompt, char *buf, size_t len) in getpass_r() function
346 if ((rv = getpass_r(prompt, buf, (size_t)bufsiz)) == NULL) in getpass()
H A DMakefile.inc133 MLINKS+=getpass.3 getpass_r.3
/netbsd-src/include/
H A Dunistd.h367 char *getpass_r(const char *, char *, size_t);
/netbsd-src/usr.bin/unzip/
H A Dunzip.c879 p = getpass_r(prompt, passbuf, sizeof(passbuf)); in passphrase_callback()
/netbsd-src/lib/libc/include/
H A Dnamespace.h404 #define getpass_r _getpass_r
400 #define getpass_r _getpass_r global() macro
/netbsd-src/sbin/cgdconfig/
H A Dcgdconfig.c572 p = getpass_r(prompt, buf, sizeof(buf)); in maybe_getpass()