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 */535 if ((length = strlen(ttytype)) >= TTYLEN) { in initfirstterm()541 TTYLEN-1); in initfirstterm()542 _savettytype[TTYLEN] = '\0'; in initfirstterm()
794 #define TTYLEN (sizeof ("/dev/") - 1) in findidle() macro795 static char buffer[TTYLEN + LMAX + 1] = "/dev/"; in findidle()799 (void) strcpy(buffer + TTYLEN, pers->tty); in findidle()800 buffer[TTYLEN+LMAX] = 0; in findidle()