@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