Searched refs:PRINT (Results 1 - 25 of 67) sorted by relevance

123

/macosx-10.9.5/CPANInternal-140/Test-Simple/t/lib/Dev/
H A DNull.pm6 sub PRINT { 1 } subroutine
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dcpu-openrisc.c25 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \
33 PRINT, \
H A Dcpu-alpha.c25 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \
33 PRINT, \
H A Dcpu-cris.c68 #define N(NUMBER, PRINT, NEXT) \
69 { 32, 32, 8, bfd_arch_cris, NUMBER, "cris", PRINT, 1, FALSE, \
H A Dcpu-mips.c44 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \
52 PRINT, \
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/lib/
H A DTieOut.pm10 sub PRINT { subroutine
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-krb.c136 #define PRINT if ((cp = c_print(cp, snapend)) == NULL) goto trunc macro
138 PRINT;
140 PRINT;
142 PRINT;
149 #undef PRINT macro
159 #define PRINT if ((cp = c_print(cp, snapend)) == NULL) goto trunc macro
184 PRINT;
186 PRINT;
193 PRINT;
216 PRINT;
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DRecoveryOperation.java58 public static final RecoveryOperation PRINT = field in class:RecoveryOperation
59 new RecoveryOperation("PRINT", DbConstants.DB_TXN_PRINT);
93 return PRINT;
/macosx-10.9.5/cddafs-252/Classes/
H A DCDDATrackName.cpp47 #define PRINT(x) printf x macro
49 #define PRINT(x) macro
76 PRINT ( ( "CDDATrackName constructor called\n" ) );
140 PRINT ( ( "CDDATrackName destructor called\n" ) );
/macosx-10.9.5/Libc-997.90.3/stdlib/NetBSD/
H A Dstrfmon.c68 #define PRINT(CH) do { \ macro
77 PRINT(*tmps++); \
152 PRINT(*fmt++);
312 PRINT(' ');
315 PRINT('(');
321 PRINT(' ');
329 PRINT(space_char);
332 PRINT(' ');
334 PRINT(space_char);
339 PRINT(' ');
[all...]
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A Demulator.c33 #define PRINT(x) printf x macro
35 #define PRINT(x) macro
311 PRINT ( ( "Invalid targetID.\n" ) );
325 PRINT ( ( "Invalid LUN.\n" ) );
362 PRINT ( ( "Invalid byte count. Must be a multiple of 512 bytes\n" ) );
375 PRINT ( ( "Create, Destroy, and Inventory are mutually exclusive.\n" ) );
390 PRINT ( ( "Create, Destroy, and Inventory are mutually exclusive.\n" ) );
405 PRINT ( ( "Create, Destroy, and Inventory are mutually exclusive.\n" ) );
508 PRINT ( ( "CreateTargetLUN, targetID = %qd, logicalUnit = %qd, capacity = %qd\n", targetID, logicalUnit, capacity ) );
552 PRINT ( ( "lu
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dversion.c17 #define PRINT(type) puts(ruby_##type) macro
143 PRINT(description);
153 PRINT(copyright);
H A Dvsnprintf.c543 register struct __siov *iovp;/* for PRINT macro */
592 #define PRINT(ptr, len) { \ macro
606 PRINT((with), PADSIZE); \
609 PRINT((with), n); \
665 PRINT(cp, nc);
1117 PRINT(&sign, 1);
1122 PRINT(ox, 2);
1139 PRINT(cp, fieldsz);
1145 PRINT(ox+2, 2);
1146 if (ndig > 0) PRINT(c
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A Dmd5dig.c140 PRINT ("Init ABCD = %d %d %d %d\n", c->A, c->B, c->C, c->D); FL;
209 PRINT ("Upd1 ABCD = %d %d %d %d\n", c->A, c->B, c->C, c->D); FL;
218 PRINT ("Upd2 ABCD = %d %d %d %d\n", c->A, c->B, c->C, c->D); FL;
267 PRINT ("Flsh ABCD = %d %d %d %d\n", c->A, c->B, c->C, c->D); FL;
H A Dregistry.c573 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 ("Unknow
[all...]
H A Dzip.c251 PRINT ("deflateInit (%d, %s)\n", o->level, ZLIB_VERSION); FL;
311 PRINT ("deflateEnd ()\n"); FL;
371 PRINT ("deflate (Z_NO_FLUSH)\n"); FL;
441 PRINT ("Data = %d {\n", bufLen);
443 PRINT ("}\n");
457 PRINT ("deflate (Z_NO_FLUSH)\n"); FL;
533 PRINT ("deflate (Z_FINISH)\n"); FL;
592 PRINT ("deflateReset ()\n"); FL;
655 PRINT ("inflateInit (%s, nowrap=%d)\n", ZLIB_VERSION, o->nowrap); FL;
714 PRINT ("inflateEn
[all...]
H A Dadler.c121 PRINT ("Context = %p, Zf = %p\n", context, &zf);
259 PRINT ("res = %d\n", res);
H A Ddigest.c215 PRINT ("MD_Desc %p\n", md_desc); FL; IN;
217 PRINT ("Name: %s\n", md_desc->name);
218 PRINT ("Context: %d\n", md_desc->context_size);
219 PRINT ("Digest: %d\n", md_desc->digest_size);
220 PRINT ("Start: %p\n", md_desc->startProc);
221 PRINT ("Update: %p\n", md_desc->updateProc);
222 PRINT ("UpdateBuf: %p\n", md_desc->updateBufProc);
223 PRINT ("Final %p\n", md_desc->finalProc);
224 PRINT ("Check: %p\n", md_desc->checkProc);
271 PRINT ("
[all...]
H A Dreflect.c626 PRINT ("args = (%s | %d | %d | %d)\n", op, bufLen, transmit, preserve); FL;
640 PRINT ("command not duplicated @ %d\n", __LINE__);
650 PRINT ("op object not allocated @ %d\n", __LINE__);
674 PRINT ("bytearray not allocated @ %d\n", __LINE__);
676 PRINT ("string not allocated @ %d\n", __LINE__);
754 PRINT ("TRANSMIT_RATIO problem (%d, %d)\n",
/macosx-10.9.5/text_cmds-87/ul/
H A Dul.c105 #define PRINT(s) if (s == NULL) /* void */; else tputs(s, 1, outchar) macro
322 PRINT(CURS_RIGHT);
439 PRINT(CURS_UP);
440 PRINT(CURS_UP);
513 PRINT(CURS_LEFT);
515 PRINT(UNDER_CHAR);
531 PRINT(EXIT_UNDERLINE);
535 PRINT(EXIT_ATTRIBUTES);
540 PRINT(ENTER_REVERSE);
547 PRINT(ENTER_UNDERLIN
[all...]
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/Tester/
H A Dtbt_02fhrestore.t43 sub PRINT {
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dvfprintf.c384 #define PRINT(ptr, len) { \ macro
499 PRINT(cp, n);
1189 PRINT(vstr, vlen); \
1219 PRINT(vstr, vlen); \
1233 PRINT(&vsep, 1);
1244 PRINT(&vsep, 1);
1257 PRINT(&vsep, 1);
1268 PRINT(&vsep, 1);
1315 PRINT(&sign, 1);
1319 PRINT(o
[all...]
H A Dvfwprintf.c458 #define PRINT(ptr, len) do { \ macro
568 PRINT(cp, n);
1259 PRINT(vstr, vlen); \
1288 PRINT(vstr, vlen); \
1301 PRINT(&vsep, 1);
1312 PRINT(&vsep, 1);
1325 PRINT(&vsep, 1);
1336 PRINT(&vsep, 1);
1383 PRINT(&sign, 1);
1387 PRINT(o
[all...]
/macosx-10.9.5/awk-18/src/
H A Dytab.h106 PRINT = 322, enumerator in enum:yytokentype
203 #define PRINT 322 macro
/macosx-10.9.5/sudo-72/src/
H A Dsnprintf.c321 #define PRINT(ptr, len) do { \ macro
346 PRINT(pstr, PADSIZE); \
349 PRINT(pstr, n); \
392 PRINT(cp, n);
669 PRINT(&sign, 1);
673 PRINT(ox, 2);
684 PRINT(cp, size);

Completed in 205 milliseconds

123