Symbol: pwarn
sbin/fsck/dir.c
275
pwarn("%s ", errmesg);
sbin/fsck/dir.c
328
pwarn("LINK COUNT %s", (lfdir == idesc->id_number) ? lfname :
sbin/fsck/dir.c
419
pwarn("UNREF %s ", lostdir ? "DIR" : "FILE");
sbin/fsck/dir.c
437
pwarn("NO lost+found DIRECTORY");
sbin/fsck/dir.c
502
pwarn("DIR I=%u CONNECTED. ", orphan);
sbin/fsck/dir.c
611
pwarn("NO SPACE LEFT IN %s", name);
sbin/fsck/fsck.h
307
extern void pwarn(const char *, ...) __printflike(1, 2);
sbin/fsck/fsutil.h
37
void pwarn(const char *, ...) __printflike(1, 2);
sbin/fsck/inode.c
450
pwarn("%s %s", type,
sbin/fsck/main.c
200
pwarn("starting\n");
sbin/fsck/main.c
207
pwarn("clean, %d free ", sblock.fs_cstotal.cs_nffree +
sbin/fsck/main.c
285
pwarn("%d files, %d used, %d free ",
sbin/fsck/main.c
363
pwarn("mount reload of '%s' failed: %s\n\n",
sbin/fsck/pass1.c
327
pwarn("INCORRECT BLOCK COUNT I=%u (%d should be %d)",
sbin/fsck/pass1.c
361
pwarn("EXCESSIVE BAD BLKS I=%u",
sbin/fsck/pass1.c
381
pwarn("EXCESSIVE DUP BLKS I=%u",
sbin/fsck/pass2.c
163
pwarn("%s %s: LENGTH %zu NOT MULTIPLE OF %d",
sbin/fsck/pass2.c
444
pwarn("%s%s%s %s %s\n", pathbuf,
sbin/fsck/pass5.c
324
pwarn("ALLOCATED INODE %ld MARKED FREE\n",
sbin/fsck/pass5.c
337
pwarn("ALLOCATED FRAG %ld MARKED FREE\n",
sbin/fsck/pass5.c
66
pwarn("DELETING CLUSTERING MAPS\n");
sbin/fsck/pass5.c
87
pwarn("CANNOT %s CLUSTER MAPS\n", doit);
sbin/fsck/pass5.c
92
pwarn("%sING CLUSTER MAPS\n",
sbin/fsck/setup.c
155
pwarn("USING ALTERNATE SUPERBLOCK AT %d\n", bflag);
sbin/fsck/setup.c
159
pwarn("FILESYSTEM CLEAN; SKIPPING CHECKS\n");
sbin/fsck/setup.c
184
pwarn("IMPOSSIBLE INTERLEAVE=%d IN SUPERBLOCK",
sbin/fsck/setup.c
196
pwarn("IMPOSSIBLE NPSECT=%d IN SUPERBLOCK",
sbin/fsck/setup.c
220
pwarn("CONVERTING TO NEW INODE FORMAT\n");
sbin/fsck/setup.c
242
pwarn("CONVERTING TO NEW CYLINDER GROUP FORMAT\n");
sbin/fsck/utilities.c
542
pwarn("%s", msg);
sbin/fsck_msdosfs/boot.c
210
pwarn("Invalid signature in fsinfo block\n");
sbin/fsck_msdosfs/check.c
129
pwarn("%d files, %sB free (%d clusters), %sB bad (%d clusters)\n",
sbin/fsck_msdosfs/check.c
133
pwarn("%d files, %sB free (%d clusters)\n",
sbin/fsck_msdosfs/check.c
138
pwarn("%d files, %jd KiB free (%d clusters), %jd KiB bad (%d clusters)\n",
sbin/fsck_msdosfs/check.c
142
pwarn("%d files, %jd KiB free (%d clusters)\n",
sbin/fsck_msdosfs/check.c
152
pwarn("MARKING FILE SYSTEM CLEAN\n");
sbin/fsck_msdosfs/check.c
155
pwarn("\n***** FILE SYSTEM IS LEFT MARKED AS DIRTY *****\n");
sbin/fsck_msdosfs/check.c
173
pwarn("\n***** FILE SYSTEM WAS MODIFIED *****\n");
sbin/fsck_msdosfs/check.c
58
pwarn(" (NO WRITE)\n");
sbin/fsck_msdosfs/dir.c
1100
pwarn("No %s directory\n", LOSTDIR);
sbin/fsck_msdosfs/dir.c
1124
pwarn("No space in %s\n", LOSTDIR);
sbin/fsck_msdosfs/dir.c
350
pwarn("Invalid long filename entry for %s\n", path);
sbin/fsck_msdosfs/dir.c
353
pwarn("Invalid long filename entry at end of directory %s\n",
sbin/fsck_msdosfs/dir.c
357
pwarn("Invalid long filename entry for volume label\n");
sbin/fsck_msdosfs/dir.c
398
pwarn("Directory entry %s of size %u referencing invalid cluster %u\n",
sbin/fsck_msdosfs/dir.c
432
pwarn("size of %s is %u, should at most be %ju\n",
sbin/fsck_msdosfs/dir.c
444
pwarn("%s has too many clusters allocated\n",
sbin/fsck_msdosfs/dir.c
522
pwarn("%s: Incorrect `.' for %s.\n", __func__, dir->name);
sbin/fsck_msdosfs/dir.c
528
pwarn("%s: Incorrect `..' for %s. \n", __func__, dir->name);
sbin/fsck_msdosfs/dir.c
631
pwarn("%s has entries after end of directory\n",
sbin/fsck_msdosfs/dir.c
684
pwarn("invalid long name\n");
sbin/fsck_msdosfs/dir.c
721
pwarn("long filename too long\n");
sbin/fsck_msdosfs/dir.c
729
pwarn("long filename record cluster start != 0\n");
sbin/fsck_msdosfs/dir.c
848
pwarn("%s starts with cluster out of range(%u)\n",
sbin/fsck_msdosfs/dir.c
852
pwarn("%s doesn't start a new cluster chain\n",
sbin/fsck_msdosfs/dir.c
884
pwarn("Directory %s has size != 0\n",
sbin/fsck_msdosfs/dir.c
898
pwarn("`.' entry in %s has incorrect start cluster\n",
sbin/fsck_msdosfs/dir.c
917
pwarn("`..' entry in %s has non-zero start cluster\n",
sbin/fsck_msdosfs/dir.c
929
pwarn("`..' entry in %s has incorrect start cluster\n",
sbin/fsck_msdosfs/dir.c
951
pwarn("%s entry in %s has incorrect start cluster\n",
sbin/fsck_msdosfs/fat.c
1005
pwarn("Cluster chain starting at %u ends with cluster marked %s\n",
sbin/fsck_msdosfs/fat.c
1009
pwarn("Cluster chain starting at %u ends with cluster out of range (%u)\n",
sbin/fsck_msdosfs/fat.c
1189
pwarn("Lost cluster chain at cluster %u\n"
sbin/fsck_msdosfs/fat.c
1212
pwarn("Free space in FSInfo block (%u) not correct (%u)\n",
sbin/fsck_msdosfs/fat.c
1222
pwarn("Next free cluster in FSInfo block (%u) %s\n",
sbin/fsck_msdosfs/fat.c
502
pwarn(" (NO WRITE)\n");
sbin/fsck_msdosfs/fat.c
805
pwarn("%s (%02x%02x%02x%02x%02x%02x%02x%02x)\n",
sbin/fsck_msdosfs/fat.c
811
pwarn("%s (%02x%02x%02x%02x)\n",
sbin/fsck_msdosfs/fat.c
816
pwarn("%s (%02x%02x%02x)\n",
sbin/fsck_msdosfs/fat.c
896
pwarn("Cluster %u continues with out of range "
sbin/fsck_msdosfs/fat.c
908
pwarn("Cluster %u crossed another chain at %u\n",