OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [doc/] [posix1003.1/] [ch09.t] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
@c
2
@c  COPYRIGHT (c) 1988-2002.
3
@c  On-Line Applications Research Corporation (OAR).
4
@c  All rights reserved.
5
@c
6
@c  ch09.t,v 1.10 2002/01/17 21:47:45 joel Exp
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
18
struct group, Type, Implemented
19
getgrgid(), Function, Implemented
20
getgrgid_r(), Function, Implemented
21
getgrname(), Function, Implemented
22
getgrnam_r(), Function, Implemented
23
@end example
24
 
25
NOTE: Creates /etc/group if none exists.
26
 
27
@subsection User Database Access
28
 
29
@example
30
struct passwd, Type, Implemented
31
getpwuid(), Function, Implemented
32
getpwuid_r(), Function, Implemented
33
getpwnam(), Function, Implemented
34
getpwnam_r(), Function, Implemented
35
@end example
36
 
37
NOTE: Creates /etc/passwd if none exists.
38
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.