Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ getpw(3C) — DG/UX 5.4.2A

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

getpwent(3C)

passwd(4)



getpw(3C)                        DG/UX 5.4.2                       getpw(3C)


NAME
       getpw - get name from UID

SYNOPSIS
       #include <stdio.h>
       int getpw (uidt uid, char *buf);

DESCRIPTION
       getpw goes through three steps:

       1.  Search the password file for a user id number that equals uid.

       2.  Copy the line of the password file in which uid was found into
           the array pointed to by buf.

       3.  Return 0.

       getpw returns non-zero if uid cannot be found.

       Do not use this routine in new programs; it is included only for
       compatibility with prior systems. See getpwent(3C) for routines to
       use instead.

FILES
       /etc/passwd

DIAGNOSTICS
       getpw returns non-zero on error.

SEE ALSO
       getpwent(3C)
       passwd(4).

WARNING
       The above routine uses <stdio.h>, which causes it to increase the
       size of programs that don't otherwise use standard I/O.





















Licensed material--property of copyright holder(s)                         1


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