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

  /external/mksh/src/
histrap.c 304 "create", tf->tffn, cstrerror(errno));
312 "write", tf->tffn, cstrerror(errno));
317 setstr(local("_", false), tf->tffn, KSH_RETURN_ERROR);
336 if (!(shf = shf_open(tf->tffn, O_RDONLY, 0, 0))) {
338 "open", tf->tffn, cstrerror(errno));
342 if (stat(tf->tffn, &statb) < 0)
358 "read", tf->tffn, cstrerror(shf_errno(shf)));
    [all...]
main.c 1093 unlink(tp->tffn);
    [all...]
exec.c     [all...]
eval.c 1345 "create", tf->tffn, cstrerror(errno));
1349 unlink(tf->tffn);
    [all...]
sh.h 888 char tffn[3]; member in struct:temp
    [all...]

Completed in 283 milliseconds