summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch09.t
blob: 21eb3462c59d02f29dec9ebe7d09e6c67ccaeba0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
@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