/external/mksh/src/ |
histrap.c | 300 "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))); [all...] |
main.c | 1096 unlink(tp->tffn); [all...] |
eval.c | 1329 "create", tf->tffn, cstrerror(errno)); 1344 shf = shf_open(tf->tffn, O_RDONLY, 0, SHF_MAPHI | SHF_CLEXEC); 1345 unlink(tf->tffn); [all...] |
exec.c | [all...] |
sh.h | 826 char tffn[3]; member in struct:temp [all...] |