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

/external/mksh/src/
H A Dhistrap.c300 "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)));
H A Dmain.c1075 unlink(tp->tffn);
1584 checkoktoadd(len, offsetof(struct temp, tffn[0]) + 14);
1585 tp = alloc(offsetof(struct temp, tffn[0]) + 14 + len, ap);
1592 tp->tffn[0] = '\0';
1597 cp += offsetof(struct temp, tffn[0]);
1611 while ((i = open(tp->tffn, O_CREAT | O_EXCL | O_RDWR | O_BINARY,
H A Dexec.c1509 if (!(shf = h->shf) || (fd = open(h->tffn, O_RDONLY | O_BINARY, 0)) < 0) {
1512 !shf ? "create" : "open", h->tffn, cstrerror(i));
1529 "write", h->tffn, cstrerror(i));
H A Deval.c1347 "create", tf->tffn, cstrerror(errno));
1351 unlink(tf->tffn);
H A Dsh.h840 char tffn[3]; member in struct:temp

Completed in 542 milliseconds