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

123

/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Dev/
H A DNull.pm6 sub PRINT { 1 } subroutine
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcpu-openrisc.c25 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \
33 PRINT, \
H A Dcpu-alpha.c24 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \
32 PRINT, \
H A Dcpu-mips.c44 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \
52 PRINT, \
/openbsd-current/gnu/usr.bin/binutils-2.17/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, \
/openbsd-current/gnu/usr.bin/perl/dist/Dumpvalue/t/lib/
H A DTieOut.pm9 sub PRINT { subroutine
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/
H A DTieOut.pm10 sub PRINT { subroutine
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/Dev/
H A DNull.pm6 sub PRINT { } subroutine
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/lib/
H A DTieOut.pm9 sub PRINT { subroutine
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/
H A DTieOut.pm11 sub PRINT { subroutine
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/
H A Darray5.C21 #ifdef PRINT
29 #ifdef PRINT
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/
H A DCountLines.pm21 sub PRINT { subroutine
37 $self->PRINT(sprintf($fmt, @_));
/openbsd-current/usr.sbin/tcpdump/
H A Dprint-krb.c158 #define PRINT if ((cp = c_print(cp, snapend)) == NULL) goto trunc macro
161 PRINT;
163 putchar('.'); PRINT;
165 putchar('@'); PRINT;
172 #undef PRINT macro
182 #define PRINT if ((cp = c_print(cp, snapend)) == NULL) goto trunc macro
208 PRINT;
210 putchar('.'); PRINT;
218 PRINT;
244 PRINT;
[all...]
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dtiehandle.t38 sub PRINT {
39 ::compare(PRINT => @_);
91 @expect = (PRINT => $ob,"some","text");
164 @expect = (PRINT => $ob,"some","text");
173 @expect = (PRINT => $ob,"some","text");
184 sub PRINT {
187 return $self->SUPER::PRINT(@_);
195 @expect = (PRINT => $obj, "stuff", "and", "things");
200 ::is( $ors, "\n", 'say sets $\ to \n in PRINT' );
205 ::is( $ors, "\n", 'say sets $\ to \n in PRINT' );
[all...]
H A Drunlevel.t75 sub PRINT {
76 print STDERR "PRINT CALLED\n";
88 PRINT CALLED
338 sub PRINT { next }
347 sub PRINT { print "[TIE] $_[1]" }
356 sub PRINT {
/openbsd-current/usr.bin/ul/
H A Dul.c91 #define PRINT(s) \ macro
356 PRINT(CURS_RIGHT);
470 PRINT(CURS_UP);
471 PRINT(CURS_UP);
544 PRINT(CURS_LEFT);
546 PRINT(UNDER_CHAR);
562 PRINT(EXIT_UNDERLINE);
566 PRINT(EXIT_ATTRIBUTES);
571 PRINT(ENTER_REVERSE);
578 PRINT(ENTER_UNDERLIN
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Tester/
H A Dtbt_02fhrestore.t43 sub PRINT {
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_params.c278 #define PRINT(T, x, ...) _param_print(p, #x, params->x); macro
279 I915_PARAMS_FOR_EACH(PRINT);
280 #undef PRINT macro
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/IO/
H A Dc55Capture.pm45 sub PRINT { subroutine
/openbsd-current/lib/libc/stdio/
H A Dvfprintf.c276 struct __siov *iovp; /* for PRINT macro */
350 #define PRINT(ptr, len) do { \ macro
364 PRINT(with, PADSIZE); \
367 PRINT(with, n); \
375 PRINT((p), n2); \
491 PRINT(cp, m);
997 PRINT(&sign, 1);
1000 PRINT(ox, 2);
1013 PRINT(cp, size);
1019 PRINT(zeroe
[all...]
H A Dvfwprintf.c352 * BEWARE, these `goto error' on error, PRINT uses 'n3',
355 #define PRINT(ptr, len) do { \ macro
364 PRINT(with, PADSIZE); \
367 PRINT(with, n); \
375 PRINT((p), n2); \
479 PRINT(cp, m);
991 PRINT(&sign, 1);
994 PRINT(ox, 2);
1007 PRINT(cp, size);
1013 PRINT(zeroe
[all...]
/openbsd-current/usr.bin/ssh/
H A Dsshkey-xmss.c85 #define PRINT(...) do { if (printerror) sshlog(__FILE__, __func__, __LINE__, \ macro
402 PRINT("corrupt state file: %s", filename);
411 PRINT("cannot read blob: %s", filename);
474 PRINT("cannot open/create: %s", lockfile);
480 PRINT("cannot lock: %s", lockfile);
485 PRINT("giving up on: %s", lockfile);
505 PRINT("start from scratch idx 0: %u", state->idx);
511 PRINT("state wrap: %u", state->idx);
586 PRINT("more than one signature happened: idx %u state %u",
605 PRINT("SERLIALIZ
[all...]

Completed in 298 milliseconds

123