Searched refs:TTYLEN (Results 1 – 2 of 2) sorted by relevance
117 #define TTYLEN 255 macro120 static char _savettytype[TTYLEN+1]; /* the place to save those names */540 if ((length = strlen(ttytype)) >= TTYLEN) { in initfirstterm()546 TTYLEN-1); in initfirstterm()547 _savettytype[TTYLEN] = '\0'; in initfirstterm()
798 #define TTYLEN (sizeof ("/dev/") - 1) in findidle() macro799 static char buffer[TTYLEN + LMAX + 1] = "/dev/"; in findidle()803 (void) strcpy(buffer + TTYLEN, pers->tty); in findidle()804 buffer[TTYLEN+LMAX] = 0; in findidle()