hpux man page for getpass

Query: getpass

OS: hpux

Section: 3c

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

getpass(3C)															       getpass(3C)

NAME
getpass() - read a password
SYNOPSIS
DESCRIPTION
reads up to a newline or EOF from the file after prompting on the standard error output with the null-terminated string prompt and dis- abling echoing. A pointer is returned to a null-terminated string of at most 8 characters. If cannot be opened, a NULL pointer is returned. An interrupt terminates input and sends an interrupt signal to the calling program before returning.
WARNINGS
The return value points to static data whose content is overwritten by each call. Obsolescent Interfaces is to be obsoleted at a future date.
FILES
SEE ALSO
crypt(3C), thread_safety(5).
STANDARDS CONFORMANCE
TO BE OBSOLETED getpass(3C)
Related Man Pages
getpassphrase(3c) - opensolaris
getpassphrase(3c) - opendarwin
getpassphrase(3c) - osx
getpassphrase(3c) - v7
getpassphrase(3c) - xfree86
Similar Topics in the Unix Linux Community
Tweaked getpass() function gives an untraceable bug