Searched refs:getpassfd (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/lib/libc/gen/ |
H A D | getpass.c | 55 __weak_alias(getpassfd,_getpassfd) in __weak_alias() argument 86 getpassfd(const char *prompt, char *buf, size_t len, int *fd, int flags, in __weak_alias() 323 return getpassfd(prompt, buf, len, NULL, GETPASS_ECHO_NL, 0); in getpass_r() 357 printf("[%s]\n", getpassfd("foo>", buf, sizeof(buf), NULL, in main()
|
H A D | Makefile.inc | 134 MLINKS+=getpass.3 getpassfd.3
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | readpassphrase.c | 67 return getpassfd(prompt, buf, bufsiz, NULL, gflags, 0);
|
/netbsd-src/include/ |
H A D | unistd.h | 354 char *getpassfd(const char *, char *, size_t, int *, int, int);
|
/netbsd-src/usr.bin/nc/ |
H A D | socks.c | 125 if (getpassfd(prompt, pw, sizeof(pw), NULL, GETPASS_NEED_TTY, 0) in getproxypass()
|
/netbsd-src/external/bsd/openpam/dist/lib/libpam/ |
H A D | openpam_ttyconv.c | 72 rv = getpassfd(message, response, PAM_MAX_RESP_SIZE, NULL, in prompt()
|
/netbsd-src/lib/libc/include/ |
H A D | namespace.h | 403 #define getpassfd _getpassfd 399 #define getpassfd _getpassfd global() macro
|
/netbsd-src/sbin/cgdconfig/ |
H A D | cgdconfig.c | 576 p = getpassfd(prompt, buf, sizeof(buf), NULL, in maybe_getpass()
|
/netbsd-src/usr.sbin/makemandb/ |
H A D | nostem.txt | 1497 getpassfd
|