HomeSort by: relevance | last modified time | path
    Searched refs:getpassfd (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/gen/
getpass.c 55 __weak_alias(getpassfd,_getpassfd)
86 getpassfd(const char *prompt, char *buf, size_t len, int *fd, int flags,
323 return getpassfd(prompt, buf, len, NULL, GETPASS_ECHO_NL, 0);
357 printf("[%s]\n", getpassfd("foo>", buf, sizeof(buf), NULL,
  /src/include/
unistd.h 354 char *getpassfd(const char *, char *, size_t, int *, int, int);
  /src/usr.bin/nc/
socks.c 125 if (getpassfd(prompt, pw, sizeof(pw), NULL, GETPASS_NEED_TTY, 0)
  /src/lib/libc/include/
namespace.h 403 #define getpassfd _getpassfd macro
  /src/sbin/cgdconfig/
cgdconfig.c 576 p = getpassfd(prompt, buf, sizeof(buf), NULL,

Completed in 89 milliseconds