Symbol: paxwarn
bin/pax/ar_io.c
1065
paxwarn(1, "Tape drive unable to backspace requested amount");
bin/pax/ar_io.c
1222
paxwarn(0, "Cannot save archive name.");
bin/pax/ar_io.c
167
paxwarn(0, "Cannot write an archive on top of a directory %s",
bin/pax/ar_io.c
482
paxwarn(1, "Cannot append to an archive obtained from a pipe.");
bin/pax/ar_io.c
488
paxwarn(1,"Cannot append, device record size %d does not support %s spec",
bin/pax/ar_io.c
570
paxwarn(0, "End of archive volume %d reached", arvol);
bin/pax/ar_io.c
642
paxwarn(0, "Write failed, archive is write protected.");
bin/pax/ar_io.c
680
paxwarn(1,"Unable to append, trailer re-write failed. Quitting.");
bin/pax/ar_io.c
685
paxwarn(0, "End of archive volume %d reached", arvol);
bin/pax/ar_io.c
689
paxwarn(0,"WARNING: partial archive write. Archive MAY BE FLAWED");
bin/pax/ar_io.c
691
paxwarn(1,"WARNING: partial archive write. Archive IS FLAWED");
bin/pax/ar_io.c
720
paxwarn(1, "Cannot allow updates to an archive with flaws.");
bin/pax/ar_io.c
772
paxwarn(1, "Unable to recover from an archive read failure.");
bin/pax/ar_io.c
775
paxwarn(0, "Attempting to recover from an archive read failure.");
bin/pax/ar_io.c
868
paxwarn(1, "Reverse positioning on pipes is not supported.");
bin/pax/ar_io.c
904
paxwarn(1,"Reverse position on previous volume.");
bin/pax/ar_io.c
946
paxwarn(1,
bin/pax/ar_subs.c
1005
paxwarn(1,"Premature end of file on archive read");
bin/pax/ar_subs.c
1010
paxwarn(1,
bin/pax/ar_subs.c
1014
paxwarn(1,"Archive I/O error. Trying to recover.");
bin/pax/ar_subs.c
1075
paxwarn(1,"Unable to append, archive header flaw");
bin/pax/ar_subs.c
1078
paxwarn(1,"Invalid header, starting valid header search.");
bin/pax/ar_subs.c
1165
paxwarn(1,"Cannot identify format. Searching...");
bin/pax/ar_subs.c
1200
paxwarn(1, "Cannot identify format. Searching...");
bin/pax/ar_subs.c
1225
paxwarn(1, "Sorry, unable to determine archive format.");
bin/pax/ar_subs.c
572
paxwarn(1, "Cannot mix current archive format %s with %s",
bin/pax/ar_subs.c
748
paxwarn(1, "Destination is not a directory %s", dirptr);
bin/pax/ar_subs.c
802
paxwarn(1, "Destination pathname too long %s",
bin/pax/buf_subs.c
102
paxwarn(0, "Write block size of %d larger than POSIX max %d, archive may not be portable",
bin/pax/buf_subs.c
137
paxwarn(1,"Write block size %d too large, maximum is: %d",
bin/pax/buf_subs.c
142
paxwarn(1, "Write block size %d is not a %d byte multiple",
bin/pax/buf_subs.c
210
paxwarn(0, "Cannot append to an archive that may have flaws.");
bin/pax/buf_subs.c
287
paxwarn(1, "Unable to rewrite archive trailer, cannot append.");
bin/pax/buf_subs.c
314
paxwarn(1, "Unable to append when there are archive read errors.");
bin/pax/buf_subs.c
348
paxwarn(0,"Archive read error limit (%d) reached",maxflt);
bin/pax/buf_subs.c
629
paxwarn(1, "File changed size during read %s", arcn->org_name);
bin/pax/buf_subs.c
633
paxwarn(1, "File %s was modified during copy to archive",
bin/pax/buf_subs.c
736
paxwarn(1,"Actual crc does not match expected crc %s",arcn->name);
bin/pax/buf_subs.c
800
paxwarn(1, "File %s changed size during copy to %s",
bin/pax/buf_subs.c
805
paxwarn(1, "File %s was modified during copy to %s",
bin/pax/buf_subs.c
887
paxwarn(0, "User specified archive volume byte limit reached.");
bin/pax/buf_subs.c
92
paxwarn(1, "Write block size of %d too large, maximum is: %d",
bin/pax/buf_subs.c
97
paxwarn(1, "Write block size of %d is not a %d byte multiple",
bin/pax/cpio.c
1082
paxwarn(1, "Could not write bcpio header for %s", arcn->org_name);
bin/pax/cpio.c
1104
paxwarn(1,"Could not write bcpio link name for %s",arcn->org_name);
bin/pax/cpio.c
1113
paxwarn(1,"Bcpio header field is too small for file %s", arcn->org_name);
bin/pax/cpio.c
183
paxwarn(1, "Cpio file name length %d is out of range", nsz);
bin/pax/cpio.c
192
paxwarn(1, "Cpio file name in header is corrupted");
bin/pax/cpio.c
214
paxwarn(1, "Cpio link name length is invalid: %jd",
bin/pax/cpio.c
224
paxwarn(1, "Cpio link name read error");
bin/pax/cpio.c
234
paxwarn(1, "Cpio link name is corrupt");
bin/pax/cpio.c
396
paxwarn(1,"File is too large for cpio format %s",
bin/pax/cpio.c
447
paxwarn(1, "Unable to write cpio header for %s", arcn->org_name);
bin/pax/cpio.c
466
paxwarn(1,"Unable to write cpio link name for %s",arcn->org_name);
bin/pax/cpio.c
475
paxwarn(1, "Cpio header field is too small to store file %s",
bin/pax/cpio.c
711
paxwarn(1,"File is too large for sv4cpio format %s",
bin/pax/cpio.c
769
paxwarn(1,"Could not write sv4cpio header for %s",arcn->org_name);
bin/pax/cpio.c
791
paxwarn(1,"Could not write sv4cpio link name for %s",
bin/pax/cpio.c
801
paxwarn(1,"Sv4cpio header field is too small for file %s",arcn->org_name);
bin/pax/cpio.c
997
paxwarn(1,"File is too large for bcpio format %s",
bin/pax/extern.h
281
void paxwarn (int, const char *, ...) __printflike(2, 3);
bin/pax/file_subs.c
184
paxwarn(1, "A hard link to the directory %s is not allowed",
bin/pax/file_subs.c
244
paxwarn(1, "Unable to copy %s, file would overwrite itself",
bin/pax/file_subs.c
282
paxwarn(1, "Unable to link file %s to itself", to);
bin/pax/file_subs.c
376
paxwarn(0,
bin/pax/file_subs.c
391
paxwarn(0, "%s has an unknown file type, skipping",
bin/pax/file_subs.c
957
paxwarn(1, "File changed size %s", arcn->org_name);
bin/pax/file_subs.c
961
paxwarn(1, "File %s was modified during read", arcn->org_name);
bin/pax/ftree.c
117
paxwarn(1, "Unable to allocate memory for file name buffer");
bin/pax/ftree.c
146
paxwarn(0, "Invalid file name argument");
bin/pax/ftree.c
156
paxwarn(0, "Unable to allocate memory for filename");
bin/pax/ftree.c
234
paxwarn(1,"WARNING! These file names were not selected:");
bin/pax/ftree.c
392
paxwarn(1,"File system cycle found at %s",ftent->fts_path);
bin/pax/options.c
1155
paxwarn(1, "Unable to open file '%s' for read", optarg);
bin/pax/options.c
1163
paxwarn(1, "Problem with file '%s'", optarg);
bin/pax/options.c
1190
paxwarn(1, "Unknown -H format: %s", optarg);
bin/pax/options.c
1240
paxwarn(0, "Destination directory was not supplied");
bin/pax/options.c
1261
paxwarn(1, "Problem while reading stdin");
bin/pax/options.c
1337
paxwarn(1,"These format options are not supported");
bin/pax/options.c
1362
paxwarn(0, "Invalid option name");
bin/pax/options.c
1366
paxwarn(0, "Unable to allocate space for option list");
bin/pax/options.c
1380
paxwarn(0, "Invalid options format");
bin/pax/options.c
1385
paxwarn(0, "Unable to allocate space for option list");
bin/pax/options.c
207
paxwarn(1, "Invalid block size %s", optarg);
bin/pax/options.c
309
paxwarn(1, "Invalid -p string: %c", *pt);
bin/pax/options.c
369
paxwarn(1, "Unknown -x format: %s", optarg);
bin/pax/options.c
388
paxwarn(1, "Invalid write limit %s", optarg);
bin/pax/options.c
392
paxwarn(1, "Write limit is not a %d byte multiple",
bin/pax/options.c
416
paxwarn(1, "Error count value must be positive");
bin/pax/options.c
557
paxwarn(0, "Destination directory was not supplied");
bin/pax/options.c
615
paxwarn(1, "Invalid block size %s", optarg);
bin/pax/options.c
753
paxwarn(0, "Unable to allocate space "
bin/pax/options.c
828
paxwarn(1, "The -O/-o options are only valid when writing an archive");
bin/pax/options.c
870
paxwarn(1, "Unable to open file '%s' for read", file);
bin/pax/options.c
881
paxwarn(1, "Problem with file '%s'", file);
bin/pax/options.c
943
paxwarn(1, "Unable to open file '%s' for read", file);
bin/pax/options.c
953
paxwarn(1, "Problem with file '%s'",
bin/pax/options.c
996
paxwarn(1, "%s", path);
bin/pax/pat_rep.c
108
paxwarn(1, "Invalid replacement string %s", str);
bin/pax/pat_rep.c
117
paxwarn(1, "Unable to allocate memory for replacement string");
bin/pax/pat_rep.c
124
paxwarn(1, "%s while compiling regular expression %s", rebuf, str);
bin/pax/pat_rep.c
138
paxwarn(1, "Invalid replacement string %s", str);
bin/pax/pat_rep.c
164
paxwarn(1, "Invalid replacement string option %s", str);
bin/pax/pat_rep.c
203
paxwarn(1, "Empty pattern string");
bin/pax/pat_rep.c
213
paxwarn(1, "Unable to allocate memory for pattern string");
bin/pax/pat_rep.c
253
paxwarn(1, "WARNING! These patterns were not matched:");
bin/pax/pat_rep.c
326
paxwarn(1, "Pattern select out of memory");
bin/pax/pat_rep.c
374
paxwarn(1, "Pattern list inconsistent");
bin/pax/pat_rep.c
602
paxwarn(0, "Removing leading / from absolute path names in the archive");
bin/pax/pat_rep.c
616
paxwarn(0, "Removing leading / from absolute path names in the archive");
bin/pax/pat_rep.c
791
paxwarn(1, "File name %s/%s, too long", dir_name, start);
bin/pax/pat_rep.c
896
paxwarn(1, "Replacement name error %s",
bin/pax/pat_rep.c
943
paxwarn(1,"Replacement name too long %s >> %s",
bin/pax/pat_rep.c
99
paxwarn(1, "Empty replacement string");
bin/pax/pax.c
244
paxwarn(1, "Cannot allocate memory for temp file name.");
bin/pax/pax.c
304
paxwarn(0, "Cpu time limit reached, cleaning up.");
bin/pax/pax.c
306
paxwarn(0, "Signal caught, cleaning up.");
bin/pax/pax.c
390
paxwarn(1, "Unable to set up signal mask");
bin/pax/sel_subs.c
113
paxwarn(1, "Unable to allocate memory for user selection table");
bin/pax/sel_subs.c
127
paxwarn(1, "Unable to find uid for user: %s", str);
bin/pax/sel_subs.c
156
paxwarn(1, "User selection table out of memory");
bin/pax/sel_subs.c
210
paxwarn(1, "Unable to allocate memory fo group selection table");
bin/pax/sel_subs.c
224
paxwarn(1,"Cannot determine gid for group name: %s", str);
bin/pax/sel_subs.c
253
paxwarn(1, "Group selection table out of memory");
bin/pax/sel_subs.c
327
paxwarn(1, "Empty time range string");
bin/pax/sel_subs.c
354
paxwarn(1, "Improperly specified time range: %s", str);
bin/pax/sel_subs.c
362
paxwarn(1, "Unable to allocate memory for time range");
bin/pax/sel_subs.c
385
paxwarn(1, "Bad option %c with time range %s",
bin/pax/sel_subs.c
402
paxwarn(1, "Illegal lower time range %s", str);
bin/pax/sel_subs.c
414
paxwarn(1, "Illegal upper time range %s", up_pt);
bin/pax/sel_subs.c
425
paxwarn(1, "Upper %s and lower %s time overlap",
bin/pax/sel_subs.c
443
paxwarn(1, "Time range format is: [yy[mm[dd[hh]]]]mm[.ss][/[c][m]]");
bin/pax/tables.c
105
paxwarn(1, "Cannot allocate memory for hard link table");
bin/pax/tables.c
1100
paxwarn(1, "Unable to create temporary file for directory times: %s",
bin/pax/tables.c
1131
paxwarn(1,"Unable to store mode and times for directory: %s",name);
bin/pax/tables.c
1149
paxwarn(1,"Unable to store mode and times for created directory: %s",name);
bin/pax/tables.c
1200
paxwarn(1,"Unable to set mode and times for created directories");
bin/pax/tables.c
199
paxwarn(1, "Hard link table out of memory");
bin/pax/tables.c
331
paxwarn(1, "Cannot allocate memory for file time table");
bin/pax/tables.c
455
paxwarn(1, "File time table ran out of memory");
bin/pax/tables.c
487
paxwarn(1, "Cannot allocate memory for interactive rename table");
bin/pax/tables.c
512
paxwarn(0, "No interactive rename table, links may fail\n");
bin/pax/tables.c
538
paxwarn(1, "Cannot update rename table");
bin/pax/tables.c
559
paxwarn(1, "Interactive rename table out of memory");
bin/pax/tables.c
660
paxwarn(1, "Cannot allocate memory for device mapping table");
bin/pax/tables.c
733
paxwarn(1, "Device map table out of memory");
bin/pax/tables.c
867
paxwarn(1, "Unable to fix truncated inode/device field when storing %s",
bin/pax/tables.c
869
paxwarn(0, "Archive may create improper hard links when extracted");
bin/pax/tables.c
903
paxwarn(1,"Cannot allocate space for directory access time table");
bin/pax/tables.c
995
paxwarn(1, "Directory access time reset table ran out of memory");
bin/pax/tar.c
1021
paxwarn(1, "Ustar header field is too small for %s", arcn->org_name);
bin/pax/tar.c
335
paxwarn(1, "Unknown tar format -o option/value pair %s=%s",
bin/pax/tar.c
337
paxwarn(1,"%s=%s is the only supported tar format option",
bin/pax/tar.c
346
paxwarn(1, "%s=%s is only supported when writing.",
bin/pax/tar.c
509
paxwarn(1, "Tar cannot archive a character device %s",
bin/pax/tar.c
513
paxwarn(1, "Tar cannot archive a block device %s", arcn->org_name);
bin/pax/tar.c
516
paxwarn(1, "Tar cannot archive a socket %s", arcn->org_name);
bin/pax/tar.c
519
paxwarn(1, "Tar cannot archive a fifo %s", arcn->org_name);
bin/pax/tar.c
525
paxwarn(1,"Link name too long for tar %s", arcn->ln_name);
bin/pax/tar.c
542
paxwarn(1, "File name too long for tar %s", arcn->name);
bin/pax/tar.c
596
paxwarn(1,"File is too large for tar %s", arcn->org_name);
bin/pax/tar.c
631
paxwarn(1, "Tar header field is too small for %s", arcn->org_name);
bin/pax/tar.c
869
paxwarn(1, "Ustar cannot archive a socket %s", arcn->org_name);
bin/pax/tar.c
878
paxwarn(1, "Link name too long for ustar %s", arcn->ln_name);
bin/pax/tar.c
887
paxwarn(1, "File name too long for ustar %s", arcn->name);
bin/pax/tar.c
978
paxwarn(1,"File is too long for ustar %s",arcn->org_name);
bin/pax/tty_subs.c
78
paxwarn(1, "Fatal error, cannot open %s", DEVTTY);