Files
rtems/doc/posix1003.1/ch09.t
1998-03-16 17:08:52 +00:00

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