Searched refs:getpass_r (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/lib/libc/gen/ |
H A D | getpass.c | 56 __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 D | Makefile.inc | 133 MLINKS+=getpass.3 getpass_r.3
|
/netbsd-src/include/ |
H A D | unistd.h | 367 char *getpass_r(const char *, char *, size_t);
|
/netbsd-src/usr.bin/unzip/ |
H A D | unzip.c | 879 p = getpass_r(prompt, passbuf, sizeof(passbuf)); in passphrase_callback()
|
/netbsd-src/lib/libc/include/ |
H A D | namespace.h | 404 #define getpass_r _getpass_r 400 #define getpass_r _getpass_r global() macro
|
/netbsd-src/sbin/cgdconfig/ |
H A D | cgdconfig.c | 572 p = getpass_r(prompt, buf, sizeof(buf)); in maybe_getpass()
|