Home
last modified time | relevance | path

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

/original-bsd/old/configttys/
H A Dconfigttys.c20 char *etc_ttytype = "/etc/ttytype"; /* terminal type table */ variable
93 etc_ttytype = rindex(etc_ttytype, '/') + 1;
110 sprintf(buf, "/bin/cp %s %s.bak", etc_ttytype, etc_ttytype);
140 if ((tpf = fopen(etc_ttytype, "r")) == NULL)
142 perror(etc_ttytype);
160 lineno, etc_ttytype, buf);
361 sprintf(temp, "%s.tmp", etc_ttytype); in writettys()
373 if (rename(temp, etc_ttytype) != 0) in writettys()