Home
last modified time | relevance | path

Searched refs:PRINT (Results 1 – 25 of 92) sorted by relevance

1234

/openbsd/share/locale/ctype/
H A Den_US.UTF-8.src59 PRINT 0x0020 - 0x007e
82 PRINT 0x00a0 - 0x00ff
118 PRINT 0x0100 - 0x017f
277 PRINT 0x0180 - 0x024f
470 PRINT 0x0250 - 0x02af
517 PRINT 0x02b0 - 0x02ff
527 PRINT 0x0300 - 0x036f
645 PRINT 0x0400 - 0x04ff
819 PRINT 0x0500 - 0x052f
912 PRINT 0x0600 - 0x06ff
[all …]
/openbsd/usr.sbin/tcpdump/
H A Dprint-krb.c158 #define PRINT if ((cp = c_print(cp, snapend)) == NULL) goto trunc in krb4_print_hdr() macro
161 PRINT; in krb4_print_hdr()
163 putchar('.'); PRINT; in krb4_print_hdr()
165 putchar('@'); PRINT; in krb4_print_hdr()
172 #undef PRINT in krb4_print_hdr()
182 #define PRINT if ((cp = c_print(cp, snapend)) == NULL) goto trunc in krb4_print() macro
208 PRINT; in krb4_print()
210 putchar('.'); PRINT; in krb4_print()
218 PRINT; in krb4_print()
244 PRINT; in krb4_print()
/openbsd/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");
266 local *Implement::PRINT = sub { @received = @_ };
269 @expect = (PRINT => $ob,"sometext\n");
[all …]
H A Drunlevel.t347 sub PRINT { print "[TIE] $_[1]" }
356 sub PRINT {
/openbsd/usr.bin/ul/
H A Dul.c91 #define PRINT(s) \ macro
356 PRINT(CURS_RIGHT); in flushln()
470 PRINT(CURS_UP); in reverse()
471 PRINT(CURS_UP); in reverse()
544 PRINT(CURS_LEFT); in outc()
546 PRINT(UNDER_CHAR); in outc()
571 PRINT(ENTER_REVERSE); in msetmode()
579 PRINT(ENTER_DIM); in msetmode()
582 PRINT(ENTER_DIM); in msetmode()
588 PRINT(ENTER_BOLD); in msetmode()
[all …]
/openbsd/usr.bin/ssh/
H A Dsshkey-xmss.c402 PRINT("corrupt state file: %s", filename); in sshkey_xmss_get_state_from_file()
411 PRINT("cannot read blob: %s", filename); in sshkey_xmss_get_state_from_file()
474 PRINT("cannot open/create: %s", lockfile); in sshkey_xmss_get_state()
480 PRINT("cannot lock: %s", lockfile); in sshkey_xmss_get_state()
485 PRINT("giving up on: %s", lockfile); in sshkey_xmss_get_state()
511 PRINT("state wrap: %u", state->idx); in sshkey_xmss_get_state()
605 PRINT("SERLIALIZE FAILED: %d", ret); in sshkey_xmss_update_state()
609 PRINT("ENCRYPT FAILED: %d", ret); in sshkey_xmss_update_state()
614 PRINT("open new state file: %s", nstatefile); in sshkey_xmss_update_state()
633 PRINT("sync new state file: %s", nstatefile); in sshkey_xmss_update_state()
[all …]
/openbsd/lib/libc/stdio/
H A Dvfwprintf.c367 PRINT(with, n); \ in __vfwprintf()
375 PRINT((p), n2); \ in __vfwprintf()
479 PRINT(cp, m); in __vfwprintf()
991 PRINT(&sign, 1); in __vfwprintf()
994 PRINT(ox, 2); in __vfwprintf()
1007 PRINT(cp, size); in __vfwprintf()
1013 PRINT(zeroes, 1); in __vfwprintf()
1031 PRINT(buf, 2); in __vfwprintf()
1032 PRINT(cp, ndig-1); in __vfwprintf()
1035 PRINT(cp, 1); in __vfwprintf()
[all …]
H A Dvfprintf.c384 PRINT(with, n); \ in __vfprintf()
392 PRINT((p), n2); \ in __vfprintf()
509 PRINT(cp, m); in __vfprintf()
1013 PRINT(&sign, 1); in __vfprintf()
1016 PRINT(ox, 2); in __vfprintf()
1029 PRINT(cp, size); in __vfprintf()
1035 PRINT(zeroes, 1); in __vfprintf()
1052 PRINT(buf, 2); in __vfprintf()
1053 PRINT(cp, ndig-1); in __vfprintf()
1056 PRINT(cp, 1); in __vfprintf()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcpu-openrisc.c25 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \ argument
33 PRINT, \
H A Dcpu-alpha.c25 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \ argument
33 PRINT, \
H A Dcpu-cris.c68 #define N(NUMBER, PRINT, NEXT) \ argument
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) \ argument
52 PRINT, \
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcpu-openrisc.c25 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \ argument
33 PRINT, \
H A Dcpu-alpha.c24 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \ argument
32 PRINT, \
H A Dcpu-mips.c44 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \ argument
52 PRINT, \
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/
H A Darray5.C21 #ifdef PRINT in A()
29 #ifdef PRINT in ~A()
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/
H A DCountLines.pm21 sub PRINT { subroutine
37 $self->PRINT(sprintf($fmt, @_));
/openbsd/sys/dev/pci/drm/i915/
H A Di915_params.c278 #define PRINT(T, x, ...) _param_print(p, #x, params->x); in i915_params_dump() macro
279 I915_PARAMS_FOR_EACH(PRINT); in i915_params_dump()
280 #undef PRINT in i915_params_dump()
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Dev/
H A DNull.pm6 sub PRINT { 1 } subroutine
/openbsd/gnu/usr.bin/perl/dist/Dumpvalue/t/lib/
H A DTieOut.pm9 sub PRINT { subroutine
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/Dev/
H A DNull.pm6 sub PRINT { } subroutine
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/
H A DTieOut.pm10 sub PRINT { subroutine
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/
H A DTieOut.pm11 sub PRINT { subroutine
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/lib/
H A DTieOut.pm9 sub PRINT { subroutine
/openbsd/usr.bin/awk/
H A Dawkgram.y60 %token <i> PRINT PRINTF SPRINTF
86 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR
177 pa_pat { $$ = stat2(PASTAT, $1, stat2(PRINT, rectonode(), NIL)); }
179 | pa_pat ',' opt_nl pa_pat { $$ = pa2stat($1, $4, stat2(PRINT, rectonode(), NIL)); }
273 PRINT | PRINTF

1234