Home
last modified time | relevance | path

Searched refs:MAXPASSWD (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dgetpass.c48 #define MAXPASSWD 8 /* max significant characters in password */ macro
58 static char pbuf[ MAXPASSWD + 1 ]; in getpass()
82 if(p < &pbuf[ MAXPASSWD ]) in getpass()
/titanic_41/usr/src/lib/libc/port/stdio/
H A Dgetpass.c51 #define MAXPASSWD 256 /* max significant characters in password */ macro
64 return ((char *)__getpass(prompt, MAXPASSWD)); in getpassphrase()
77 char *pbuf = tsdalloc(_T_GETPASS, MAXPASSWD + 1, NULL); in __getpass()
/titanic_41/usr/src/cmd/keyserv/
H A Dnewkey.c58 #define MAXPASSWD 256 /* max significant characters in password */ macro
333 static char password[MAXPASSWD+1];
334 char prompt[MAXPASSWD+MAXHOSTNAMELEN+64];