Home
last modified time | relevance | path

Searched refs:prterror (Results 1 – 25 of 34) sorted by relevance

12

/dports/archivers/zoo/zoo-2.10.1_4/
H A Dzoodel.c94 prterror ('f', garbled);
105 prterror ('f', garbled);
113 prterror ('f', garbled);
117 prterror ('f', garbled);
120 prterror ('f', garbled);
129 prterror ('f', inv_option, *option);
158 prterror ('f', packfirst);
176 prterror ('f', garbled);
197 prterror ('f', bad_directory);
305 prterror ('M', "-----\nPacking...");
[all …]
H A Dzooext.c139 prterror ('f', inv_option, 'p');
144 prterror ('w', option_ignored, 'O');
148 prterror ('w', inv_option, 'N');
158 prterror ('f', could_not_open, zoo_path);
171 prterror ('w', failed_consistency);
192 prterror('f', bad_directory);
195 prterror ('F', invalid_header);
390 prterror ('f', disk_full);
407 prterror ('f', disk_full);
415 prterror ('e', no_space, prtfname);
[all …]
H A Dzoopack.c100 prterror ('f', inv_option, *option);
128 prterror ('f', could_not_open, zoo_path);
147 prterror ('w', failed_consistency);
153 prterror ('f', wrong_version, old_zoo_header.major_ver,
223 prterror ('F', bad_directory);
246 prterror ('m', "%-14s -- ",
251 prterror ('f', "Could not seek to file data.\n");
289 prterror ('F', disk_full);
293 prterror ('f', internal_error);
318 prterror ('M', "moved\n");
[all …]
H A Dzooadd.c136 prterror ('f', could_not_open, zoo_path);
515 prterror ('F', no_memory);
517 prterror ('F', disk_full);
519 prterror ('F', "Read error.\n");
521 prterror ('F', internal_error);
607 prterror ('M', "replaced+\n");
609 prterror ('M', "added+\n");
611 prterror ('M', "replaced\n");
632 prterror ('M', "added\n");
700 prterror ('m', "No files added.\n");
[all …]
H A Dbilf.c76 prterror ('f', "Option %s is invalid\n", option);
78 prterror ('w', "An error occurred -- output file may be corrupted\n");
94 prterror ('f', "Could not open input file %s\n", inname);
97 prterror ('f', "Could not open output file %s\n", outname);
145 prterror ('f', "Could not open input file %s\n", inname);
148 prterror ('f', "Could not open output file %s\n", outname);
212 prterror (level, msg1, msg2) in prterror() function
223 default: prterror ('f', "Internal error in prterror()\n");
H A Dmisc.c49 prterror ('f', "Invalid number %s\n", p);
145 prterror ('f', "Combined dirname and filename too long\n");
185 prterror ('f', failed_consistency);
187 prterror ('f', wrong_version, header->major_ver, header->minor_ver);
190 prterror ('f', packfirst);
217 prterror ('f', disk_full);
236 prterror ('f', bad_directory);
242 prterror ('f', bad_directory);
363 prterror ('f', disk_full);
H A Dzooadd2.c95 prterror ('M', "-----\nErasing added files...\n");
106 prterror ('m', "%-*s -- ", pathlength, flist[fptr]);
108 prterror ('M', "erased\n");
110 prterror ('w', "Could not erase %s.\n", flist[fptr]);
149 prterror ('f', inv_option, *option);
177 prterror ('f', inv_option, *option);
182 prterror ('f', "\"f\" and \"h\" can't both be used\n");
H A Dzoolist.c134 prterror ('w', option_ignored, *option);
143 prterror ('w', option_ignored, 'a');
190 prterror ('e', could_not_open, this_zoo);
196 prterror ('m', start_ofs, fiz_ofs, dat_ofs);
201 prterror ('e', dbl_percent, this_zoo, invalid_header);
217 prterror ('e', dbl_percent, this_zoo, bad_directory);
223 prterror ('M', wrong_version,
239 prterror ('F', dbl_percent, this_zoo, bad_directory);
244 prterror ('F', dbl_percent, this_zoo, invalid_header);
H A Dcomment.c60 prterror ('f', inv_option, *option);
64 prterror ('f', inv_option, *option);
68 prterror ('f', could_not_open, zoo_path);
226 prterror ('f', disk_full);
273 prterror ('f', disk_full);
H A Dassert.h40 prterror ('w',"Assertion error in %s:%d.\n", __FILE__, __LINE__); \
45 prterror ('w', "Assertion error.\n"); \
H A Dlzd.c178 prterror ('f', "I/O error in lzd:rd_dcode.\n"); in rd_dcode()
212 prterror ('f', "Write error in lzd:wr_dchar.\n");
372 prterror ('f', "Output error in lzd().\n");
426 prterror ('f', "Output error in lzd().\n");
530 prterror ('f', "Stack overflow in lzd().\n");
628 prterror ('f', "Stack overflow in lzd().\n");\
695 prterror ('f', "Output error in lzd().\n");
787 prterror ('f', "I/O error in lzd:rd_dcode.\n"); in rd_dcode()
819 prterror ('f', "Write error in lzd:wr_dchar.\n");
H A Dprterror.c119 void prterror(int level, char *format, ...) in prterror() function
122 void prterror(va_alist) in prterror()
160 default: prterror ('f', internal_error); /* slick recursive call */ in prterror()
H A Dmisc2.c29 prterror ('f', no_memory, "", "");
32 prterror ('f', no_memory);
34 prterror('f', "needed %u bytes: %s", no_memory);
H A Dmaketbl.c13 extern void prterror();
31 prterror('f', "Bad decode table\n");
H A Dzoofns.h98 void prterror(int level, char *format, ...);
100 void prterror PARMS ((int, char *, ...));
H A Dgetfile.c91 prterror ('w', "seek mismatch in copy to EOF\n");
117 prterror ('w', "seek mismatch in fixed length copy\n");
H A Dio.c20 extern void prterror();
143 prterror('f', disk_full);
H A Dmakelist.c161 prterror ('e', "Could not open %s\n", *argv);
170 prterror ('w', too_many_files, flistsize);
H A Dlzh.c13 extern void prterror();
H A Dzoofilt.c53 prterror ('f', inv_option, *option); /* fatal error -- abort */
H A Ddescrip.mms19 nextfile.obj, options.obj, parse.obj, portable.obj, prterror.obj, -
89 prterror.obj : options.h various.h
90 prterror.obj : zoofns.h zooio.h
H A Dvms.c113 prterror ('w', "Could not get file time\n");
229 prterror ('w', "Trailing garbage in directory name\n");
H A Dlzc.c217 prterror ('f', "Error reading input file during compression.\n");
325 prterror ('f', "Error writing during compression.\n");
H A Dnixtime.i29 prterror ('w', "Could not get file time\n");
H A Dvmsbuild.com58 $ cc/nolist prterror.c/define=(BIG_MEM,NDEBUG,VMS)
85 nextfile.obj, options.obj, parse.obj, portable.obj, prterror.obj, -

12