Searched refs:IN (Results 101 - 125 of 202) sorted by relevance

123456789

/openbsd-current/gnu/llvm/clang/tools/scan-build/libexec/
H A Dccc-analyzer651 open(IN, $ARGV[$i+1]);
652 while (<IN>) { s/\015?\012//; push @Files,$_; }
653 close(IN);
/openbsd-current/gnu/usr.bin/perl/utils/
H A Dh2ph.PL108 open(IN, "-");
125 open(IN, "<", "$file") || (($Exit = 1),(warn "Can't open $file: $!\n"),next);
560 READ: while (not eof IN) {
561 $in .= <IN>;
581 while (<IN>) {
589 while (<IN>) {
/openbsd-current/gnu/usr.bin/perl/regen/
H A Debcdic.pl241 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
243 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
244 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
/openbsd-current/gnu/usr.bin/perl/Porting/
H A DcmpVERSION.pl321 use open IN => ':raw';
/openbsd-current/libexec/getty/
H A Dgettytab.h22 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
74 #define IN gettystrs[13].value macro
/openbsd-current/sys/kern/
H A Dsys_process.c29 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
33 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
34 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
110 enum { NONE, IN, IN_ALLOC, OUT, OUT_ALLOC, IN_OUT } mode; enumerator in enum:__anon23
156 mode = IN;
220 case IN:
228 else { /* IN or IN_OUT */
255 case IN:
/openbsd-current/gnu/gcc/gcc/config/m32c/
H A Dm32c.h585 #define MEMORY_MOVE_COST(MODE,CLASS,IN) \
586 m32c_memory_move_cost (MODE, CLASS, IN)
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Daout-ns32k.c186 #define MY_reloc_howto(BFD, REL, IN, EX, PC) \
187 MY(reloc_howto) (BFD, REL, &IN, &EX, &PC)
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Daout-ns32k.c163 #define MY_reloc_howto(BFD, REL, IN, EX, PC) \
164 MY (reloc_howto) (BFD, REL, &IN, &EX, &PC)
H A Daout-arm.c137 #define MY_reloc_howto(BFD, REL, IN, EX, PC) \
138 MY (reloc_howto) (BFD, REL, &IN, &EX, &PC)
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp42 bool BlockCoverage::AppendCoverage(std::istream &IN) { argument
44 while (std::getline(IN, L, '\n')) {
/openbsd-current/libexec/snmpd/snmpd_metrics/
H A Dmib.c14 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
16 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
18 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1391 agentx_varbind_counter64(vb, s.bcounters[IPV4][IN]);
1395 agentx_varbind_counter64(vb, s.pcounters[IPV4][IN][PF_PASS]);
1397 agentx_varbind_counter64(vb, s.pcounters[IPV4][IN][PF_DROP]);
1403 agentx_varbind_counter64(vb, s.bcounters[IPV6][IN]);
1407 agentx_varbind_counter64(vb, s.pcounters[IPV6][IN][PF_PASS]);
1409 agentx_varbind_counter64(vb, s.pcounters[IPV6][IN][PF_DROP]);
1587 agentx_varbind_counter64(vb, pif.pfik_packets[IPV4][IN][PAS
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m88k/
H A Dm88k.h655 /* Return the register class of a scratch register needed to load IN
658 #define SECONDARY_INPUT_RELOAD_CLASS(CLASS, MODE, IN) \
660 && GET_CODE (IN) == CONST \
661 && GET_CODE (XEXP (IN, 0)) == PLUS \
662 && GET_CODE (XEXP (XEXP (IN, 0), 0)) == CONST_INT \
663 && ! SMALL_INT (XEXP (XEXP (IN, 0), 1))) ? GENERAL_REGS : NO_REGS)
1465 #define MEMORY_MOVE_COST(MODE,CLASS,IN) 4
/openbsd-current/gnu/usr.bin/gcc/gcc/config/xtensa/
H A Dxtensa.h538 #define OUTGOING_REGNO(IN) \
539 ((GP_REG_P (IN) && \
540 ((unsigned) ((IN) - GP_REG_FIRST) < WINDOW_SIZE)) ? \
541 (IN) + WINDOW_SIZE : (IN))
1458 #define MEMORY_MOVE_COST(MODE, CLASS, IN) 4
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/
H A D04-base.t97 open my $IN, '>', $file_for_cleaning
99 print $IN "\n";
100 close $IN or die "Unable to close dummy file: $!";
/openbsd-current/distrib/syspatch/
H A Dbsd.syspatch.mk11 # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/openbsd-current/gnu/gcc/gcc/config/ia64/
H A Dia64.h501 corresponding to the register number IN as seen by the called function.
502 Return IN if register number IN is not an inbound register. */
504 #define OUTGOING_REGNO(IN) \
505 ((unsigned) ((IN) - IN_REG (0)) < 8 ? OUT_REG ((IN) - IN_REG (0)) : (IN))
1458 #define MEMORY_MOVE_COST(MODE,CLASS,IN) \
/openbsd-current/gnu/gcc/gcc/config/alpha/
H A Dalpha.h675 #define SECONDARY_INPUT_RELOAD_CLASS(CLASS,MODE,IN) \
676 alpha_secondary_reload_class((CLASS), (MODE), (IN), 1)
728 #define MEMORY_MOVE_COST(MODE,CLASS,IN) (2*alpha_memory_latency)
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dm2-exp.y188 %left '<' '>' LEQ GEQ '=' NOTEQUAL '#' IN
326 exp : exp IN set
792 {"IN", IN },/* Note space after IN */
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Escapes/lib/Pod/
H A DEscapes.pm699 open(IN, "<$dir$file") or die "can't read-open $dir$file: $!";
701 while(<IN>) {
719 close(IN);
/openbsd-current/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/
H A DLangTags.pm463 die unless open(IN, "<", "in.dat");
464 while(<IN>) {
470 close(IN);
505 die unless open(IN, "<", "in.dat");
506 while(<IN>) {
514 close(IN);
/openbsd-current/gnu/gcc/gcc/config/s390/
H A Ds390.h464 #define SECONDARY_INPUT_RELOAD_CLASS(CLASS, MODE, IN) \
465 s390_secondary_input_reload_class ((CLASS), (MODE), (IN))
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dconfig-gas.com39 $search CONFIGURE.IN "AM_INIT_AUTOMAKE"/Exact/Output=config-gas-tmp.tmp
/openbsd-current/gnu/llvm/clang/lib/Rewrite/
H A DRewriteRope.cpp676 while (const auto *IN = dyn_cast<RopePieceBTreeInterior>(N))
677 N = IN->getChild(0);
/openbsd-current/gnu/usr.bin/perl/t/io/
H A Dlayers.t210 use open(IN => ":crlf", OUT => ":encoding(cp1252)");
217 "use open IN");

Completed in 499 milliseconds

123456789