Searched refs:synpath (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/3d/
H A Dvcs.c153 char synpath[PATH_MAX]; local
172 e = (b = synpath) + elementsof(synpath) - 1;
174 if ((synfd = OPEN(synpath, O_CREAT | O_WRONLY, 0666)) < 0)
181 UNLINK(synpath);

Completed in 15 milliseconds