Lines Matching refs:toybuf
128 snprintf(toybuf, sizeof(toybuf), "'%d': premature EOF\n", lno);
148 snprintf(toybuf, sizeof(toybuf), "'%d': %s\n", lno, line);
159 snprintf(toybuf, sizeof(toybuf), "'%d': %s\n", lno, line);
165 snprintf(toybuf, sizeof(toybuf), "'%d': %s\n", lno, line);
173 snprintf(toybuf, sizeof(toybuf), "'%d': %s\n", lno, line);
179 snprintf(toybuf, sizeof(toybuf), "'%d': bad minute\n", lno);
183 snprintf(toybuf, sizeof(toybuf), "'%d': bad hour\n", lno);
187 snprintf(toybuf, sizeof(toybuf), "'%d': bad day-of-month\n", lno);
191 snprintf(toybuf, sizeof(toybuf), "'%d': bad month\n", lno);
195 snprintf(toybuf, sizeof(toybuf), "'%d': bad day-of-week\n", lno);
199 snprintf(toybuf, sizeof(toybuf), "'%d': bad command\n", lno);
210 printf("Error at line no %s", toybuf);
219 snprintf(toybuf, sizeof(toybuf), "%s%s", TT.cdir, name);
220 fdin = xopenro(toybuf);
227 snprintf(toybuf, sizeof(toybuf), "%s%s", TT.cdir, name);
228 if (unlink(toybuf))
236 snprintf(toybuf, sizeof(toybuf), "%s%s", TT.cdir, dest);
237 fdout = xcreate(toybuf, O_WRONLY|O_CREAT|O_TRUNC, 0600);
278 snprintf(toybuf, sizeof(toybuf), "%s%s", TT.cdir, pwd->pw_name);
280 if (!stat(toybuf, &sb)) { // file exists and have some content.
282 srcfd = xopenro(toybuf);