Searched refs:tffn (Results 1 – 5 of 5) sorted by relevance
/external/mksh/src/ |
D | histrap.c | 304 "create", tf->tffn, cstrerror(errno)); in c_fc() 312 "write", tf->tffn, cstrerror(errno)); in c_fc() 317 setstr(local("_", false), tf->tffn, KSH_RETURN_ERROR); in c_fc() 336 if (!(shf = shf_open(tf->tffn, O_RDONLY, 0, 0))) { in c_fc() 338 "open", tf->tffn, cstrerror(errno)); in c_fc() 342 if (stat(tf->tffn, &statb) < 0) in c_fc() 358 "read", tf->tffn, cstrerror(shf_errno(shf))); in c_fc()
|
D | main.c | 1093 unlink(tp->tffn); in remove_temps() 1609 checkoktoadd(len, offsetof(struct temp, tffn[0]) + 14); in maketemp() 1610 tp = alloc(offsetof(struct temp, tffn[0]) + 14 + len, ap); in maketemp() 1617 tp->tffn[0] = '\0'; in maketemp() 1622 cp += offsetof(struct temp, tffn[0]); in maketemp() 1638 if ((i = binopen3(tp->tffn, O_CREAT | O_EXCL | O_RDWR, in maketemp()
|
D | exec.c | 1603 if (!(shf = h->shf) || (fd = binopen3(h->tffn, O_RDONLY, 0)) < 0) { in herein() 1606 !shf ? "create" : "open", h->tffn, cstrerror(i)); in herein() 1623 "write", h->tffn, cstrerror(i)); in herein()
|
D | eval.c | 1345 "create", tf->tffn, cstrerror(errno)); in comsub() 1349 unlink(tf->tffn); in comsub()
|
D | sh.h | 888 char tffn[3]; member
|