Home
last modified time | relevance | path

Searched refs:TIOCGRANTPT (Results 1 – 4 of 4) sorted by relevance

/minix/lib/libc/stdlib/
H A Dpty.c48 return ioctl(fildes, TIOCGRANTPT, 0); in grantpt()
/minix/sys/sys/
H A Dttycom.h154 #define TIOCGRANTPT _IO('t', 71) /* grantpt(3) */ macro
/minix/minix/usr.bin/trace/ioctl/
H A Dchar.c90 NAME(TIOCGRANTPT); /* no argument */ in char_ioctl_name()
/minix/minix/drivers/tty/pty/
H A Dpty.c359 case TIOCGRANTPT: /* grantpt(3) */ in pty_master_ioctl()