posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
POSIX_USER_GROUPS_R

POSIX User and Group (reentrant) option group (placeholder). More...

Functions

int getlogin_r (char *name, size_t namesize)
 Get the login name of the user into a caller-supplied buffer.
 

Detailed Description

POSIX User and Group (reentrant) option group (placeholder).

See also
https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_subprofiles.html
https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_subprofiles.html

Function Documentation

◆ getlogin_r()

int getlogin_r ( char *  name,
size_t  namesize 
)

Get the login name of the user into a caller-supplied buffer.

See also
https://pubs.opengroup.org/onlinepubs/9699919799/functions/getlogin_r.html