| /openbsd-src/bin/stty/ |
| H A D | print.c | 87 #define put(n, f, d) \ in print() macro 94 put("-icanon", ICANON, 1); in print() 95 put("-isig", ISIG, 1); in print() 96 put("-iexten", IEXTEN, 1); in print() 97 put("-echo", ECHO, 1); in print() 98 put("-echoe", ECHOE, 0); in print() 99 put("-echok", ECHOK, 0); in print() 100 put("-echoke", ECHOKE, 0); in print() 101 put("-echonl", ECHONL, 0); in print() 102 put("-echoctl", ECHOCTL, 0); in print() [all …]
|
| /openbsd-src/sys/lib/libsa/ |
| H A D | printf.c | 95 kdoprnt(void (*put)(int), const char *fmt, va_list ap) in kdoprnt() 108 put(ch); in kdoprnt() 141 kprintn(put, ul, *p++, width, padchar); in kdoprnt() 148 put(set ? ',' : '<'); in kdoprnt() 150 put(n); in kdoprnt() 157 put('>'); in kdoprnt() 162 put(ch & 0x7f); in kdoprnt() 167 put(ch); in kdoprnt() 174 put('-'); in kdoprnt() 177 kprintn64(put, ull, 10, width, padchar); in kdoprnt() [all …]
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/ |
| H A D | time_put_members_char.cc | 71 iterator_type os_it01 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'a'); in test01() 76 iterator_type os_it21 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x'); in test01() 79 iterator_type os_it22 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X'); in test01() 82 iterator_type os_it31 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x', 'E'); in test01() 85 iterator_type os_it32 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X', 'E'); in test01() 90 iterator_type os_it02 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'a'); in test01() 95 iterator_type os_it23 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x'); in test01() 98 iterator_type os_it24 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X'); in test01() 101 iterator_type os_it33 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x', 'E'); in test01() 104 iterator_type os_it34 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X', 'E'); in test01() [all …]
|
| H A D | time_put_members_wchar_t.cc | 73 iterator_type os_it01 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'a'); in test01() 78 iterator_type os_it21 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x'); in test01() 81 iterator_type os_it22 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X'); in test01() 84 iterator_type os_it31 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x', 'E'); in test01() 87 iterator_type os_it32 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X', 'E'); in test01() 92 iterator_type os_it02 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'a'); in test01() 97 iterator_type os_it23 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x'); in test01() 100 iterator_type os_it24 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X'); in test01() 103 iterator_type os_it33 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x', 'E'); in test01() 106 iterator_type os_it34 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X', 'E'); in test01() [all …]
|
| H A D | num_put_members_char.cc | 77 iterator_type os_it01 = np.put(os_it00, oss, '+', b1); in test01() 83 np.put(oss.rdbuf(), oss, '+', b0); in test01() 92 np.put(oss.rdbuf(), oss, '+', b0); in test01() 100 np.put(oss.rdbuf(), oss, '+', b1); in test01() 108 np.put(oss.rdbuf(), oss, '+', l1); in test01() 116 np.put(oss.rdbuf(), oss, '+', l2); in test01() 124 np.put(oss.rdbuf(), oss, '+', ul1); in test01() 132 np.put(oss.rdbuf(), oss, '+', ul2); in test01() 142 np.put(oss.rdbuf(), oss, '+', ul1); in test01() 151 np.put(oss.rdbuf(), oss, '+', d1); in test01() [all …]
|
| H A D | num_put_members_wchar_t.cc | 78 iterator_type os_it01 = np.put(os_it00, oss, '+', b1); in test01() 84 np.put(oss.rdbuf(), oss, L'+', b0); in test01() 93 np.put(oss.rdbuf(), oss, L'+', b0); in test01() 101 np.put(oss.rdbuf(), oss, L'+', b1); in test01() 109 np.put(oss.rdbuf(), oss, L'+', l1); in test01() 117 np.put(oss.rdbuf(), oss, L'+', l2); in test01() 125 np.put(oss.rdbuf(), oss, L'+', ul1); in test01() 133 np.put(oss.rdbuf(), oss, L'+', ul2); in test01() 143 np.put(oss.rdbuf(), oss, L'+', ul1); in test01() 152 np.put(oss.rdbuf(), oss, L'+', d1); in test01() [all …]
|
| H A D | money_put_members_char.cc | 82 iterator_type os_it01 = mon_put.put(oss.rdbuf(), true, oss, ' ', digits1); in test01() 87 iterator_type os_it02 = mon_put.put(oss.rdbuf(), false, oss, ' ', digits1); in test01() 98 iterator_type os_it03 = mon_put.put(oss.rdbuf(), true, oss, ' ', digits1); in test01() 103 iterator_type os_it04 = mon_put.put(oss.rdbuf(), false, oss, ' ', digits1); in test01() 115 iterator_type os_it05 = mon_put.put(oss.rdbuf(), false, oss, ' ', digits1); in test01() 120 iterator_type os_it06 = mon_put.put(oss.rdbuf(), true, oss, ' ', digits2); in test01() 127 iterator_type os_it07 = mon_put.put(oss.rdbuf(), true, oss, ' ', digits4); in test01() 134 iterator_type os_it08 = mon_put.put(oss.rdbuf(), true, oss, ' ', digits4); in test01() 142 iterator_type os_it09 = mon_put.put(oss.rdbuf(), true, oss, ' ', digits3); in test01() 152 iterator_type os_it10 = mon_put.put(oss.rdbuf(), true, oss, '*', digits4); in test01() [all …]
|
| H A D | money_put_members_wchar_t.cc | 82 iterator_type os_it01 = mon_put.put(oss.rdbuf(), true, oss, ' ', digits1); in test01() 87 iterator_type os_it02 = mon_put.put(oss.rdbuf(), false, oss, ' ', digits1); in test01() 98 iterator_type os_it03 = mon_put.put(oss.rdbuf(), true, oss, ' ', digits1); in test01() 103 iterator_type os_it04 = mon_put.put(oss.rdbuf(), false, oss, ' ', digits1); in test01() 115 iterator_type os_it05 = mon_put.put(oss.rdbuf(), false, oss, ' ', digits1); in test01() 120 iterator_type os_it06 = mon_put.put(oss.rdbuf(), true, oss, ' ', digits2); in test01() 127 iterator_type os_it07 = mon_put.put(oss.rdbuf(), true, oss, ' ', digits4); in test01() 134 iterator_type os_it08 = mon_put.put(oss.rdbuf(), true, oss, ' ', digits4); in test01() 142 iterator_type os_it09 = mon_put.put(oss.rdbuf(), true, oss, ' ', digits3); in test01() 152 iterator_type os_it10 = mon_put.put(oss.rdbuf(), true, oss, '*', digits4); in test01() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
| H A D | grammar.t | 31 sub put { subroutine 100 $iterator->put($plan); 126 $iterator->put($plan); 153 $iterator->put($plan); 171 $iterator->put($bailout); 186 $iterator->put($bailout); 203 $iterator->put($comment); 219 $iterator->put($test); 240 $iterator->put($test); 261 $iterator->put($test); [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Text-Tabs/t/ |
| H A D | sep.t | 16 This is a test of a very long line. It should be broken up and put onto multiple lines. 17 This is a test of a very long line. It should be broken up and put onto multiple lines. 19 This is a test of a very long line. It should be broken up and put onto multiple lines. 21 …put onto= multiple lines.= This is a test of a very long line. It should be broken up and put ont… 24 This is a test of a very long line. It should be broken up and put onto multiple lines. 26 This is a test of a very long line. It should be broken up and put onto= multiple lines. 29 This is a test of a very long line. It should be broken up and put onto multiple lines. 32 This is a test of a very long line. It should be broken up and put onto= multiple lines. 36 … line. It should be broken up and put onto multiple This is a test of a very long line. It should … 38 …line. It should be broken up and put onto= multiple This is a test of a very long line. It should …
|
| H A D | sep2.t | 19 This is a test of a very long line. It should be broken up and put onto multiple lines. 20 This is a test of a very long line. It should be broken up and put onto multiple lines. 22 This is a test of a very long line. It should be broken up and put onto multiple lines. 24 This is a test of a very long line. It should be broken up and put onto= multiple lines. 25 This is a test of a very long line. It should be broken up and put onto= multiple lines. 27 This is a test of a very long line. It should be broken up and put onto= multiple lines. 30 This is a test of a very long line. It should be broken up and put onto multiple lines. 32 This is a test of a very long line. It should be broken up and put onto= multiple lines. 35 This is a test of a very long line. It should be broken up and put onto multiple lines. 38 This is a test of a very long line. It should be broken up and put onto= multiple lines. [all …]
|
| H A D | wrap.t | 19 This is a test of a very long line. It should be broken up and put onto multiple lines. 20 This is a test of a very long line. It should be broken up and put onto multiple lines. 22 This is a test of a very long line. It should be broken up and put onto multiple lines. 24 This is a test of a very long line. It should be broken up and put onto 26 This is a test of a very long line. It should be broken up and put onto 29 This is a test of a very long line. It should be broken up and put onto 33 This is a test of a very long line. It should be broken up and put onto multiple lines. 35 This is a test of a very long line. It should be broken up and put onto 39 This is a test of a very long line. It should be broken up and put onto multiple lines. 42 This is a test of a very long line. It should be broken up and put onto [all …]
|
| /openbsd-src/gnu/gcc/libstdc++-v3/src/ |
| H A D | strstream.cc | 86 strstreambuf::strstreambuf(char* get, streamsize n, char* put) in strstreambuf() argument 89 { _M_setup(get, put, n); } in strstreambuf() 91 strstreambuf::strstreambuf(signed char* get, streamsize n, signed char* put) in strstreambuf() argument 94 { _M_setup(reinterpret_cast<char*>(get), reinterpret_cast<char*>(put), n); } in strstreambuf() 97 unsigned char* put) in strstreambuf() argument 100 { _M_setup(reinterpret_cast<char*>(get), reinterpret_cast<char*>(put), n); } in strstreambuf() 321 strstreambuf::_M_setup(char* get, char* put, streamsize n) in _M_setup() argument 327 if (put) in _M_setup() 329 setg(get, get, put); in _M_setup() 330 setp(put, put + N); in _M_setup()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/src/ |
| H A D | strstream.cc | 86 strstreambuf::strstreambuf(char* get, streamsize n, char* put) in strstreambuf() argument 89 { _M_setup(get, put, n); } in strstreambuf() 91 strstreambuf::strstreambuf(signed char* get, streamsize n, signed char* put) in strstreambuf() argument 94 { _M_setup(reinterpret_cast<char*>(get), reinterpret_cast<char*>(put), n); } in strstreambuf() 97 unsigned char* put) in strstreambuf() argument 100 { _M_setup(reinterpret_cast<char*>(get), reinterpret_cast<char*>(put), n); } in strstreambuf() 321 strstreambuf::_M_setup(char* get, char* put, streamsize n) in _M_setup() argument 327 if (put) in _M_setup() 329 setg(get, get, put); in _M_setup() 330 setp(put, put + N); in _M_setup()
|
| /openbsd-src/regress/usr.bin/ssh/ |
| H A D | sftp-batch.sh | 12 put ${COPY} ${COPY}.1 14 -put ${COPY} ${COPY}.2 26 put ${COPY} ${COPY}.3 29 put ${COPY}.3 ${COPY}.4
|
| /openbsd-src/regress/usr.bin/grep/ |
| H A D | t14.in | 10 #define R_CURSOR 1 /* del, put, seq */ 13 #define R_IAFTER 4 /* put (RECNO) */ 14 #define R_IBEFORE 5 /* put (RECNO) */ 17 #define R_NOOVERWRITE 8 /* put */ 19 #define R_SETCURSOR 10 /* put (RECNO) */
|
| /openbsd-src/regress/libexec/ftpd/ |
| H A D | Makefile | 7 REGRESS_TARGETS += run-ftpd-put 8 REGRESS_TARGETS += run-ftpd-put-active 65 run-ftpd-put: 66 echo put ftpd.regress.local | ftp -a 127.0.0.1 70 run-ftpd-put-active: 71 echo put ftpd.regress.local | ftp -a -A 127.0.0.1
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
| H A D | infback.c | 122 put = strm->next_out; \ in fixedtables() 133 strm->next_out = put; \ 205 put = state->window; \ 208 if (out(out_desc, put, left)) { \ 246 unsigned char FAR *put; /* next output */ 273 put = state->window; in inflateBack() 334 zmemcpy(put, next, copy); in inflateBack() 338 put += copy; in inflateBack() 505 *put++ = (unsigned char)(state->length); in inflateBack() 578 from = put in inflateBack() 260 unsigned char FAR *put; /* next output */ inflateBack() local [all...] |
| /openbsd-src/lib/libz/ |
| H A D | infback.c | 122 put = strm->next_out; \ 133 strm->next_out = put; \ 205 put = state->window; \ 208 if (out(out_desc, put, left)) { \ 246 unsigned char FAR *put; /* next output */ in inflateBack() local 273 put = state->window; in inflateBack() 342 zmemcpy(put, next, copy); in inflateBack() 346 put += copy; in inflateBack() 543 *put++ = (unsigned char)(state->length); in inflateBack() 628 from = put + copy; in inflateBack() [all …]
|
| H A D | gzwrite.c | 67 unsigned have, put, max = ((unsigned)-1 >> 2) + 1; in gz_comp() local 77 put = strm->avail_in > max ? max : strm->avail_in; in gz_comp() 78 writ = write(state->fd, strm->next_in, put); in gz_comp() 106 put = strm->next_out - state->x.next > (int)max ? max : in gz_comp() 108 writ = write(state->fd, state->x.next, put); in gz_comp() 174 z_size_t put = len; in gz_write() local 233 return put; in gz_write() 333 z_size_t len, put; in gzputs() local 351 put = gz_write(state, s, len); in gzputs() 352 return put < len ? -1 : (int)len; in gzputs()
|
| /openbsd-src/sys/lib/libz/ |
| H A D | infback.c | 122 put = strm->next_out; \ 133 strm->next_out = put; \ 205 put = state->window; \ 208 if (out(out_desc, put, left)) { \ 246 unsigned char FAR *put; /* next output */ in inflateBack() local 273 put = state->window; in inflateBack() 342 zmemcpy(put, next, copy); in inflateBack() 346 put += copy; in inflateBack() 543 *put++ = (unsigned char)(state->length); in inflateBack() 628 from = put + copy; in inflateBack() [all …]
|
| /openbsd-src/sys/dev/sun/ |
| H A D | z8530ms.c | 271 int put, put_next; in zsms_rxint() local 274 put = sc->sc_rbput; in zsms_rxint() 294 sc->sc_rbuf[put] = (c << 8) | rr1; in zsms_rxint() 295 put_next = (put + 1) & MS_RX_RING_MASK; in zsms_rxint() 303 put = put_next; in zsms_rxint() 313 sc->sc_rbput = put; in zsms_rxint()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| H A D | ostream.tcc | 107 if (__np.put(*this, *this, this->fill(), __n).failed()) in operator <<() 137 __b = __np.put(*this, *this, __c, __l).failed(); in operator <<() 140 __b = __np.put(*this, *this, __c, __n).failed(); in operator <<() 165 if (__np.put(*this, *this, this->fill(), __n).failed()) in operator <<() 197 __b = __np.put(*this, *this, __c, __l).failed(); in operator <<() 200 __b = __np.put(*this, *this, __c, __n).failed(); in operator <<() 225 if (__np.put(*this, *this, this->fill(), __n).failed()) in operator <<() 250 if (__np.put(*this, *this, this->fill(), __n).failed()) in operator <<() 274 if (__np.put(*this, *this, this->fill(), __n).failed()) in operator <<() 298 if (__np.put(*this, *this, this->fill(), __n).failed()) in operator <<() [all …]
|
| /openbsd-src/games/tetris/ |
| H A D | screen.h | 47 #define putpad(s) tputs(s, 1, put) 49 int put(int); /* just calls putchar; for tputs */
|
| /openbsd-src/games/adventure/ |
| H A D | subr.c | 1014 prop[bottle] = put(bottle, 115, 1); in caveclose() 1015 prop[plant] = put(plant, 115, 0); in caveclose() 1016 prop[oyster] = put(oyster, 115, 0); in caveclose() 1017 prop[lamp] = put(lamp, 115, 0); in caveclose() 1018 prop[rod] = put(rod, 115, 0); in caveclose() 1019 prop[dwarf] = put(dwarf, 115, 0); in caveclose() 1024 put(grate, 116, 0); in caveclose() 1025 prop[snake] = put(snake, 116, 1); in caveclose() 1026 prop[bird] = put(bird, 116, 1); in caveclose() 1027 prop[cage] = put(cage, 116, 0); in caveclose() [all …]
|