Searched refs:IN (Results 51 - 75 of 200) sorted by relevance

12345678

/openbsd-current/gnu/usr.bin/perl/t/io/
H A Dfflush.t37 open IN, $f or die "open $f: $!";
38 chomp(my $line = <IN>);
39 close IN;
H A Dparagraph_mode.t488 open my $IN, '<', $filename or die;
489 my @got = <$IN>;
499 seek $IN, 0, 0;
501 is(<$IN>, $expected->[$i], "Got expected record $i");
503 close $IN or die;
/openbsd-current/gnu/llvm/libcxx/src/support/solaris/
H A Dmbsnrtowcs.inc21 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
H A Dwcsnrtombs.inc16 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
20 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
/openbsd-current/gnu/usr.bin/perl/lib/
H A DEnglish.t35 local(*IN, *OUT);
36 pipe(IN, OUT);
47 my $foo = <IN>;
/openbsd-current/gnu/gcc/gcc/config/sparc/
H A Dsparc.h1296 /* Return the register class of a scratch register needed to load IN into
1306 #define SECONDARY_INPUT_RELOAD_CLASS(CLASS, MODE, IN) \
1309 && (GET_CODE (IN) == MEM \
1310 || ((GET_CODE (IN) == REG || GET_CODE (IN) == SUBREG) \
1311 && true_regnum (IN) == -1))) \
1314 && GET_CODE (IN) == MEM && TARGET_ARCH32 \
1315 && ! mem_min_alignment ((IN), 8)) \
1318 && symbolic_operand ((IN), (MODE))) \
1320 && text_segment_operand ((IN), (MOD
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dreload.h41 #define MEMORY_MOVE_COST(MODE,CLASS,IN) \
42 (4 + memory_move_secondary_cost ((MODE), (CLASS), (IN)))
44 #define MEMORY_MOVE_COST(MODE,CLASS,IN) 4
317 /* Nonzero if modifying X will affect IN. */
360 /* Emit code to perform a reload from IN (which may be a reload register) to
361 OUT (which may also be a reload register). IN or OUT is from operand
/openbsd-current/gnu/usr.bin/perl/cpan/OpenBSD-Unveil/lib/OpenBSD/
H A DUnveil.pm89 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
91 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
93 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/openbsd-current/gnu/usr.bin/perl/cpan/OpenBSD-Pledge/lib/OpenBSD/
H A DPledge.pm99 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
101 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
103 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dconfigure.com26 vfile := CREATE_BUFFER("vfile", "CONFIGURE.IN");
96 vfile := CREATE_BUFFER("vfile", "CONFIGURE.IN");
/openbsd-current/bin/ksh/
H A Dlex.h77 #define IN 273 macro
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dconfigure.com26 vfile := CREATE_BUFFER("vfile", "CONFIGURE.IN");
96 vfile := CREATE_BUFFER("vfile", "CONFIGURE.IN");
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/t/
H A Dutf8_open.t23 use open IN => ':encoding(utf8)', OUT => ':utf8';
99 use open IN => ':encoding(utf8)', OUT => ':utf8';
/openbsd-current/gnu/llvm/llvm/tools/llvm-diff/lib/
H A DDiffConsumer.cpp22 unsigned IN = 0; local
27 Numbering[&Arg] = IN++;
32 Numbering[&Func] = IN++;
38 Numbering[&BB] = IN++;
/openbsd-current/lib/libcrypto/modes/asm/
H A Dghash-armv4.pl310 my ($Qhi, $Qlo, $Z, $R, $zero, $Qpost, $IN) = map("q$_",(8..15));
330 vld1.64 `&Dhi("$IN")`,[$Xi,:64]!@ load Xi
332 vld1.64 `&Dlo("$IN")`,[$Xi,:64]!
337 vrev64.8 $IN,$IN
345 vdup.8 $xi,`&Dlo("$IN")`[0] @ broadcast lowest byte
364 vld1.64 `&Dhi($IN)`,[$inp]! @ load inp
366 vld1.64 `&Dlo($IN)`,[$inp]!
370 vrev64.8 $IN,$IN
[all...]
/openbsd-current/gnu/lib/libiberty/src/
H A Dmaint-tool239 open(IN, "$srcdir/Makefile.in");
241 while (<IN>) {
292 close(IN);
/openbsd-current/lib/libcrypto/objects/
H A Dobj_dat.pl45 open (IN,"$ARGV[0]") || die "Can't open input file $ARGV[0]";
48 while (<IN>)
83 close IN;
220 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
224 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
225 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
H A Dobjects.pl26 open (IN,"$ARGV[0]") || die "Can't open input file $ARGV[0]";
29 while (<IN>)
111 close IN;
172 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
176 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
177 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
/openbsd-current/sys/stand/efi/include/
H A Defidevp.h436 IN struct _EFI_DEVICE_PATH *This,
437 IN BOOLEAN DisplayOnly,
438 IN BOOLEAN AllowShortCuts
444 IN struct _EFI_DEVICE_PATH *This,
445 IN BOOLEAN DisplayOnly,
446 IN BOOLEAN AllowShortCuts
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.h1454 /* Return the register class of a scratch register needed to load IN into
1464 #define SECONDARY_INPUT_RELOAD_CLASS(CLASS, MODE, IN) \
1467 && (GET_CODE (IN) == MEM \
1468 || ((GET_CODE (IN) == REG || GET_CODE (IN) == SUBREG) \
1469 && true_regnum (IN) == -1))) \
1472 && GET_CODE (IN) == MEM && TARGET_ARCH32 \
1473 && ! mem_min_alignment ((IN), 8)) \
1476 && symbolic_operand ((IN), (MODE))) \
1478 && text_segment_operand ((IN), (MOD
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dreload.h35 #define MEMORY_MOVE_COST(MODE,CLASS,IN) \
36 (4 + memory_move_secondary_cost ((MODE), (CLASS), (IN)))
308 /* Nonzero if modifying X will affect IN. */
/openbsd-current/lib/libssl/test/
H A Dcms-examples.pl42 # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
47 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
49 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
110 open( IN, $exfile ) || die "Can't Open RFC examples file $exfile";
112 while (<IN>) {
/openbsd-current/usr.bin/awk/
H A Dawkgram.y18 IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
21 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
22 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
55 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN
83 %nonassoc APPEND EQ GE GT LE LT NE MATCHOP IN '|'
130 | FOR '(' varname IN varname rparen {inloop++;} stmt
131 { --inloop; $$ = stat3(IN, $3, makearr($5), $8); }
215 | ppattern IN varname { $$ = op2(INTEST, $1, makearr($3)); }
216 | '(' plist ')' IN varname { $$ = op2(INTEST, $2, makearr($5)); }
243 | pattern IN varnam
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/style/
H A Dmodule-version.t141 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
143 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
144 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/RRA/
H A DModuleVersion.pm280 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
282 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
283 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE

Completed in 344 milliseconds

12345678