summaryrefslogblamecommitdiffstats
path: root/doc/posix1003.1/ch09.t
blob: 2fe003d7b447b70b4d059c73156b222c41055c7a (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                    
                         
 
                                 
 
                        

















                                 
 
@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()
getgrgid_r()
getgrname()
getgrnam_r()
@end example

@subsection User Database Access

@example
getpwuid()
getpwuid_r()
getpwnam()
getpwnam_r()
@end example