Searched refs:tffn (Results 1 – 6 of 6) sorted by relevance
/external/mksh/src/ |
D | os2.c | 481 tp = alloc(offsetof(struct temp, tffn[0]) + strlen(name) + 1, APERM); in add_temp() 482 memcpy(tp->tffn, name, strlen(name) + 1); in add_temp() 513 if (_std_unlink(tp->tffn) == 0 || errno == ENOENT) { in cleanup_temps()
|
D | histrap.c | 297 bi_errorf(Tf_temp, Tcreate, tf->tffn, cstrerror(errno)); in c_fc() 304 bi_errorf(Tf_temp, Twrite, tf->tffn, cstrerror(errno)); in c_fc() 309 setstr(local("_", false), tf->tffn, KSH_RETURN_ERROR); in c_fc() 320 if (!(shf = shf_open(tf->tffn, O_RDONLY, 0, 0))) { in c_fc() 321 bi_errorf(Tf_temp, Topen, tf->tffn, cstrerror(errno)); in c_fc() 325 if (stat(tf->tffn, &statb) < 0) in c_fc() 340 bi_errorf(Tf_temp, Tread, tf->tffn, in c_fc()
|
D | main.c | 1162 unlink(tp->tffn); in remove_temps() 1677 checkoktoadd(len, offsetof(struct temp, tffn[0]) + 14); in maketemp() 1678 tp = alloc(offsetof(struct temp, tffn[0]) + 14 + len, ap); in maketemp() 1685 tp->tffn[0] = '\0'; in maketemp() 1690 cp += offsetof(struct temp, tffn[0]); in maketemp() 1706 if ((i = binopen3(tp->tffn, O_CREAT | O_EXCL | O_RDWR, in maketemp()
|
D | exec.c | 1649 if (!(shf = h->shf) || (fd = binopen3(h->tffn, O_RDONLY, 0)) < 0) { in herein() 1652 !shf ? Tcreate : Topen, h->tffn, cstrerror(i)); in herein() 1669 Twrite, h->tffn, cstrerror(i)); in herein()
|
D | eval.c | 1445 Tcreate, tf->tffn, cstrerror(errno)); in comsub() 1449 unlink(tf->tffn); in comsub()
|
D | sh.h | 1258 char tffn[3]; member
|