Searched refs:Trace (Results 1 - 19 of 19) sorted by relevance

/haiku/src/bin/unzip/
H A Dunshrink.c180 Trace((stderr, " (codesize now %d bits)\n", codesize));
182 Trace((stderr, " (partial clear code)\n"));
184 Trace((stderr, " (done with partial clear)\n"));
200 Trace((stderr, " (found a KwKwK code %d; oldcode = %d)\n", code,
220 Trace((stderr, "code %4d; oldcode %4d; char %3d (%c); string [", code,
230 Trace((stderr, "doing flush(), outcnt = %lu\n", G.outcnt));
232 Trace((stderr, "unshrink: flush() error (%d)\n",
238 Trace((stderr, "done with flush()\n"));
253 Trace((stderr, "]; newcode %d\n", freecode));
266 Trace((stder
[all...]
H A Dcrypt.c102 #ifndef Trace
104 # define Trace(x) fprintf x macro
106 # define Trace(x) macro
294 Trace((stdout, " (%02x)", c1));
296 Trace((stdout, " %02x", c1));
298 Trace((stdout, "\n"));
391 Trace((stdout, "\n[incnt = %d]: ", GLOBAL(incnt)));
400 Trace((stdout, " (%02x)", h[n]));
534 Trace((stdout, " %02x", hh[n]));
537 Trace((stdou
[all...]
H A Dcryptf.c105 #ifndef Trace
107 # define Trace(x) fprintf x macro
109 # define Trace(x) macro
297 Trace((stdout, " (%02x)", c1));
299 Trace((stdout, " %02x", c1));
301 Trace((stdout, "\n"));
394 Trace((stdout, "\n[incnt = %d]: ", GLOBAL(incnt)));
403 Trace((stdout, " (%02x)", h[n]));
537 Trace((stdout, " %02x", hh[n]));
540 Trace((stdou
[all...]
H A Dinflate.c78 c14f 22 Oct 93 G. Roelofs renamed quietflg to qflag; made Trace()
311 #ifndef Trace
313 # define Trace(x) fprintf x macro
315 # define Trace(x) macro
383 Trace((stderr, "initializing inflate()\n"));
389 Trace((stderr, "oops! (inflateInit2() err = %d)\n", err));
397 Trace((stderr, "first loop: G.csize = %ld\n", G.csize));
407 Trace((stderr, "oops! (inflate(first loop) err = %d)\n", err));
425 Trace((stderr, " avail_in = %d\n", G.dstrm.avail_in));
430 Trace((stder
[all...]
H A Dinflatef.c69 #ifndef Trace
71 # define Trace(x) fprintf x macro
73 # define Trace(x) macro
141 Trace((stderr, "initializing inflate()\n"));
147 Trace((stderr, "oops! (inflateInit2() err = %d)\n", err));
155 Trace((stderr, "first loop: G.csize = %ld\n", G.csize));
165 Trace((stderr, "oops! (inflate(first loop) err = %d)\n", err));
183 Trace((stderr, " avail_in = %d\n", G.dstrm.avail_in));
188 Trace((stderr, "inside loop: flushing %ld bytes (ptr diff = %ld)\n",
196 Trace((stder
[all...]
H A Dfileio.c262 Trace((stderr, "open_outfile: stat(%s) returns 0: file exists\n",
323 Trace((stderr, "open_outfile: %s now renamed into %s\n",
331 Trace((stderr,
335 Trace((stderr, "open_outfile: %s now writable\n",
348 Trace((stderr, "open_outfile: %s now deleted\n",
409 Trace((stderr, "open_outfile: doing fopen(%s) for writing\n",
416 Trace((stderr, "open_outfile: fopen(%s) for writing succeeded\n",
685 Trace((stderr,
694 Trace((stderr,
697 Trace((stder
[all...]
H A Dbeos.c575 Trace((stderr, "appending dir segment [%s]\n", FnFilter1(pathcomp)));
631 Trace((stderr, "buildpath now = [%s]\n", FnFilter1(buildpath)));
643 Trace((stderr, "getting and freeing path [%s]\n",
660 Trace((stderr, "appending filename [%s]\n", FnFilter1(pathcomp)));
676 Trace((stderr, "buildpath now = [%s]\n", FnFilter1(buildpath)));
690 Trace((stderr, "initializing buildpath to "));
706 Trace((stderr, "[%s]\n", FnFilter1(buildpath)));
719 Trace((stderr, "initializing root path to [%s]\n",
767 Trace((stderr, "rootpath now = [%s]\n", FnFilter1(rootpath)));
778 Trace((stder
[all...]
H A Dextract.c560 Trace((stderr, "setting directory times/perms/attributes\n"));
564 Trace((stderr, "dir = %s\n", d->fn));
868 Trace((stderr, "\ndebug: request = %ld, inbuf_offset = %ld\n",
870 Trace((stderr,
885 Trace((stderr, "debug: request = %ld, inbuf_offset = %ld\n",
887 Trace((stderr,
892 Trace((stderr,
907 Trace((stderr, "debug: bufstart != cur_zipfile_bufstart\n"));
1168 Trace((stderr, "mapname(%s) returns error code = %d\n",
1633 Trace((stder
[all...]
H A Dprocess.c313 Trace((stderr, "do_wild( %s ) returns %s\n", G.wildzipfn, G.zipfn));
336 Trace((stderr, "do_seekable(0) returns %d\n", error));
383 Trace((stderr, "do_seekable(1) returns %d\n", error));
822 Trace((stderr, "about to extract/list files (error = %d)\n",
854 Trace((stderr, "done with extract/list files (error = %d)\n",
H A Dexplode.c607 Trace((stderr, "<%u > ", G.hufts));
H A Dunzpriv.h2092 # define Trace(x) _fprintf x macro
2094 # define Trace(x) fprintf x macro
2097 # define Trace(x) macro
2109 # define MTrace(x) Trace(x)
H A Dunzip.c923 Trace((stderr, "pp - argv = %d\n", pp-argv));
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DVideoIn.cpp89 Trace("CVideoIn::CVideoIn()");
95 Trace("CVideoIn::~CVideoIn()");
105 Trace("CVideoIn::InitCheck()");
119 Trace("CVideoIn::Found Rage Theater 100");
124 Trace("CVideoIn::Found Rage Theater 200");
154 Trace(buffer);
210 Trace("CVideoIn::Stop()");
244 Trace("CVideoIn::SetBrightness()");
251 Trace("CVideoIn::SetContrast()");
258 Trace("CVideoI
453 void CVideoIn::Trace(const char * message) const function in class:CVideoIn
[all...]
H A DVideoIn.h125 void Trace(const char * message) const;
/haiku/headers/private/netservices2/
H A DHttpRequest.h36 enum Verb { Get, Head, Post, Put, Delete, Connect, Options, Trace }; enumerator in enum:BPrivate::Network::BHttpMethod::Verb
/haiku/src/servers/app/stackandtile/
H A DSATGroup.h49 void Trace() const;
77 void Trace() const;
H A DSATGroup.cpp553 Corner::Trace() const function in class:Corner
621 Crossing::Trace() const function in class:Crossing
624 fCorners[Corner::kLeftTop].Trace();
626 fCorners[Corner::kRightTop].Trace();
628 fCorners[Corner::kLeftBottom].Trace();
630 fCorners[Corner::kRightBottom].Trace();
/haiku/src/kits/network/libnetservices2/
H A DHttpRequest.cpp145 case Trace:
/haiku/src/tests/kits/net/netservices2/
H A DHttpProtocolTest.cpp247 CPPUNIT_ASSERT_EQUAL(BHttpMethod(BHttpMethod::Trace).Method(), "TRACE"sv);

Completed in 940 milliseconds