Searched refs:PtyName (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/screen-22/screen/
H A Dpty.c77 static char PtyName[32], TtyName[32]; variable
181 strncpy(PtyName, m, sizeof(PtyName));
228 strcpy(PtyName, "/dev/ptc");
229 if ((f = open(PtyName, O_RDWR | O_NOCTTY | O_NONBLOCK)) < 0)
259 strcpy(PtyName, "/dev/ptmx");
263 if ((f = open(PtyName, O_RDWR | O_NOCTTY)) == -1)
298 strcpy (PtyName, "/dev/ptc");
299 if ((f = open (PtyName, O_RDWR | O_NOCTTY)) < 0)
346 strcpy(PtyName, PtyProt
[all...]
/macosx-10.10/vim-55/src/
H A Dpty.c204 static char PtyName[32]; local
212 strncpy(PtyName, m, sizeof(PtyName));
372 static char PtyName[32]; local
375 strcpy(PtyName, PtyProto);
377 for (p = PtyName; *p != 'X'; p++)
386 if ((f = open(PtyName, O_RDWR | O_NOCTTY | O_EXTRA, 0)) == -1)
388 if ((f = open(PtyName, O_RDWR | O_NOCTTY | O_EXTRA)) == -1)

Completed in 131 milliseconds