Lines Matching defs:err
16 int err = -1;35 err = 0;42 return err;78 int err;83 err = stat(from, &st);85 if (err)87 err = -1;105 err = slow_copyfile(from, tmp, nsi);106 if (!err && fchmod(tofd, mode))107 err = -1;120 err = copyfile_offset(fromfd, 0, tofd, 0, st.st_size);125 if (!err)126 err = link(tmp, to);130 return err;