Home
last modified time | relevance | path

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

12345678910>>...23

/openbsd-src/gnu/usr.bin/cvs/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)
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dpulltitl.t201 $p->set_source( \qq{\n=head1 ����� ������ (NAME)\n\n����� ������ �� ����������� ������ -- Fet's I<"When you were> reading\n\n=pod\n\nGrunk\n\n\=cut\n} );
203 ok $p->get_title(), q{����� ������ �� ����������� ������ -- Fet's "When you were reading};
218 $p->set_source( \qq{\n=head1 (NAME) ����� ������\n\n����� ������ �� ����������� ������ -- Fet's I<"When you were> reading\n\n=pod\n\nGrunk\n\n\=cut\n} );
220 is $p->get_title(), q{����� ������ �� ����������� ������ -- Fet's "When you were reading};
235 $p->set_source( \qq{\n=head1 (DESCRIPTION) ����� ������\n\n����� ������ �� ����������� ������ -- Fet's I<"When you were> reading\n\n=pod\n\nGrunk\n\n\=cut\n} );
238 is $p->get_description(), q{����� ������ �� ����������� ������ -- Fet's "When you were reading};
252 $p->set_source( \qq{\n=head1 (DESCRIPTION) ����� ������\n\n����� ������ �� ����������� ������ -- Fet's I<"When you were> reading\n\n=pod\n\nGrunk\n\n\=cut\n} );
254 is $p->get_description(), q{����� ������ �� ����������� ������ -- Fet's "When you were reading};
270 $p->set_source( \qq{\n=head1 NAME\n\nThingy\n\n=head1 (DESCRIPTION) ����� ������\n\n����� ������ �� ����������� ������ -- Fet's I<"When you were> reading\n\n=pod\n\nGrunk\n\n\=cut\n} );
272 is $p->get_description(), q{����� ������ �� ����������� ������ -- Fet's "When you were reading};
[all...]
H A Dencod02.t20 ����� ������ �� ����������� ������ -- Fet's "When you were reading"
48 Fet's "When you were reading"
/openbsd-src/regress/sys/fifofs/
H A Dfifotest.out158 Opened fifo for reading fi.fo.fum (nonblocking)
170 Opened fifo for reading fi.fo.fum (nonblocking)
182 Opened fifo for reading fi.fo.fum (nonblocking)
194 Opened fifo for reading fi.fo.fum (nonblocking)
206 Opened fifo for reading fi.fo.fum (nonblocking)
218 Opened fifo for reading fi.fo.fum (nonblocking)
230 Opened fifo for reading fi.fo.fum (nonblocking)
242 Opened fifo for reading fi.fo.fum (nonblocking)
/openbsd-src/sys/dev/isa/
H A Duguru.c105 uint8_t reading; member
870 if (sc->cs.reading == 0x00) { in uguru_refresh_temp()
876 sensor->value = sc->cs.reading * 1000000 + 273150000; in uguru_refresh_temp()
881 if (sc->cs.reading >= sc->cs.lower) in uguru_refresh_temp()
883 if (sc->cs.reading >= sc->cs.upper) in uguru_refresh_temp()
897 if (sc->cs.reading <= sc->cs.lower || in uguru_refresh_volt()
898 sc->cs.reading >= sc->cs.upper) in uguru_refresh_volt()
902 sc->cs.reading * sc->uguru_sensors[n].rfact; in uguru_refresh_volt()
913 if (sc->cs.reading == 0x00) { in uguru_refresh_fan()
919 sensor->value = sc->cs.reading * 60; in uguru_refresh_fan()
[all …]
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DMtree.pod22 seen while reading from C<$fh>, assuming the specification is to be interpreted
30 and closing it after reading the specification.
/openbsd-src/gnu/usr.bin/perl/cpan/Encode/t/
H A Denc_utf8.t47 open(F, "<$file") or die "$0: failed to open '$file' for reading: $!";
62 open(F, $f) or die "$0: failed to open '$f' for reading: $!";
74 open(F, $f) or die "$0: failed to open '$f' for reading: $!";
H A Denc_eucjp.t56 open(F, "<$file") or die "$0: failed to open '$file' for reading: $!";
71 open(F, $f) or die "$0: failed to open '$f' for reading: $!";
83 open(F, $f) or die "$0: failed to open '$f' for reading: $!";
/openbsd-src/gnu/usr.bin/binutils/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
/openbsd-src/gnu/usr.bin/binutils-2.17/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
/openbsd-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
/openbsd-src/gnu/usr.bin/perl/
H A DREADME.freebsd21 reading large directories. A patch for FreeBSD libc is available
29 C<sysctl> with C<KERN_PROC_PATHNAME> if that is supported, else by reading
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A DREADME1 Please start by reading the file README.mkhybrid
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-ifs.rst130 This flag is optional and it should only be used when reading an IFS file
138 This flag is optional and it should only be used when reading an IFS file
145 This flag is optional and it should only be used when reading an IFS file
152 This flag is optional and should only be used when reading an IFS file
159 This flag is optional and should only be used when reading an ELF shared
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/
H A DSpreadsheet-Read.tml6 abstract: Meta-Wrapper for reading spreadsheet data
157 'abstract' => 'Meta-Wrapper for reading spreadsheet data'
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/
H A Dkoi8r.txt6 ����� ������ �� ����������� ������ -- Fet's "When you were reading"
H A Dfet_cont.txt9 ����� ������ �� ����������� ������ -- Fet's "When you were reading"
H A Dfet_dup.txt9 ����� ������ �� ����������� ������ -- Fet's "When you were reading"
/openbsd-src/gnu/llvm/llvm/docs/
H A DYamlIO.rst74 The YAML I/O library structures and simplifies reading and writing YAML
89 there may be a normalization step, and when reading YAML there would be a
111 both reading and writing YAML. That is, the mapping between in-memory enum
190 single file. That is why reading YAML produces a vector of your document type.
248 in sequence. When reading, YAML I/O will validate that the string found
308 To support reading and writing of this enumeration, you can define a
335 When reading YAML, if the string found does not match any of the strings
359 To support reading and writing of MyFlags, you specialize ScalarBitSetTraits<>
394 is done when reading and any unknown string values will result in an error. With
418 To support reading and writing such fields, you need to use the maskedBitSet()
[all …]
/openbsd-src/sys/dev/
H A Dipmi.c1215 u_int8_t *reading) in ipmi_sensor_status() argument
1223 psensor->i_sensor.value = ipmi_convert(reading[0], s1, 6); in ipmi_sensor_status()
1231 psensor->i_sensor.value = ipmi_convert(reading[0], s1, 6); in ipmi_sensor_status()
1235 psensor->i_sensor.value = ipmi_convert(reading[0], s1, 0); in ipmi_sensor_status()
1251 if (reading[2] & ((1 << 5) | (1 << 2))) in ipmi_sensor_status()
1254 else if (reading[2] & ((1 << 4) | (1 << 1))) in ipmi_sensor_status()
1257 else if (reading[2] & ((1 << 3) | (1 << 0))) in ipmi_sensor_status()
1262 psensor->i_sensor.value = (reading[2] & 1) ? 1 : 0; in ipmi_sensor_status()
1263 if (reading[2] & 0x1) in ipmi_sensor_status()
1269 psensor->i_sensor.value = (reading[2] & 1) ? 1 : 0; in ipmi_sensor_status()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteProperties.td16 def UseGPacketForReading: Property<"use-g-packet-for-reading", "Boolean">,
/openbsd-src/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP/
H A Ddataconn.pm21 sub reading { subroutine
/openbsd-src/gnu/usr.bin/texinfo/po/
H A Dinsert-header.sin14 # Output the file's contents by reading the next line. But don't lose the
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlopentut.pod83 || die "$0: can't open $filename for reading: $!";
121 die "unexpected error while reading from $filename: $!";
134 || die "$0: can't open $filename for reading: $!";
206 || die "$0: can't open $filename for reading: $!";
243 || die "$0: cannot open $name_in for reading: $!";
282 =head2 Opening a pipe for reading
303 # And right away, we can start reading sorted lines:
/openbsd-src/distrib/notes/octeon/
H A Dinstall96 reading vmlinux.64.md5
113 reading vmlinux.64.md5

12345678910>>...23