Symbol: badentry
sbin/restore/extern.h
37
void badentry(struct entry *, const char *);
sbin/restore/restore.c
418
badentry(ip, "cannot KEEP and change modes");
sbin/restore/restore.c
425
badentry(ip,
sbin/restore/restore.c
543
badentry(np, "unreferenced with flags");
sbin/restore/restore.c
585
badentry(ep, "cannot remove, non-empty");
sbin/restore/restore.c
643
badentry(ep, "unexpected file on tape");
sbin/restore/restore.c
830
badentry(ep, "incomplete operations");
sbin/restore/restore.c
859
badentry(ep, "type should be LEAF");
sbin/restore/symtab.c
113
badentry(np, "duplicate inum");
sbin/restore/symtab.c
279
badentry(ep, "not marked REMOVED");
sbin/restore/symtab.c
282
badentry(ep, "freeing referenced directory");
sbin/restore/symtab.c
284
badentry(ep, "freeing non-empty directory");
sbin/restore/symtab.c
289
badentry(ep, "lookupino failed");
sbin/restore/symtab.c
303
badentry(ep, "link not found");
sbin/restore/symtab.c
323
badentry(ep, "cannot move ROOT");
sbin/restore/symtab.c
359
badentry(ep, "cannot find entry in parent list");
sbin/restore/utilities.c
117
badentry(ep, "not on ino list");
sbin/restore/utilities.c
146
badentry(np, "newnode: not a node");
sbin/restore/utilities.c
165
badentry(ep, "removenode: not a node");
sbin/restore/utilities.c
167
badentry(ep, "removenode: non-empty directory");
sbin/restore/utilities.c
187
badentry(ep, "removeleaf: not a leaf");
sbin/restore/utilities.c
253
badentry(ep, "delwhiteout: not a leaf");
sbin/restore/utilities.c
94
badentry(ep, "mktempname: called with TMPNAME");