/src/lib/libc/gen/ |
getpass.c | 56 __weak_alias(getpass_r,_getpass_r) 62 * - There is no getpass_r in POSIX 321 getpass_r(const char *prompt, char *buf, size_t len) function in typeref:typename:char * 346 if ((rv = getpass_r(prompt, buf, (size_t)bufsiz)) == NULL)
|
getpass.c | 56 __weak_alias(getpass_r,_getpass_r) 62 * - There is no getpass_r in POSIX 321 getpass_r(const char *prompt, char *buf, size_t len) function in typeref:typename:char * 346 if ((rv = getpass_r(prompt, buf, (size_t)bufsiz)) == NULL)
|
/src/lib/libc/include/ |
namespace.h | 404 #define getpass_r _getpass_r macro
|
namespace.h | 404 #define getpass_r _getpass_r macro
|