#include "libtty.h"
Defines | |
#define | MAXPASSLEN 16 |
Functions | |
int | tcsetpgrp (int fd, pid_t pgrp_id) |
pid_t | tcgetpgrp (int fd) |
int | tcgetattr (int fd, struct termios *t) |
int | tcsetattr (int fd, int action, const struct termios *t) |
char * | getpass (const char *prompt) |
int | openpty2 (int *amaster, int *aslave, char *name, struct termios *termp, struct winsize *winp, int insecure) |
char * | ttyname (int fd) |
void | tty_dump () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|