Home | History | Annotate | Download | only in pending

Lines Matching refs:local_file

28   char *local_file;
277 fd = xcreate(TT.local_file, O_WRONLY | O_CREAT | O_TRUNC, 0666);
282 unlink(TT.local_file);
337 unlink(TT.local_file);
358 unlink(TT.local_file);
363 unlink(TT.local_file);
369 unlink(TT.local_file);
392 fd = xopenro(TT.local_file);
440 TT.local_file = (slash) ? slash + 1 : TT.remote_file;
442 } else if (toys.optflags & FLAG_l) TT.remote_file = TT.local_file;