Home
last modified time | relevance | path

Searched refs:syswarn (Results 1 – 10 of 10) sorted by relevance

/freebsd/bin/pax/
H A Dfile_subs.c110 syswarn(1, oerrno, "Unable to create %s", arcn->name); in file_creat()
133 syswarn(0, errno, "Unable to close file descriptor on %s", in file_close()
175 syswarn(1,errno,"Unable to link to %s from %s", arcn->ln_name, in lnk_creat()
288 syswarn(1, errno, "Unable to remove %s", from); in mk_link()
293 syswarn(1, errno, "Unable to remove %s", from); in mk_link()
312 syswarn(1, oerrno, "Could not link to %s from %s", to, in mk_link()
412 syswarn(1, oerrno, "Could not create: %s", arcn->name); in node_creat()
447 syswarn(0, errno,"Could not access %s (stat)", in node_creat()
510 syswarn(1,errno,"Unable to remove directory %s", name); in unlnk_exist()
520 syswarn(1, errno, "Could not unlink %s", name); in unlnk_exist()
[all …]
H A Dar_io.c115 syswarn(0, errno, "Failed open to read on %s", name); in ar_open()
124 syswarn(0, errno, "Failed open to write on %s", name); in ar_open()
135 syswarn(0, errno, "Failed open to read/write on %s", in ar_open()
151 syswarn(1, errno, "Failed chdir to %s", chdname); in ar_open()
158 syswarn(0, errno, "Failed stat on %s", arcname); in ar_open()
462 syswarn(1, errno, "Unable to truncate archive file"); in ar_set_wr()
567 syswarn(1, errno, "Failed read on archive volume %d", arvol); in ar_read()
686 syswarn(1, errno, "Failed write to archive volume: %d", arvol); in ar_write()
831 syswarn(1, errno, "Forward positioning operation on archive failed"); in ar_fow()
885 syswarn(1, errno, in ar_rev()
[all …]
H A Dftree.c299 syswarn(1, errno, in ftree_arg()
304 syswarn(1, errno, "Can't chdir to %s", in ftree_arg()
405 syswarn(1, ftent->fts_errno, in next_file()
409 syswarn(1, ftent->fts_errno, in next_file()
414 syswarn(1, ftent->fts_errno, in next_file()
471 syswarn(1, errno, "Unable to read symlink %s", in next_file()
H A Dbuf_subs.c625 syswarn(1, errno, "Read fault on %s", arcn->org_name); in wr_rdfile()
629 syswarn(1, errno, "Failed stat on %s", arcn->org_name); in wr_rdfile()
678 syswarn(0,errno,"Unable to obtain block size for file %s",fnm); in rd_wrfile()
773 syswarn(0,errno,"Unable to obtain block size for file %s",fnm); in cp_file()
795 syswarn(1, errno, "Failed write during copy of %s to %s", in cp_file()
801 syswarn(1, errno, "Failed stat of %s", arcn->org_name); in cp_file()
H A Dar_subs.c273 syswarn(1, errno, "Cannot chdir to %s", in extract()
327 syswarn(1, errno, in extract()
429 syswarn(1,errno, "Unable to open %s to read", in wr_archive()
746 syswarn(1, errno, "Cannot access destination directory %s", in copy()
912 syswarn(1, errno, "Unable to open %s to read", in copy()
H A Dpax.c228 syswarn(0, errno, "Can't open current working directory."); in main()
410 syswarn(1, errno, "Unable to set up signal handler"); in gen_init()
H A Dtables.c340 syswarn(1, errno, "Unable to create temporary file: %s", in ftime_start()
393 syswarn(1, errno, in chk_ftime()
398 syswarn(1, errno, in chk_ftime()
450 syswarn(1, errno, "Failed write to file time table"); in chk_ftime()
452 syswarn(1, errno, "Failed seek on file time table"); in chk_ftime()
H A Dtty_subs.c159 syswarn(int set, int errnum, const char *fmt, ...) in syswarn() function
H A Dextern.h294 void syswarn(int, int, const char *, ...) __printflike(3, 4);
H A Doptions.c997 syswarn(1, ENOTDIR, "%s", path); in mkpath()