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

POSIX Device-Specific (reentrant) option group (placeholder). More...

Functions

int ttyname_r (int fildes, char *name, size_t namesize)
 Get the name of the terminal into a caller-supplied buffer.
 

Detailed Description

POSIX Device-Specific (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

◆ ttyname_r()

int ttyname_r ( int  fildes,
char *  name,
size_t  namesize 
)

Get the name of the terminal into a caller-supplied buffer.

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