Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

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

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

getpwent(3C)

passwd(4)



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



NAME
     getpw - get name from UID

SYNOPSIS
     #include <stdlib.h>

     int getpw (uidt uid, char *buf);

DESCRIPTION
     getpw searches the password file for a user id number that
     equals uid, copies the line of the password file in which
     uid was found into the array pointed to by buf, and returns
     0.  getpw returns non-zero if uid cannot be found.

     This routine is included only for compatibility with prior
     systems and should not be used; see getpwent(3C) for rou-
     tines to use instead.

FILES
     /etc/passwd

SEE ALSO
     getpwent(3C).
     passwd(4) in the System Administrator's Reference Manual.

DIAGNOSTICS
     getpw returns non-zero on error.




























                        Printed 11/19/92                   Page 1



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