Query: getpass
OS: hpux
Section: 3c
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
getpass(3C) getpass(3C)NAMEgetpass() - read a passwordSYNOPSISDESCRIPTIONreads 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.WARNINGSThe return value points to static data whose content is overwritten by each call. Obsolescent Interfaces is to be obsoleted at a future date.FILESSEE ALSOcrypt(3C), thread_safety(5).STANDARDS CONFORMANCETO BE OBSOLETED getpass(3C)
Related Man Pages |
---|
getpass(3c) - opensolaris |
getpass(3c) - sunos |
getpassphrase(3c) - plan9 |
getpassphrase(3c) - debian |
getpassphrase(3c) - suse |
Similar Topics in the Unix Linux Community |
---|
Tweaked getpass() function gives an untraceable bug |