RTEMS 4.10.2 On-Line Library
Process Environment Manager getlogin_r - Reentrant Get User Name
RTEMS POSIX API User's Guide
3.4.11: getlogin_r - Reentrant Get User Name
CALLING SEQUENCE:
-
int getlogin_r(
char *name,
size_t namesize
);
STATUS CODES:
- EINVAL
-
The arguments were invalid.
DESCRIPTION:
This is a reentrant version of the getlogin()
service. The
caller specified their own buffer, name
, as well as the
length of this buffer, namesize
.
NOTES:
NONE
RTEMS POSIX API User's Guide
Copyright © 1988-2008 OAR Corporation