HomeSort by relevance Sort by last modified time
    Searched refs:tffn (Results 1 - 5 of 5) sorted by null

  /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 1126 unlink(tp->tffn);
    [all...]
exec.c     [all...]
eval.c 1357 "create", tf->tffn, cstrerror(errno));
1361 unlink(tf->tffn);
    [all...]
sh.h 825 char tffn[3]; member in struct:temp
    [all...]

Completed in 446 milliseconds