bin/pax/ar_io.c
1068
paxwarn(1, "Tape drive unable to backspace requested amount");
bin/pax/ar_io.c
1225
paxwarn(0, "Cannot save archive name.");
bin/pax/ar_io.c
165
paxwarn(0, "Cannot write an archive on top of a directory %s",
bin/pax/ar_io.c
485
paxwarn(1, "Cannot append to an archive obtained from a pipe.");
bin/pax/ar_io.c
491
paxwarn(1,"Cannot append, device record size %d does not support %s spec",
bin/pax/ar_io.c
573
paxwarn(0, "End of archive volume %d reached", arvol);
bin/pax/ar_io.c
645
paxwarn(0, "Write failed, archive is write protected.");
bin/pax/ar_io.c
683
paxwarn(1,"Unable to append, trailer re-write failed. Quitting.");
bin/pax/ar_io.c
688
paxwarn(0, "End of archive volume %d reached", arvol);
bin/pax/ar_io.c
692
paxwarn(0,"WARNING: partial archive write. Archive MAY BE FLAWED");
bin/pax/ar_io.c
694
paxwarn(1,"WARNING: partial archive write. Archive IS FLAWED");
bin/pax/ar_io.c
723
paxwarn(1, "Cannot allow updates to an archive with flaws.");
bin/pax/ar_io.c
775
paxwarn(1, "Unable to recover from an archive read failure.");
bin/pax/ar_io.c
778
paxwarn(0, "Attempting to recover from an archive read failure.");
bin/pax/ar_io.c
871
paxwarn(1, "Reverse positioning on pipes is not supported.");
bin/pax/ar_io.c
907
paxwarn(1,"Reverse position on previous volume.");
bin/pax/ar_io.c
949
paxwarn(1,
bin/pax/ar_subs.c
1060
paxwarn(1,"Premature end of file on archive read");
bin/pax/ar_subs.c
1065
paxwarn(1,
bin/pax/ar_subs.c
1069
paxwarn(1,"Archive I/O error. Trying to recover.");
bin/pax/ar_subs.c
1130
paxwarn(1,"Unable to append, archive header flaw");
bin/pax/ar_subs.c
1133
paxwarn(1,"Invalid header, starting valid header search.");
bin/pax/ar_subs.c
1220
paxwarn(1,"Cannot identify format. Searching...");
bin/pax/ar_subs.c
1256
paxwarn(1, "Cannot identify format. Searching...");
bin/pax/ar_subs.c
1281
paxwarn(1, "Sorry, unable to determine archive format.");
bin/pax/ar_subs.c
640
paxwarn(1, "Cannot mix current archive format %s with %s",
bin/pax/ar_subs.c
806
paxwarn(1, "directory name is too long %s", dirptr);
bin/pax/ar_subs.c
823
paxwarn(1, "Destination is not a directory %s", dirptr);
bin/pax/ar_subs.c
874
paxwarn(1, "Destination pathname too long %s",
bin/pax/buf_subs.c
100
paxwarn(1, "Write block size of %d is not a %d byte multiple",
bin/pax/buf_subs.c
105
paxwarn(0, "Write block size of %d larger than POSIX max %d, archive may not be portable",
bin/pax/buf_subs.c
140
paxwarn(1,"Write block size %d too large, maximium is: %d",
bin/pax/buf_subs.c
145
paxwarn(1, "Write block size %d is not a %d byte multiple",
bin/pax/buf_subs.c
213
paxwarn(0, "Cannot append to an archive that may have flaws.");
bin/pax/buf_subs.c
290
paxwarn(1, "Unable to rewrite archive trailer, cannot append.");
bin/pax/buf_subs.c
317
paxwarn(1, "Unable to append when there are archive read errors.");
bin/pax/buf_subs.c
351
paxwarn(0,"Archive read error limit (%d) reached",maxflt);
bin/pax/buf_subs.c
631
paxwarn(1, "File changed size during read %s", arcn->org_name);
bin/pax/buf_subs.c
635
paxwarn(1, "File %s was modified during copy to archive",
bin/pax/buf_subs.c
740
paxwarn(1,"Actual crc does not match expected crc %s",arcn->name);
bin/pax/buf_subs.c
804
paxwarn(1, "File %s changed size during copy to %s",
bin/pax/buf_subs.c
809
paxwarn(1, "File %s was modified during copy to %s",
bin/pax/buf_subs.c
893
paxwarn(0, "User specified archive volume byte limit reached.");
bin/pax/buf_subs.c
95
paxwarn(1, "Write block size of %d too large, maximium is: %d",
bin/pax/cpio.c
1070
paxwarn(1, "Could not write bcpio header for %s", arcn->org_name);
bin/pax/cpio.c
1091
paxwarn(1,"Could not write bcpio link name for %s",arcn->org_name);
bin/pax/cpio.c
1100
paxwarn(1,"Bcpio header field is too small for file %s", arcn->org_name);
bin/pax/cpio.c
182
paxwarn(1, "Cpio file name length %d is out of range", nsz);
bin/pax/cpio.c
191
paxwarn(1, "Cpio file name in header is corrupted");
bin/pax/cpio.c
213
paxwarn(1, "Cpio link name length is invalid: %lld",
bin/pax/cpio.c
223
paxwarn(1, "Cpio link name read error");
bin/pax/cpio.c
233
paxwarn(1, "Cpio link name is corrupt");
bin/pax/cpio.c
400
paxwarn(1,"File is too large for cpio format %s",
bin/pax/cpio.c
443
paxwarn(1, "Unable to write cpio header for %s", arcn->org_name);
bin/pax/cpio.c
461
paxwarn(1,"Unable to write cpio link name for %s",arcn->org_name);
bin/pax/cpio.c
470
paxwarn(1, "Cpio header field is too small to store file %s",
bin/pax/cpio.c
704
paxwarn(1,"File is too large for sv4cpio format %s",
bin/pax/cpio.c
752
paxwarn(1,"Could not write sv4cpio header for %s",arcn->org_name);
bin/pax/cpio.c
773
paxwarn(1,"Could not write sv4cpio link name for %s",
bin/pax/cpio.c
783
paxwarn(1,"Sv4cpio header field is too small for file %s",arcn->org_name);
bin/pax/cpio.c
980
paxwarn(1,"File is too large for bcpio format %s",
bin/pax/extern.h
298
void paxwarn(int, const char *, ...)
bin/pax/file_subs.c
1000
paxwarn(1, "Out of memory");
bin/pax/file_subs.c
1120
paxwarn(1, "File changed size %s", arcn->org_name);
bin/pax/file_subs.c
1124
paxwarn(1, "File %s was modified during read", arcn->org_name);
bin/pax/file_subs.c
185
paxwarn(1, "A hard link to the directory %s is not allowed",
bin/pax/file_subs.c
256
paxwarn(1, "Unable to copy %s, file would overwrite itself",
bin/pax/file_subs.c
293
paxwarn(1, "Unable to link file %s to itself", to);
bin/pax/file_subs.c
414
paxwarn(0,
bin/pax/file_subs.c
443
paxwarn(0, "%s has an unknown file type, skipping",
bin/pax/file_subs.c
848
paxwarn(1, "Directory vanished before restoring"
bin/pax/ftree.c
128
paxwarn(1, "Unable to allocate memory for file name buffer");
bin/pax/ftree.c
157
paxwarn(0, "Invalid file name argument");
bin/pax/ftree.c
167
paxwarn(0, "Unable to allocate memory for filename");
bin/pax/ftree.c
258
paxwarn(1,"WARNING! These file names were not selected:");
bin/pax/ftree.c
413
paxwarn(1,"File system cycle found at %s",ftent->fts_path);
bin/pax/ftree.c
539
paxwarn(1, "Ignoring unterminated "
bin/pax/ftree.c
562
paxwarn(1, "Ignoring too-long pathname: %s", buf);
bin/pax/options.c
1158
paxwarn(1, "%s", path);
bin/pax/options.c
1321
paxwarn(1, "Invalid block size %s: %s",
bin/pax/options.c
1372
paxwarn(1, "Unknown -H format: %s", optarg);
bin/pax/options.c
1431
paxwarn(0, "Destination directory was not supplied");
bin/pax/options.c
1518
paxwarn(1,"These format options are not supported");
bin/pax/options.c
1544
paxwarn(0, "Invalid option name");
bin/pax/options.c
1548
paxwarn(0, "Unable to allocate space for option list");
bin/pax/options.c
1562
paxwarn(0, "Invalid options format");
bin/pax/options.c
1567
paxwarn(0, "Unable to allocate space for option list");
bin/pax/options.c
1761
paxwarn(0, "input compressed with %s; use the -%c option"
bin/pax/options.c
1772
paxwarn(0, "input compressed with %s; use the -%c option"
bin/pax/options.c
1783
paxwarn(0, "input compressed with %s; use the -%c option"
bin/pax/options.c
1794
paxwarn(0, "input compressed with xz");
bin/pax/options.c
330
paxwarn(1, "Invalid block size %s", optarg);
bin/pax/options.c
438
paxwarn(1, "Invalid -p string: %c", *pt);
bin/pax/options.c
501
paxwarn(1, "Unknown -x format: %s", optarg);
bin/pax/options.c
522
paxwarn(1, "Invalid write limit %s", optarg);
bin/pax/options.c
526
paxwarn(1, "Write limit is not a %d byte multiple",
bin/pax/options.c
549
paxwarn(1, "Error count value: %s", errstr);
bin/pax/options.c
698
paxwarn(0, "Destination directory was not supplied");
bin/pax/options.c
754
paxwarn(1, "Invalid block size %s", optarg);
bin/pax/options.c
881
paxwarn(1, "Unknown -F format: %s", optarg);
bin/pax/options.c
904
paxwarn(0, "Unable to allocate space "
bin/pax/pat_rep.c
1018
paxwarn(1,"Replacement name too long %s >> %s",
bin/pax/pat_rep.c
108
paxwarn(1, "Empty replacement string");
bin/pax/pat_rep.c
125
paxwarn(1, "Invalid replacement string %s", str);
bin/pax/pat_rep.c
134
paxwarn(1, "Unable to allocate memory for replacement string");
bin/pax/pat_rep.c
141
paxwarn(1, "%s while compiling regular expression %s", rebuf, str);
bin/pax/pat_rep.c
163
paxwarn(1, "Invalid replacement string %s", str);
bin/pax/pat_rep.c
189
paxwarn(1, "Invalid replacement string option %s", str);
bin/pax/pat_rep.c
228
paxwarn(1, "Empty pattern string");
bin/pax/pat_rep.c
238
paxwarn(1, "Unable to allocate memory for pattern string");
bin/pax/pat_rep.c
278
paxwarn(1, "WARNING! These patterns were not matched:");
bin/pax/pat_rep.c
351
paxwarn(1, "Pattern select out of memory");
bin/pax/pat_rep.c
399
paxwarn(1, "Pattern list inconsistent");
bin/pax/pat_rep.c
649
paxwarn(0, "Removing leading / from absolute path names in the archive");
bin/pax/pat_rep.c
663
paxwarn(0, "Removing leading / from absolute path names in the archive");
bin/pax/pat_rep.c
678
paxwarn(1, "Removing leading \"%.*s\"",
bin/pax/pat_rep.c
864
paxwarn(1, "File name %s/%s, too long", dir_name, start);
bin/pax/pat_rep.c
971
paxwarn(1, "Replacement name error %s",
bin/pax/pax.c
249
paxwarn(1, "Cannot allocate memory for temp file name.");
bin/pax/pax.c
438
paxwarn(1, "Unable to set up signal mask");
bin/pax/sel_subs.c
145
paxwarn(1, "Unable to allocate memory for user selection table");
bin/pax/sel_subs.c
159
paxwarn(1, "Unable to find uid for user: %s", str);
bin/pax/sel_subs.c
187
paxwarn(1, "User selection table out of memory");
bin/pax/sel_subs.c
240
paxwarn(1, "Unable to allocate memory fo group selection table");
bin/pax/sel_subs.c
254
paxwarn(1,"Cannot determine gid for group name: %s", str);
bin/pax/sel_subs.c
282
paxwarn(1, "Group selection table out of memory");
bin/pax/sel_subs.c
356
paxwarn(1, "Empty time range string");
bin/pax/sel_subs.c
383
paxwarn(1, "Improperly specified time range: %s", str);
bin/pax/sel_subs.c
391
paxwarn(1, "Unable to allocate memory for time range");
bin/pax/sel_subs.c
414
paxwarn(1, "Bad option %c with time range %s",
bin/pax/sel_subs.c
432
paxwarn(1, "Illegal lower time range %s", str);
bin/pax/sel_subs.c
444
paxwarn(1, "Illegal upper time range %s", up_pt);
bin/pax/sel_subs.c
455
paxwarn(1, "Upper %s and lower %s time overlap",
bin/pax/sel_subs.c
473
paxwarn(1, "Time range format is: [[[[[cc]yy]mm]dd]HH]MM[.SS][/[c][m]]");
bin/pax/tables.c
1007
paxwarn(1, "Cannot update rename table");
bin/pax/tables.c
1028
paxwarn(1, "Interactive rename table out of memory");
bin/pax/tables.c
1132
paxwarn(1, "Cannot allocate memory for device mapping table");
bin/pax/tables.c
1205
paxwarn(1, "Device map table out of memory");
bin/pax/tables.c
1339
paxwarn(1, "Unable to fix truncated inode/device field when storing %s",
bin/pax/tables.c
1341
paxwarn(0, "Archive may create improper hard links when extracted");
bin/pax/tables.c
1376
paxwarn(1,"Cannot allocate space for directory access time table");
bin/pax/tables.c
1474
paxwarn(1, "Directory access time reset table ran out of memory");
bin/pax/tables.c
1571
paxwarn(1, "Unable to allocate memory for directory times");
bin/pax/tables.c
1602
paxwarn(1, "Cannot canonicalize %s", name);
bin/pax/tables.c
1610
paxwarn(1, "Unable to store mode and times for created"
bin/pax/tables.c
1621
paxwarn(1, "Unable to store mode and times for created"
bin/pax/tables.c
236
paxwarn(1, "Cannot allocate memory for hard link table");
bin/pax/tables.c
332
paxwarn(1, "Hard link table out of memory");
bin/pax/tables.c
463
paxwarn(1, "Cannot allocate memory for file time table");
bin/pax/tables.c
587
paxwarn(1, "File time table ran out of memory");
bin/pax/tables.c
956
paxwarn(1, "Cannot allocate memory for interactive rename table");
bin/pax/tables.c
981
paxwarn(0, "No interactive rename table, links may fail");
bin/pax/tar.c
1103
paxwarn(1, "Pax header field is too small for %s", fname);
bin/pax/tar.c
1107
paxwarn(1,"Could not write pax extended header for %s", fname);
bin/pax/tar.c
1127
paxwarn(1, "Ustar cannot archive a socket %s", arcn->org_name);
bin/pax/tar.c
1143
paxwarn(1, "Link name too long for ustar %s",
bin/pax/tar.c
1149
paxwarn(1, "Link name too long for pax %s",
bin/pax/tar.c
1163
paxwarn(1, "File name too long for ustar %s",
bin/pax/tar.c
1169
paxwarn(1, "File name too long for pax %s",
bin/pax/tar.c
1259
paxwarn(1, "File is too long for ustar %s",
bin/pax/tar.c
1266
paxwarn(1, "File is too long for pax %s",
bin/pax/tar.c
1290
paxwarn(1,
bin/pax/tar.c
1304
paxwarn(1,
bin/pax/tar.c
1324
paxwarn(1, "Couldn't preserve %s in pax format for %s",
bin/pax/tar.c
1332
paxwarn(1, "Couldn't preserve %s in pax format for %s",
bin/pax/tar.c
1370
paxwarn(1,"Could not write ustar header for %s",
bin/pax/tar.c
1385
paxwarn(1, "Ustar header field is too small for %s", arcn->org_name);
bin/pax/tar.c
1479
paxwarn(1, "Unknown pax format -o option/value pair %s=%s",
bin/pax/tar.c
1586
paxwarn(1, "%s is %s: %s", keyword, errstr, p);
bin/pax/tar.c
1598
paxwarn(1, "%s contains non-digit", keyword);
bin/pax/tar.c
1616
paxwarn(1, "%s is %s: %s", keyword, errstr, p);
bin/pax/tar.c
1664
paxwarn(1, "Invalid extended header record");
bin/pax/tar.c
1672
paxwarn(1, "Invalid extended header record length");
bin/pax/tar.c
1677
paxwarn(1, "Extended header record length %lu is "
bin/pax/tar.c
1693
paxwarn(1, "Malformed extended header record");
bin/pax/tar.c
365
paxwarn(1, "Unknown tar format -o option/value pair %s=%s",
bin/pax/tar.c
367
paxwarn(1,"%s=%s is the only supported tar format option",
bin/pax/tar.c
376
paxwarn(1, "%s=%s is only supported when writing.",
bin/pax/tar.c
551
paxwarn(1, "Tar cannot archive a character device %s",
bin/pax/tar.c
555
paxwarn(1, "Tar cannot archive a block device %s", arcn->org_name);
bin/pax/tar.c
558
paxwarn(1, "Tar cannot archive a socket %s", arcn->org_name);
bin/pax/tar.c
561
paxwarn(1, "Tar cannot archive a fifo %s", arcn->org_name);
bin/pax/tar.c
567
paxwarn(1, "Link name too long for tar %s",
bin/pax/tar.c
585
paxwarn(1, "File name too long for tar %s", arcn->name);
bin/pax/tar.c
636
paxwarn(1, "File is too large for tar %s",
bin/pax/tar.c
663
paxwarn(1,"Could not write tar header for %s", arcn->org_name);
bin/pax/tar.c
674
paxwarn(1, "Tar header field is too small for %s", arcn->org_name);
bin/pax/tty_subs.c
77
paxwarn(1, "Fatal error, cannot open %s", DEVTTY);