Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ getpass(S) — Xenix 2.3.4g

Media Vault

Software Library

Restoration Projects

Artifacts Sought



     GETPASS(S)               XENIX System V                GETPASS(S)



     Name
          getpass - Reads a password.

     Syntax
          char *getpass (prompt)
          char *prompt;

     Description
          getpass reads a password from the file /dev/tty, or if that
          cannot be opened, from the standard input, after prompting
          with the null-terminated string prompt and disabling
          echoing.  A pointer is returned to a null-terminated string
          of at most eight characters.

     Files
          /dev/tty

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



































     Page 1                                           (printed 8/7/87)



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