Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/enhance/
H A Denhance.c75 #define PTY_SLAVE "tty" macro
88 (sizeof(PTY_SLAVE) > sizeof(PTY_CNTRL) ? \
89 sizeof(PTY_SLAVE) : sizeof(PTY_CNTRL))-1 \
308 strlcat(slave_name, PTY_SLAVE, PTY_MAX_NAME); in pty_open_master()