Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ setspent

Media Vault

Software Library

Restoration Projects

Artifacts Sought

setspent

[Previous] [Contents] [Index] [Next]

setspent()

Rewind the shadow password database file

Synopsis:

#include <sys/types.h>
#include <shadow.h>

void setspent( void );

Library:

libc

Use the -l c option to qcc to link against this library. This library is usually included automatically.

Description:

The setspent() function rewinds to the start of the shadow password database file. It's provided for programs that make multiple lookups in the database (using the getspnam() call) to avoid opening and closing the shadow password database for each access.

Classification:

Unix

Safety:
Cancellation point No
Interrupt handler No
Signal handler No
Thread No

See also:

fgetspent() endspent(), getspnam(), getspent() putspent()


[Previous] [Contents] [Index] [Next]

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