Home
last modified time | relevance | path

Searched refs:mtree_err (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/mtree/
H A Dspec.c144 mtree_err("missing field"); in spec()
152 mtree_err("invalid specification `%s'", p); in spec()
168 noparent: mtree_err("no parent node"); in spec()
174 mtree_err("realloc: %s", strerror(errno)); in spec()
179 mtree_err("strunvis failed on `%s'", p); in spec()
196 mtree_err("%s: %s", tname, in spec()
204 mtree_err("%s: empty leaf element", tname); in spec()
208 mtree_err("%s", strerror(errno)); in spec()
229 mtree_err( in spec()
334 mtree_err("Pathname too long."); in dump_nodes()
[all …]
H A Dmtree.c123 mtree_err("%s: %s", optarg, in main()
128 mtree_err("%s: %s", optarg, in main()
180 mtree_err( in main()
209 mtree_err("illegal seed value -- %s", optarg); in main()
277 mtree_err("Double -f, -c, -C and -D flags are mutually " in main()
281 mtree_err("Double -f and -p flags are mutually exclusive"); in main()
284 mtree_err("%s: %s", dir, strerror(errno)); in main()
287 mtree_err("%s", strerror(errno)); in main()
290 mtree_err("-c, -C and -D flags are mutually exclusive"); in main()
293 mtree_err("-i and -m flags are mutually exclusive"); in main()
[all …]
H A Dcreate.c131 mtree_err("fts_open: %s", strerror(errno)); in cwalk()
166 mtree_err("%s: %s", in cwalk()
177 mtree_err("fts_read: %s", strerror(errno)); in cwalk()
180 mtree_err("%s checksum: %u", fullpath, crc_total); in cwalk()
247 mtree_err("%s: %s", p->fts_accpath, strerror(errno)); in statf()
254 mtree_err("%s: MD5File failed: %s", p->fts_accpath, in statf()
263 mtree_err("%s: RMD160File failed: %s", p->fts_accpath, in statf()
272 mtree_err("%s: SHA1File failed: %s", p->fts_accpath, in statf()
281 mtree_err("%s: SHA256_File failed: %s", p->fts_accpath, in statf()
289 mtree_err("%s: SHA384_File failed: %s", p->fts_accpath, in statf()
[all …]
H A Dmisc.c134 mtree_err("unknown keyword `%s'", name); in parsekey()
151 mtree_err("unknown file type `%s'", name); in parsetype()
164 mtree_err(const char *fmt, ...) in mtree_err() function
190 mtree_err("memory allocation error"); in addtag()
212 mtree_err("memory allocation error"); in parsetags()
H A Donly.c95 mtree_err("memory allocation error"); in hash_insert()
97 mtree_err("memory allocation error"); in hash_insert()
H A Dverify.c90 mtree_err("fts_open: %s", strerror(errno)); in vwalk()
164 mtree_err("fts_read: %s", strerror(errno)); in vwalk()
264 mtree_err("can't create create %s", in miss()
H A Dextern.h70 __dead __printflike(1,2) void mtree_err(const char *, ...);
H A Dexcludes.c92 mtree_err("memory allocation error"); in read_excludes_file()
H A Dcompare.c573 mtree_err("%s: %s", name, strerror(errno)); in rlink()