Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ getpass(3C) — svr4 — mips UMIPS RISC/os 5.01

Media Vault

Software Library

Restoration Projects

Artifacts Sought



GETPASS(3C-SVR4)    RISC/os Reference Manual     GETPASS(3C-SVR4)



NAME
     getpass - read a password

SYNOPSIS
     #include <stdlib.h>

     char *getpass (const char *prompt);

DESCRIPTION
     getpass reads up to a newline or EOF from the file /dev/tty,
     after prompting on the standard error output with the null-
     terminated string prompt and disabling echoing.  A pointer
     is returned to a null-terminated string of at most 8 charac-
     ters.  If /dev/tty cannot be opened, a null pointer is
     returned.  An interrupt will terminate input and send an
     interrupt signal to the calling program before returning.

FILES
     /dev/tty

NOTE
     The return value points to static data whose content is
     overwritten by each call.
































                        Printed 11/19/92                   Page 1



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026