• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/tcl-105/tcl_ext/trf/trf/generic/

Lines Matching refs:PRINT

573   PRINT ("(%p, \"%s\")\n", type, type->name); FL;
584 PRINT ("Already defined!\n"); FL;
796 PRINT ("Argument [%03d] = \"%s\"\n",
816 PRINT ("Processing options...\n"); FL; IN;
968 PRINT ("Inconsistent options\n"); FL;
980 PRINT ("Inconsistent options\n"); FL;
992 PRINT ("Wrong # args\n"); FL;
1000 PRINT ("Options contain errors\n"); FL;
1028 PRINT ("-attach not available\n"); FL;
1048 PRINT ("Unknown option \"%s\"\n", option); FL; OT;
1273 PRINT ("Mode = %d\n", mode); FL;
1384 PRINT ("out.flushproc\n"); FL;
1393 PRINT ("in_.flushproc\n"); FL;
1403 PRINT ("out.deleteproc\n"); FL;
1408 PRINT ("in_.deleteproc\n"); FL;
1455 PRINT ("trans = %p, toRead = %d\n", trans, toRead); FL;
1500 PRINT ("Got %d, satisfied from result buffer\n", gotBytes); FL;
1540 PRINT ("Got %d, constrained by script\n", gotBytes); FL;
1545 PRINT ("Read from parent %p\n", parent);
1551 PRINT ("................\n");
1554 PRINT ("Retrieved = %d {\n", read);
1556 PRINT ("}\n");
1569 PRINT ("Got %d, read < 0, <EAGAIN>\n", gotBytes);
1576 PRINT ("Got %d, read < 0, report error %d\n", gotBytes, *errorCodePtr);
1601 PRINT ("Got %d, report EWOULDBLOCK\n", gotBytes); FL;
1605 PRINT ("(Got = %d || not async)\n", gotBytes); FL;
1610 PRINT ("EOF in downstream channel\n"); FL;
1614 PRINT ("Got %d, !read flushed\n", gotBytes); FL;
1626 PRINT ("in_.flushproc\n"); FL;
1643 PRINT ("Got %d, read flushed / no result\n", gotBytes); FL;
1661 PRINT ("in_.convertbufproc\n"); FL;
1668 PRINT ("in_.convertproc\n"); FL;
1683 PRINT ("Got %d, report error in transform (EINVAL)\n", gotBytes); FL;
1701 PRINT ("Got %d, after loop\n", gotBytes); FL;
1753 PRINT ("Nothing to write\n"); FL; DONE (TrfOutput);
1770 PRINT ("out.convertbufproc\n"); FL;
1777 PRINT ("out.convertproc\n"); FL;
1792 PRINT ("error EINVAL\n"); FL; DONE (TrfInput);
1812 PRINT ("Written: %d\n", toWrite); FL; DONE (TrfOutput);
1855 PRINT ("(Mode = %d, Offset = %ld)\n", mode, offset); FL;
1871 PRINT ("[Tell], Location = %d\n", trans->seekState.upLoc); FL;
1879 PRINT ("[Unseekable]\n"); FL; DONE (TrfSeek);
1890 PRINT ("[Passing down]\n"); FL;
1912 PRINT ("[Seek from start] => Seek relative\n"); FL;
1923 PRINT ("[Seek from end not available]"); FL; DONE (TrfSeek);
1938 PRINT ("Seek constrained to multiples of input tuples\n"); FL;
1946 PRINT ("[Seek relative], cannot seek before start of stream\n"); FL;
1960 PRINT ("[Seek relative], beyond read buffer\n"); FL;
2513 PRINT ("___.createproc\n"); FL;
2518 PRINT ("___.createproc\n"); FL;
2548 PRINT ("___.convertbufproc\n"); FL;
2556 PRINT ("___.convertproc\n"); FL;
2569 PRINT ("___.flushproc\n"); FL;
2592 PRINT ("___.convertbufproc\n"); FL;
2599 PRINT ("___.convertproc\n"); FL;
2621 PRINT ("___.deleteproc\n"); FL;
2741 PRINT ("out.createproc\n"); FL;
2756 PRINT ("in_.createproc\n"); FL;
2909 PRINT ("Data = %d {\n", outLen);
2911 PRINT ("}\n");
2926 PRINT ("ERROR /written = %d, errno = %d, (%d) %s\n",
2968 PRINT ("Data = %d {\n", outLen);
2970 PRINT ("}\n");
3021 PRINT ("Data = %d {\n", outLen);
3023 PRINT ("}\n");
3066 PRINT ("Data = %d {\n", outLen);
3068 PRINT ("}\n");
3354 PRINT ("WriteRaw %p %s\n", parent, Tcl_GetChannelType (parent)->typeName);
3658 PRINT ("request = %d, have = %d\n", toRead, r->used); FL;
3740 PRINT ("n = %d, have = %d\n", n, r->used); FL;
3793 PRINT ("have %d, adding %d\n", r->used, toWrite); FL;
3881 PRINT ("Check %p\n", self); FL;
4090 PRINT ("out.clearproc\n"); FL;
4096 PRINT ("in.clearproc\n"); FL;
4140 PRINT ("in.clearproc\n"); FL;
4401 PRINT (fmt, len, tmp);
4479 PRINT ("SeekDump (%s) {\n", place); FL; IN;
4481 PRINT ("ratio up:down %d : %d\n",
4484 PRINT ("seekable %d\n",
4486 PRINT ("up %d [%d .. %d]\n",
4490 PRINT ("down %d [%d] | %d\n",
4494 PRINT ("base %d\n",
4496 PRINT ("identity force %d\n",
4498 PRINT ("seek while ident %d\n",
4500 PRINT ("read buffer %d\n",
4503 OT ; PRINT ("}\n"); FL;
4505 PRINT ("SkDmp (%s) ", place); FL;
4772 PRINT ("Timer deleted ..."); FL;