Home
last modified time | relevance | path

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

/freebsd-14.2/bin/pax/
H A Dfile_subs.c116 syswarn(1, oerrno, "Unable to create %s", arcn->name); in file_creat()
294 syswarn(1, errno, "Unable to remove %s", from); in mk_link()
299 syswarn(1, errno, "Unable to remove %s", from); in mk_link()
318 syswarn(1, oerrno, "Could not link to %s from %s", to, in mk_link()
453 syswarn(0, errno,"Could not access %s (stat)", in node_creat()
526 syswarn(1, errno, "Could not unlink %s", name); in unlnk_exist()
678 syswarn(1, errno, "Unable to set file uid/gid of %s", in set_ids()
796 syswarn(1,errno,"File seek on %s", in file_write()
813 syswarn(1, errno, "Failed write to file %s", name); in file_write()
844 syswarn(1, errno, "Failed seek on file %s", fname); in file_flush()
[all …]
H A Dar_io.c121 syswarn(0, errno, "Failed open to read on %s", name); in ar_open()
130 syswarn(0, errno, "Failed open to write on %s", name); in ar_open()
141 syswarn(0, errno, "Failed open to read/write on %s", in ar_open()
157 syswarn(1, errno, "Failed chdir to %s", chdname); in ar_open()
164 syswarn(0, errno, "Failed stat on %s", arcname); in ar_open()
468 syswarn(1, errno, "Unable to truncate archive file"); in ar_set_wr()
891 syswarn(1, errno, in ar_rev()
1006 syswarn(1, errno, "Unable to locate tape filemark."); in get_phys()
1044 syswarn(1, errno, "Unable to locate tape filemark."); in get_phys()
1111 syswarn(0, errno, "Unable to set signal mask"); in ar_next()
[all …]
H A Dftree.c305 syswarn(1, errno, in ftree_arg()
310 syswarn(1, errno, "Can't chdir to %s", in ftree_arg()
411 syswarn(1, ftent->fts_errno, in next_file()
415 syswarn(1, ftent->fts_errno, in next_file()
420 syswarn(1, ftent->fts_errno, in next_file()
477 syswarn(1, errno, "Unable to read symlink %s", in next_file()
H A Dbuf_subs.c631 syswarn(1, errno, "Read fault on %s", arcn->org_name); in wr_rdfile()
635 syswarn(1, errno, "Failed stat on %s", arcn->org_name); in wr_rdfile()
684 syswarn(0,errno,"Unable to obtain block size for file %s",fnm); in rd_wrfile()
779 syswarn(0,errno,"Unable to obtain block size for file %s",fnm); in cp_file()
801 syswarn(1, errno, "Failed write during copy of %s to %s", in cp_file()
807 syswarn(1, errno, "Failed stat of %s", arcn->org_name); in cp_file()
H A Dar_subs.c279 syswarn(1, errno, "Cannot chdir to %s", in extract()
333 syswarn(1, errno, in extract()
435 syswarn(1,errno, "Unable to open %s to read", in wr_archive()
752 syswarn(1, errno, "Cannot access destination directory %s", in copy()
918 syswarn(1, errno, "Unable to open %s to read", in copy()
H A Dpax.c240 syswarn(0, errno, "Can't open current working directory."); in main()
422 syswarn(1, errno, "Unable to set up signal handler"); in gen_init()
H A Dtables.c346 syswarn(1, errno, "Unable to create temporary file: %s", in ftime_start()
399 syswarn(1, errno, in chk_ftime()
404 syswarn(1, errno, in chk_ftime()
456 syswarn(1, errno, "Failed write to file time table"); in chk_ftime()
458 syswarn(1, errno, "Failed seek on file time table"); in chk_ftime()
H A Dtty_subs.c165 syswarn(int set, int errnum, const char *fmt, ...) in syswarn() function
H A Dextern.h296 void syswarn(int, int, const char *, ...) __printflike(3, 4);
H A Doptions.c1004 syswarn(1, ENOTDIR, "%s", path); in mkpath()