Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/enhance/
H A Denhance.c73 #define PTY_SUBSID "tty" macro
86 (sizeof(PTY_SUBSID) > sizeof(PTY_CNTRL) ? \
87 sizeof(PTY_SUBSID) : sizeof(PTY_CNTRL))-1 \
306 strlcat(subsid_name, PTY_SUBSID, PTY_MAX_NAME); in pty_open_manager()