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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [doc/] [posix1003.1/] [ch09.t] - Diff between revs 1026 and 1765

Only display areas with differences | Details | Blame | View Log

Rev 1026 Rev 1765
@c
@c
@c  COPYRIGHT (c) 1988-2002.
@c  COPYRIGHT (c) 1988-2002.
@c  On-Line Applications Research Corporation (OAR).
@c  On-Line Applications Research Corporation (OAR).
@c  All rights reserved.
@c  All rights reserved.
@c
@c
@c  ch09.t,v 1.10 2002/01/17 21:47:45 joel Exp
@c  ch09.t,v 1.10 2002/01/17 21:47:45 joel Exp
@c
@c
@chapter System Databases
@chapter System Databases
@section System Databases Section
@section System Databases Section
@section Database Access
@section Database Access
@subsection Group Database Access
@subsection Group Database Access
@example
@example
struct group, Type, Implemented
struct group, Type, Implemented
getgrgid(), Function, Implemented
getgrgid(), Function, Implemented
getgrgid_r(), Function, Implemented
getgrgid_r(), Function, Implemented
getgrname(), Function, Implemented
getgrname(), Function, Implemented
getgrnam_r(), Function, Implemented
getgrnam_r(), Function, Implemented
@end example
@end example
NOTE: Creates /etc/group if none exists.
NOTE: Creates /etc/group if none exists.
@subsection User Database Access
@subsection User Database Access
@example
@example
struct passwd, Type, Implemented
struct passwd, Type, Implemented
getpwuid(), Function, Implemented
getpwuid(), Function, Implemented
getpwuid_r(), Function, Implemented
getpwuid_r(), Function, Implemented
getpwnam(), Function, Implemented
getpwnam(), Function, Implemented
getpwnam_r(), Function, Implemented
getpwnam_r(), Function, Implemented
@end example
@end example
NOTE: Creates /etc/passwd if none exists.
NOTE: Creates /etc/passwd if none exists.
 
 

powered by: WebSVN 2.1.0

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