DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦849cf7a4d⟧ TextFile

    Length: 620 (0x26c)
    Types: TextFile
    Notes: UNIX file
    Names: »getpass.3«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/man/man3/getpass.3« 

TextFile

.ig
	@(#)getpass.3	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH GETPASS 3 
.SH NAME
getpass \- read a password
.SH SYNOPSIS
.nf
.B char *getpass(prompt)
.B char *prompt;
.fi
.SH DESCRIPTION
.I Getpass
reads a password from the file
.IR /dev/tty ,
or if that cannot be opened, from the standard input,
after prompting with the null-terminated string
.I prompt
and disabling echoing.
A pointer is returned to a null-terminated string
of at most 8 characters.
.SH FILES
/dev/tty
.SH "SEE ALSO"
crypt(3)
.SH BUGS
The return value points to static data
whose content is overwritten by each call.