Searched refs:stderr (Results 1 - 25 of 47) sorted by relevance

12

/ast/src/cmd/bzip/
H A Dbzip2.c309 if (verbosity >= 2) fprintf ( stderr, "\n" );
338 fprintf ( stderr, "%6.3f:1, %6.3f bits/byte, "
427 if (verbosity >= 2) fprintf ( stderr, "\n " );
446 fprintf ( stderr,
506 if (verbosity >= 2) fprintf ( stderr, "\n " );
516 fprintf ( stderr,
523 fprintf ( stderr,
529 fprintf ( stderr,
534 fprintf ( stderr,
556 stderr,
[all...]
H A Dbzip2recover.c85 fprintf ( stderr,
89 fprintf ( stderr, "%s: warning: output file(s) may be incomplete.\n",
98 fprintf ( stderr,
102 fprintf ( stderr, "%s: warning: output file(s) may be incomplete.\n",
111 fprintf ( stderr,
114 fprintf ( stderr, "%s: warning: output file(s) may be incomplete.\n",
285 fprintf ( stderr, "bzip2recover v0.9.0c: extracts blocks from damaged .bz2 files.\n" );
288 fprintf ( stderr, "%s: usage is `%s damaged_file_name'.\n",
297 fprintf ( stderr, "%s: can't read `%s'\n", progName, inFileName );
302 fprintf ( stderr, "
[all...]
/ast/src/cmd/mam/
H A Dmamstate.c50 fprintf(stderr, "%s: reference file argument expected\n", id);
55 fprintf(stderr, "%s: %s: cannot stat\n", id, s);
/ast/src/lib/libtksh/tcl/
H A Dpanic.c103 (void) fprintf(stderr, format, arg1, arg2, arg3, arg4, arg5, arg6,
105 (void) fprintf(stderr, "\n");
106 (void) fflush(stderr);
/ast/src/cmd/ksh93/tests/
H A Dcomvario.sh371 compound out=( typeset stdout stderr ; integer res )
421 out.stderr="${ { out.stdout="${ ${SHELL} -c "${test.cmd}" ; (( out.res=$? )) ; }" ; } 2>&1 ; }"
425 [[ "${out.stderr}" == "" ]] || err_exit "${testname}: Expected empty stderr, got $(printf "%q\n" "${out.stderr}")"
440 compound out=( typeset stdout stderr ; integer res )
451 out.stderr="${ { out.stdout="${ ${SHELL} -o nounset -c "${tests[i]}" ; (( out.res=$? )) ; }" ; } 2>&1 ; }"
454 [[ "${out.stderr}" == '' ]] || err_exit "$0/${i}: Expected empty stderr, got $(printf '%q\n' "${out.stderr}")"
[all...]
H A Dmath.sh43 compound out=( typeset stdout stderr ; integer res )
159 out.stderr="${ { out.stdout="${ ${SHELL} -o nounset -o errexit -c "${cmd}" ; (( out.res=$? )) ; }" ; } 2>&1 ; }"
163 [[ "${out.stderr}" == '' ]] || err_exit "${testname}: Expected empty stderr, got $(printf '%q\n' "${out.stderr}")"
H A Dstatics.sh87 compound out=( typeset stdout stderr ; integer res )
642 out.stderr="${ { out.stdout="${ ${SHELL} -o nounset -c "${currtest.cmd}" ; (( out.res=$? )) ; }" ; } 2>&1 ; }"
646 [[ "${out.stderr}" == '' ]] || err_exit "${currtest.name}: Expected empty stderr, got $(printf "%q\n" "${out.stderr}")"
H A Darrays2.sh185 compound out=( typeset stdout stderr ; integer res )
200 out.stderr="${ { out.stdout="${ ${SHELL} -o nounset -o errexit -c "${tst.cmd}" ; (( out.res=$? )) ; }" ; } 2>&1 ; }"
203 [[ "${out.stderr}" == '' ]] || err_exit "${testname}: Expected empty stderr, got $(printf '%q\n' "${out.stderr}")"
/ast/src/lib/libz/
H A Dexample.c24 fprintf(stderr, "%s error: %d\n", msg, err); \
75 fprintf(stderr, "bad uncompress\n");
91 fprintf(stderr, "NO_GZCOMPRESS -- gz* functions cannot compress\n");
100 fprintf(stderr, "gzopen error\n");
105 fprintf(stderr, "gzputs err: %s\n", gzerror(file, &err));
109 fprintf(stderr, "gzprintf err: %s\n", gzerror(file, &err));
117 fprintf(stderr, "gzopen error\n");
123 fprintf(stderr, "gzread err: %s\n", gzerror(file, &err));
127 fprintf(stderr, "bad gzread: %s\n", (char*)uncompr);
135 fprintf(stderr, "gzsee
[all...]
H A Dinfback.c52 Tracev((stderr, "inflate: allocated\n"));
295 Tracev((stderr, "inflate: stored block%s\n",
301 Tracev((stderr, "inflate: fixed codes block%s\n",
306 Tracev((stderr, "inflate: dynamic codes block%s\n",
327 Tracev((stderr, "inflate: stored length %u\n",
345 Tracev((stderr, "inflate: stored end\n"));
365 Tracev((stderr, "inflate: table sizes ok\n"));
386 Tracev((stderr, "inflate: code lengths ok\n"));
461 Tracev((stderr, "inflate: codes ok\n"));
496 Tracevv((stderr, thi
[all...]
H A Dtrees.c172 { if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \
197 Tracevv((stderr," l %2d v %4x ", length, value));
532 Trace((stderr,"\nbit length overflow\n"));
559 Trace((stderr,"code %d bits %d->%d\n", m, tree[m].Len, bits));
598 Tracev((stderr,"\ngen_codes: max_code %d ", max_code));
606 Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ",
682 fprintf(stderr,"\nnode %d(%d), sons %d(%d) %d(%d)",
827 Tracev((stderr, "\ndyn trees: dyn %ld, stat %ld",
847 Tracev((stderr, "\nbl counts: "));
852 Tracev((stderr, "\nb
[all...]
H A Dinffast.c135 Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ?
152 Tracevv((stderr, "inflate: length %u\n", len));
186 Tracevv((stderr, "inflate: distance %u\n", dist));
277 Tracevv((stderr, "inflate: end of block\n"));
H A Dinflate.c124 Tracev((stderr, "inflate: reset\n"));
165 Tracev((stderr, "inflate: allocated\n"));
628 Tracev((stderr, "inflate: zlib header ok\n"));
786 Tracev((stderr, "inflate: stored block%s\n",
792 Tracev((stderr, "inflate: fixed codes block%s\n",
797 Tracev((stderr, "inflate: dynamic codes block%s\n",
816 Tracev((stderr, "inflate: stored length %u\n",
834 Tracev((stderr, "inflate: stored end\n"));
852 Tracev((stderr, "inflate: table sizes ok\n"));
873 Tracev((stderr, "inflat
[all...]
H A Dminigzip.c90 fprintf(stderr, "%s: %s\n", prog, msg);
211 fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile);
245 fprintf(stderr, "%s: can't gzopen %s\n", prog, infile);
/ast/src/lib/libast/port/
H A Dlcgen.c297 fprintf(stderr, "%s: { hdr lib tab } arguments expected\n", command);
302 fprintf(stderr, "%s: %s: cannot write\n", command, hdr);
307 fprintf(stderr, "%s: %s: cannot write\n", command, lib);
371 fprintf(stderr, "%s: %d: %s: must be specified after :territory:\n", command, line, arg[0]);
381 fprintf(stderr, "%s: %d: %s must be specified first\n", command, line, arg[0]);
391 fprintf(stderr, "%s: %d: %s: must be specified after :language:\n", command, line, arg[0]);
401 fprintf(stderr, "%s: %d: %s must be specified after :charset:\n", command, line, arg[0]);
409 fprintf(stderr, "%s: %d: %s invalid\n", command, line, arg[0]);
415 fprintf(stderr, "%s: %d: at least two arguments expected\n", command, line);
423 fprintf(stderr, "
[all...]
/ast/src/cmd/ksh93/
H A Dmamstate.c51 fprintf(stderr, "Usage: mamstate reference [ file ... | <files ]\n");
/ast/src/lib/libbz/
H A Dbzhdr.h108 fprintf ( stderr, \
116 fprintf(stderr,zf)
118 fprintf(stderr,zf,za1)
120 fprintf(stderr,zf,za1,za2)
122 fprintf(stderr,zf,za1,za2,za3)
124 fprintf(stderr,zf,za1,za2,za3,za4)
126 fprintf(stderr,zf,za1,za2,za3,za4,za5)
/ast/src/cmd/INIT/
H A Drelease.c93 fprintf(stderr, "Usage: release [-V] [-h hi-date] [-l lo-date] [-r count] [ file ...]\n");
277 fprintf(stderr, "release: -%c%s: invalid date [%s]\n", i, s, e);
299 fprintf(stderr, "release: -%c%s: invalid count\n", i, s);
307 fprintf(stderr, "release: -%c: unknown option\n", i);
327 fprintf(stderr, "release: %s: cannot read", p);
H A Diffe.sh52 *) echo "$command: $@" >&$stderr
53 cat $tmp.err >&$stderr
54 echo "$command: $1: core dump or fatal interruption -- results inconclusive" >&$stderr
86 3) cat $tmp.e >&$stderr ;;
186 $show "$command: test:" $yy $ii $mm "...$SHOW" >&$stderr
210 $show "$command: test:" $yy $ii $mm "...$SHOW" >&$stderr
219 0) echo " $mm" >&$stderr ;;
220 *) echo "$command: ... $mm" >&$stderr ;;
239 $show "$command: test:" $yy $ii $mm "...$SHOW" >&$stderr
253 0) echo " $mm" >&$stderr ;;
[all...]
H A Dratz.c2131 Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ?
2148 Tracevv((stderr, "inflate: length %u\n", len));
2182 Tracevv((stderr, "inflate: distance %u\n", dist));
2273 Tracevv((stderr, "inflate: end of block\n"));
2350 Tracev((stderr, "inflate: reset\n"));
2391 Tracev((stderr, "inflate: allocated\n"));
2847 Tracev((stderr, "inflate: zlib header ok\n"));
3005 Tracev((stderr, "inflate: stored block%s\n",
3011 Tracev((stderr, "inflate: fixed codes block%s\n",
3016 Tracev((stderr, "inflat
[all...]
H A Dmamake.c268 fprintf(stderr, "Usage: %s [-iknFKNV] [-f mamfile] [-r pattern] [-C directory] [-D level] [target ...] [name=value ...]\n", state.id);
305 identify(stderr);
308 fprintf(stderr, "debug%d: ", level);
310 fprintf(stderr, " ");
317 fprintf(stderr, "%s: ", state.sp->file);
318 fprintf(stderr, "%ld: ", state.sp->line);
321 fprintf(stderr, "warning: ");
326 fprintf(stderr, "%s: ", item);
327 fprintf(stderr, "%s", text);
329 fprintf(stderr, "
[all...]
/ast/src/lib/libast/uwin/
H A Drcmd.c122 fprintf(stderr, "%s: %s\n", *ahost,
126 fprintf(stderr, "%s: unknown host\n", *ahost);
145 fprintf(stderr, "socket: %s\n",
150 fprintf(stderr, "socket: All ports in use\n");
191 fprintf(stderr,
209 fprintf(stderr, catgets(_libc_cat, NetMiscSet,
213 fprintf(stderr, "Trying %s...\n",
245 "write: setting up stderr"));
247 perror("write: setting up stderr");
269 fprintf(stderr,
[all...]
/ast/src/lib/libtksh/include/
H A Ddebug.h5 # define dprintf(x) while (__Tksh_DebugOn) { fprintf(stderr, \
/ast/src/cmd/ksh93/features/
H A Dmath.sh37 eval `iffe $iffeflags -c "$cc" - typ long.double 2>&$stderr`
101 eval `iffe $iffeflags -c "$cc" - lib $libs $iffehdrs $iffelibs 2>&$stderr`
115 eval `iffe $iffeflags -c "$cc" - dat,npt,mac $lib $iffehdrs $iffelibs 2>&$stderr`
116 eval `iffe $iffeflags -c "$cc" - num $nums $iffehdrs $iffelibs 2>&$stderr`
229 eval `iffe $iffeflags -c "$cc" - tst it_links_ note{ $F function links }end link{ "static $L $F($ta)$td${body}int main(){return $F($tc)!=0;}" }end sfio.h $iffehdrs $iffelibs 2>&$stderr`
/ast/src/lib/libtksh/lib/tksh7.6/
H A DldAout.tcl209 puts stderr $ccCommand
222 puts stderr $ldCommand

Completed in 71 milliseconds

12