forked from Imagelibrary/rtems
33 lines
506 B
Perl
33 lines
506 B
Perl
@c
|
|
@c COPYRIGHT (c) 1988-1998.
|
|
@c On-Line Applications Research Corporation (OAR).
|
|
@c All rights reserved.
|
|
@c
|
|
@c $Id$
|
|
@c
|
|
|
|
@chapter System Databases
|
|
|
|
@section System Databases Section
|
|
|
|
@section Database Access
|
|
|
|
@subsection Group Database Access
|
|
|
|
@example
|
|
getgrgid(), Function
|
|
getgrgid_r(), Function
|
|
getgrname(), Function
|
|
getgrnam_r(), Function
|
|
@end example
|
|
|
|
@subsection User Database Access
|
|
|
|
@example
|
|
getpwuid(), Function
|
|
getpwuid_r(), Function
|
|
getpwnam(), Function
|
|
getpwnam_r(), Function
|
|
@end example
|
|
|