Home | History | Annotate | Download | only in src

Lines Matching refs:tffn

300 		    "create", tf->tffn, cstrerror(errno));
308 "write", tf->tffn, cstrerror(errno));
313 setstr(local("_", false), tf->tffn, KSH_RETURN_ERROR);
332 if (!(shf = shf_open(tf->tffn, O_RDONLY, 0, 0))) {
334 "open", tf->tffn, cstrerror(errno));
338 if (stat(tf->tffn, &statb) < 0)
354 "read", tf->tffn, cstrerror(shf_errno(shf)));