Lines Matching refs:SLOG

166         SLOG("Error opening CNID database for source \"%s\": ", argv[argc - 1]);  in ad_mv()
178 SLOG("Error opening CNID database for destination \"%s\": ", argv[0]); in ad_mv()
211 SLOG("%s: destination pathname too long", *argv); in ad_mv()
241 SLOG("%s: %s", from, strerror(errno)); in do_move()
282 SLOG("Couldn't resolve CNID for %s", from); in do_move()
287 SLOG("Cant stat %s: %s", to, strerror(errno)); in do_move()
301 SLOG("%s: %s", from, strerror(errno)); in do_move()
307 SLOG("cannot resolve %s: %s: %s", from, path, strerror(errno)); in do_move()
312 SLOG("rename %s to %s: %s", from, to, strerror(errno)); in do_move()
320 SLOG("Error moving adouble file for %s", from); in do_move()
327 SLOG("Not a file or dir: %s", from); in do_move()
334 SLOG("Couldn't resolve CNID for parent of %s", to); in do_move()
339 SLOG("Cant stat %s: %s", to, strerror(errno)); in do_move()
346 SLOG("Cant update CNID for: %s", to); in do_move()
354 SLOG("Error opening adouble for: %s", to); in do_move()
382 SLOG("rmdir %s: %s", to, strerror(errno)); in copy()
387 SLOG("unlink %s: %s", to, strerror(errno)); in copy()
392 SLOG("%s: %s", to, strerror(errno)); in copy()
404 SLOG("%s cp -R %s %s: waitpid: %s", _PATH_AD, from, to, strerror(errno)); in copy()
408 SLOG("%s cp -R %s %s: did not terminate normally", _PATH_AD, from, to); in copy()
415 SLOG("%s cp -R %s %s: terminated with %d (non-zero) status", in copy()
428 SLOG("%s rm -R %s: waitpid: %s", _PATH_AD, from, strerror(errno)); in copy()
432 SLOG("%s rm -R %s: did not terminate normally", _PATH_AD, from); in copy()
439 SLOG("%s rm -R %s: terminated with %d (non-zero) status", in copy()