Searched defs:PTSNAME (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dpt.c59 #define PTSNAME "/dev/pts/" /* slave name */ macro
71 * Concatenate it to PTSNAME and return it as the name of the slave
103 (void) strcpy(sname, PTSNAME);
104 itoa(dev, sname + strlen(PTSNAME));

Completed in 54 milliseconds