Lines Matching defs:err
131 char *catch = try->parent ? try->name : TT.destname, *err = "%s";
139 err = 0;
152 error_msg("'%s' is '%s'", catch, err = dirtree_path(try, 0));
153 free(err);
196 err = "Skipped dir '%s'";
216 if (!linkat(tfd, try->name, cfd, catch, 0)) err = 0;
240 err = 0;
258 err = 0;
276 err = 0;
305 } while (err && (flags & (FLAG_f|FLAG_n)) && !unlinkat(cfd, catch, 0));
347 err = "%s";
350 if (err) {
360 perror_msg(err, catch);