Home
last modified time | relevance | path

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

12345678910>>...30

/netbsd/src/external/gpl2/xcvs/dist/diff/
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/
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()
Dsignal.c42 extern int reading;
72 if (reading) in u_interrupt()
86 if (reading) in stop()
109 if (reading) in winch()
/netbsd/src/distrib/utils/more/
Dsignal.c84 if (reading)
99 if (reading)
111 if (reading) in winch()
Dos.c69 int reading; variable
183 reading = 1;
185 reading = 0;
/netbsd/src/sys/arch/evbarm/smdk2xx0/
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/sys/arch/vax/boot/common/
Dromread.S64 pushl 4(%ap) # lbn to start reading
80 pushl 4(%ap) # lbn to start reading
/netbsd/src/external/bsd/libbind/dist/isc/
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/
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/
Dvstream_test.ref32 memory stream test: open VSTRING for reading, then read
34 reading memory VSTREAM: hello world
/netbsd/src/external/gpl3/gdb/dist/bfd/
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/dist/bfd/
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/
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/common/dist/zlib/contrib/puff/
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
/netbsd/src/external/bsd/flex/dist/tests/
Dreject.l457 YY_FATAL_ERROR("could not open tables file for reading");
67 YY_FATAL_ERROR("could not open input file for reading");
Dtableopts.l459 YY_FATAL_ERROR("could not open tables file for reading");
69 YY_FATAL_ERROR("could not open input file for reading");
/netbsd/src/external/bsd/openldap/dist/tests/data/
Dnis_sample.ldif2955 dn: cn=reading-wh1, o=SGI, c=US
2956 cn: reading-wh1
2961 dn: cn=reading-wh2, o=SGI, c=US
2962 cn: reading-wh2
3465 dn: cn=reading-15, o=SGI, c=US
3466 cn: reading-15
3471 dn: cn=reading-16, o=SGI, c=US
3472 cn: reading-16
3477 dn: cn=reading-17, o=SGI, c=US
3478 cn: reading-17
[all …]
/netbsd/src/distrib/syspkg/sets/base/base-man-bin/
DDESCR1 utilities for reading online manual pages
DCOMMENT1 utilities for reading online manual pages
/netbsd/src/crypto/external/cpl/tpm-tools/dist/man/man8/
Dtpm_nvread.pod17 area can be given where the reading of the data is to start. If the NVRAM
67 The offset into the NVRAM area from where to start reading.
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
Ddw2-param-error.exp33 gdb_test "frame" { f \(bad=<error reading variable: Asked for position 0 of stack, stack only has 0…
/netbsd/src/sys/arch/sgimips/xio/
DREADME3 By reading this file you are agreeing to one or more of the following:
/netbsd/src/sys/dev/
Dipmi.c1476 ipmi_convert_sensor(uint8_t *reading, struct ipmi_sensor *psensor) in ipmi_convert_sensor() argument
1483 val = ipmi_convert(reading[0], s1, 6) + 273150000; in ipmi_convert_sensor()
1487 val = ipmi_convert(reading[0], s1, 6); in ipmi_convert_sensor()
1491 val = ipmi_convert(reading[0], s1, 0); in ipmi_convert_sensor()
1649 envsys_data_t *edata, uint8_t *reading) in ipmi_sensor_status() argument
1654 edata->value_cur = ipmi_convert_sensor(reading, psensor); in ipmi_sensor_status()
1681 edata->value_cur = (reading[2] & 1) ? 0 : 1; in ipmi_sensor_status()
1682 if (reading[2] & 0x1) in ipmi_sensor_status()
1688 edata->value_cur = (reading[2] & 1) ? 0 : 1; in ipmi_sensor_status()
1689 if (reading[2] & 0x10) { in ipmi_sensor_status()
[all …]
/netbsd/src/sys/arch/hp300/stand/inst/
Dversion6 1.4: Add support for reading gzip'd miniroot images
/netbsd/src/external/gpl3/binutils/dist/elfcpp/
DREADME1 elfcpp is a C++ library for reading and writing ELF information. This

12345678910>>...30