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.c1096 unlink(tp->tffn); in remove_temps()
1605 checkoktoadd(len, offsetof(struct temp, tffn[0]) + 14); in maketemp()
1606 tp = alloc(offsetof(struct temp, tffn[0]) + 14 + len, ap); in maketemp()
1613 tp->tffn[0] = '\0'; in maketemp()
1618 cp += offsetof(struct temp, tffn[0]); in maketemp()
1632 while ((i = open(tp->tffn, O_CREAT | O_EXCL | O_RDWR, 0600)) < 0) { in maketemp()
Dexec.c1495 if (!(shf = h->shf) || (fd = open(h->tffn, O_RDONLY, 0)) < 0) { in herein()
1498 !shf ? "create" : "open", h->tffn, cstrerror(i)); in herein()
1515 "write", h->tffn, cstrerror(i)); in herein()
Deval.c1329 "create", tf->tffn, cstrerror(errno)); in comsub()
1344 shf = shf_open(tf->tffn, O_RDONLY, 0, SHF_MAPHI | SHF_CLEXEC); in comsub()
1345 unlink(tf->tffn); in comsub()
Dsh.h826 char tffn[3]; member