Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acct/lib/
H A Dlintodev.c36 static char devtty[5+LSZ+1] = "/dev/xxxxxxxx"; variable
44 strncpy(&devtty[5], linename, LSZ);
45 if (stat(devtty, &sb) != -1 && (sb.st_mode&S_IFMT) == S_IFCHR)
/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c120 static char *devtty; variable
156 devtty = ttyname(1); in main()
157 (void) chmod(devtty, 0000); /* nobody, not even us */ in main()
690 (void) chmod(devtty, statbuf.st_mode); in endup()