source: rtems/doc/posix1003.1/ch09.t @ 28807e7

4.104.114.84.95
Last change on this file since 28807e7 was 462648b9, checked in by Joel Sherrill <joel.sherrill@…>, on 07/03/99 at 17:12:52

Changed System Database routines to implemented.

  • Property mode set to 100644
File size: 731 bytes
Line 
1@c
2@c  COPYRIGHT (c) 1988-1998.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9@chapter System Databases
10
11@section System Databases Section
12
13@section Database Access
14
15@subsection Group Database Access
16
17@example
18struct group, Type, Implemented
19getgrgid(), Function, Implemented
20getgrgid_r(), Function, Implemented
21getgrname(), Function, Implemented
22getgrnam_r(), Function, Implemented
23@end example
24
25@subsection User Database Access
26
27@example
28struct passwd, Type, Implemented
29getpwuid(), Function, Implemented, assumes /etc/passwd exists
30getpwuid_r(), Function, Implemented
31getpwnam(), Function, Implemented, assumes /etc/passwd exists
32getpwnam_r(), Function, Implemented
33@end example
34
Note: See TracBrowser for help on using the repository browser.