Home
last modified time | relevance | path

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

/external/mksh/src/
Dhistrap.c300 "create", tf->tffn, cstrerror(errno)); in c_fc()
308 "write", tf->tffn, cstrerror(errno)); in c_fc()
313 setstr(local("_", false), tf->tffn, KSH_RETURN_ERROR); in c_fc()
332 if (!(shf = shf_open(tf->tffn, O_RDONLY, 0, 0))) { in c_fc()
334 "open", tf->tffn, cstrerror(errno)); in c_fc()
338 if (stat(tf->tffn, &statb) < 0) in c_fc()
354 "read", tf->tffn, cstrerror(shf_errno(shf))); in c_fc()
Dmain.c1075 unlink(tp->tffn); in remove_temps()
1584 checkoktoadd(len, offsetof(struct temp, tffn[0]) + 14); in maketemp()
1585 tp = alloc(offsetof(struct temp, tffn[0]) + 14 + len, ap); in maketemp()
1592 tp->tffn[0] = '\0'; in maketemp()
1597 cp += offsetof(struct temp, tffn[0]); in maketemp()
1611 while ((i = open(tp->tffn, O_CREAT | O_EXCL | O_RDWR | O_BINARY, in maketemp()
Dexec.c1509 if (!(shf = h->shf) || (fd = open(h->tffn, O_RDONLY | O_BINARY, 0)) < 0) { in herein()
1512 !shf ? "create" : "open", h->tffn, cstrerror(i)); in herein()
1529 "write", h->tffn, cstrerror(i)); in herein()
Deval.c1347 "create", tf->tffn, cstrerror(errno)); in comsub()
1351 unlink(tf->tffn); in comsub()
Dsh.h840 char tffn[3]; member