Home
last modified time | relevance | path

Searched refs:reading (Results 1 – 25 of 1576) sorted by relevance

12345678910>>...64

/netbsd-src/external/cddl/osnet/dist/cmd/zlook/
H A Dzlook.c205 boolean_t reading = B_FALSE; in main() local
228 reading = B_TRUE; in main()
232 reading = B_TRUE; in main()
235 reading = B_TRUE; in main()
238 reading = B_TRUE; in main()
260 if ((checking && looking) || (checking && reading) || in main()
261 (looking && reading) || (!reading && bflag) || in main()
262 (!checking && !reading && !looking)) in main()
312 if (reading) { in main()
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Ddir.c64 register DIR *reading = CVS_OPENDIR (dir->name); local
65 if (!reading)
77 while ((errno = 0, (next = CVS_READDIR (reading)) != 0))
99 CVS_CLOSEDIR (reading);
104 CVS_CLOSEDIR (reading);
106 if (CVS_CLOSEDIR (reading) != 0)
/netbsd-src/external/bsd/less/dist/
H A Dos.c71 public int reading; variable
188 if (!reading && SET_JUMP(read_label)) in iread()
193 reading = 0; in iread()
218 reading = 1; in iread()
235 reading = 0; in iread()
248 reading = 0; in iread()
262 reading = 0; in iread()
270 reading = 0; in iread()
H A Dsignal.c42 extern int reading;
72 if (reading) in u_interrupt()
86 if (reading) in stop()
109 if (reading) in winch()
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Ddir.c79 register DIR *reading = opendir (dir->name); in dir_read() local
80 if (!reading) in dir_read()
92 while ((errno = 0, (next = readdir (reading)) != 0)) in dir_read()
119 closedir (reading); in dir_read()
124 closedir (reading); in dir_read()
126 if (closedir (reading) != 0) in dir_read()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CTX_set_read_ahead.pod27 into its buffer (providing that the buffer is large enough) if reading ahead is
29 Setting the parameter B<yes> to 0 turns reading ahead is off, other values turn
33 SSL_CTX_get_read_ahead() and SSL_get_read_ahead() indicate whether reading
52 connection) after the SSL connection is finished using SSL_shutdown() reading
58 SSL_get_read_ahead() and SSL_CTX_get_read_ahead() return 0 if reading ahead is off,
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_CTX_set_read_ahead.pod27 into its buffer (providing that the buffer is large enough) if reading ahead is
29 Setting the parameter B<yes> to 0 turns reading ahead is off, other values turn
33 SSL_CTX_get_read_ahead() and SSL_get_read_ahead() indicate whether reading
52 connection) after the SSL connection is finished using SSL_shutdown() reading
58 SSL_get_read_ahead() and SSL_CTX_get_read_ahead() return 0 if reading ahead is off,
/netbsd-src/external/mpl/bind/dist/lib/isccc/
H A Dccmsg.c
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Ddispatch.c101 bool reading;
127 bool reading; member
458 * started reading? in dispentry_destroy()
504 INSIST(resp->reading); in udp_recv()
505 resp->reading = false; in udp_recv()
677 * reading. in tcp_recv_success()
703 if (!resp->reading) { in tcp_recv_success()
728 INSIST(resp->reading); in tcp_recv_add()
729 resp->reading = false; in tcp_recv_add()
790 INSIST(disp->reading); in tcp_recv()
100 bool reading; global() member
[all...]
/netbsd-src/distrib/utils/more/
H A Dsignal.c84 if (reading)
99 if (reading)
111 if (reading) in winch()
H A Dos.c69 int reading; variable
183 reading = 1;
185 reading = 0;
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dsearchpath.cpp153 bool reading = (strchr(mode, 'r') != 0); in open_file_cautious() local
156 *pathp = strsave(reading ? "stdin" : "stdout"); in open_file_cautious()
157 return (reading ? stdin : stdout); in open_file_cautious()
159 if (!reading || IS_ABSOLUTE(name) || *dirs == '\0') { in open_file_cautious()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsggrep-623 error\ while\ opening\ "%s"\ for\ reading=\u00d6ffnen der Datei \u00bb%s\u00ab zum Lesen fehlgeschl…
31 error\ reading\ "%s"=Fehler beim Lesen von \u00bb%s\u00ab
39 error\ after\ reading\ "%s"=Fehler nach dem Lesen von \u00bb%s\u00ab
/netbsd-src/sys/arch/evbarm/smdk2xx0/
H A Dsmdk2410_kbd.c221 short reading, enable; member
317 sc->reading = sc->enable = 0; in sskbd_attach()
370 sc->reading = 1; in sskbd_atn_intr()
393 if (sc->reading == 0) in sskbd_spi_intr()
396 sc->reading = 0; in sskbd_spi_intr()
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dseeksize_example.txt83 While zipping, the process is reading from one location and writing
85 reading from one location and writing to another, that often the
127 Both are reading from the same location, and we would expect that
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dseeksize_example.txt83 While zipping, the process is reading from one location and writing
85 reading from one location and writing to another, that often the
127 Both are reading from the same location, and we would expect that
/netbsd-src/crypto/external/bsd/openssl/dist/demos/digest/
H A DBIO_f_md.c92 BIO *reading = BIO_push( bio_digest, input ); in main() local
94 while( BIO_read(reading, buffer, sizeof(buffer)) > 0 ) in main()
/netbsd-src/sys/arch/vax/boot/common/
H A Dromread.S64 pushl 4(%ap) # lbn to start reading
80 pushl 4(%ap) # lbn to start reading
/netbsd-src/external/bsd/libbind/dist/isc/
H A Dctl_srvr.c75 available = 0, initializing, writing, reading, reading_data, enumerator
492 sess->state == reading || in ctl_close()
497 if (sess->state == reading || sess->state == reading_data) in ctl_close()
549 ctl_new_state(sess, reading, me); in ctl_start_read()
557 REQUIRE(sess->state == reading || sess->state == reading_data); in ctl_stop_read()
579 REQUIRE(sess->state == reading || sess->state == reading_data); in ctl_readable()
668 REQUIRE(sess->state == reading); in ctl_rdtimeout()
672 if (sess->state == reading || sess->state == reading_data) in ctl_rdtimeout()
/netbsd-src/sys/dev/onewire/
H A Dowtemp.c257 uint32_t reading; in owtemp_refresh() local
262 if (owtemp_update(sc, &reading)) { in owtemp_refresh()
264 sc->sc_sensor.value_cur = reading; in owtemp_refresh()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvstream_test.ref32 memory stream test: open VSTRING for reading, then read
34 reading memory VSTREAM: hello world
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A DTODO6 that only care about *reading* (gdb, nm, objdump), while gas has
7 to carry along all the unneeded baggage for reading objects. And
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DTODO6 that only care about *reading* (gdb, nm, objdump), while gas has
7 to carry along all the unneeded baggage for reading objects. And
/netbsd-src/lib/libc/db/
H A Dchangelog9 signed comparison in recno input reading functions.
49 Realloc bug when reading in fixed records.
101 btree: Ignore user byte-order setting when reading already
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/puff/
H A DREADME17 deflate format, and I hope that reading this code will answer those questions.
27 Well, most likely you should just be reading puff.c and using zlib for actual
58 in *sourcelen bytes, puff() will return an error without reading at or past

12345678910>>...64