Lines Matching defs:ttyp
83 char *ttyp;380 if ((ttyp=ttyname(j=0)) != 0 || (ttyp=ttyname(j=1)) != 0 || (ttyp=ttyname(j=2)) != 0)383 ttyp = "notty";459 stat(ttyp, &stbuf);461 chmod(ttyp, mode & ~0122); /* turn off writing for others */463 if (ttyp && *ttyp && mode)464 chmod(ttyp, mode);