RTEMS CPU Kit with SuperCore
4.11.2
|
Demetermine Terminal Device Name. More...
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <dirent.h>
#include <termios.h>
#include <unistd.h>
#include <string.h>
#include <paths.h>
#include <_syslist.h>
#include <errno.h>
#include <rtems/libio_.h>
#include <rtems/seterr.h>
Functions | |
int | ttyname_r (int fd, char *name, size_t namesize) |
ttyname_r() - POSIX 1003.1b 4.7.2 - Demetermine Terminal Device Name | |
char * | ttyname (int fd) |
ttyname() - POSIX 1003.1b 4.7.2 - Determine Terminal Device Name | |
Demetermine Terminal Device Name.