Home
last modified time | relevance | path

Searched refs:_op (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/regress/usr.bin/ssh/
Dsftp-perm.sh55 _op=$1
61 verbose "$tid: explicit $_op"
65 run_client "$_cmd" || fail "plain $_op failed"
66 postcondition "$_op no white/blacklists" "$_expect_success_post"
69 prepare_server -p $_op,$_whitelist_ops
70 run_client "$_cmd" || fail "whitelisted $_op failed"
71 postcondition "$_op whitelisted" "$_expect_success_post"
74 prepare_server -P $_op
75 run_client "$_cmd" && fail "blacklisted $_op succeeded"
76 postcondition "$_op blacklisted" "$_expect_fail_post"
[all …]
/openbsd/src/usr.sbin/npppd/l2tp/
Dl2tp_subr.h100 #define AVP_SIZE_CHECK(_avp, _op, _exp) \ argument
102 if (!((_avp)->length _op (_exp))) { \
104 "invalid packet size %s %d" #_op "%d)", \
/openbsd/src/sys/arch/sparc64/include/
Datomic.h92 #define _def_atomic_op_nv(_f, _t, _c, _op) \ argument
101 f = e _op v; \
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMips16InstrInfo.td89 class FRI16_TCP_ins<bits<5> _op, string asmstr,
91 FRI16<_op, (outs CPU16Regs:$rx), (ins pcrel16:$imm8, i32imm:$size),
103 class F2RI16_ins<bits<5> _op, string asmstr,
105 FRI16<_op, (outs CPU16Regs:$rx), (ins CPU16Regs:$rx_, simm16:$imm8),
110 class FRI16_B_ins<bits<5> _op, string asmstr,
112 FRI16<_op, (outs), (ins CPU16Regs:$rx, brtarget:$imm8),
191 class FEXT_RI16_ins_base<bits<5> _op, string asmstr, string asmstr2,
193 FEXT_RI16<_op, (outs CPU16Regs:$rx), (ins simm16:$imm16),
196 class FEXT_RI16_ins<bits<5> _op, string asmstr,
198 FEXT_RI16_ins_base<_op, asmstr, "\t$rx, $imm16", itin>;
[all …]
DMips16InstrFormats.td482 class FEXT_RI16<bits<5> _op, dag outs, dag ins, string asmstr,
490 let op = _op;
506 class FEXT_RRI16<bits<5> _op, dag outs, dag ins, string asmstr,
515 let op=_op;
/openbsd/src/sys/net/
Dif_var.h324 #define sysctl_niq(_n, _l, _op, _olp, _np, _nl, _niq) \ argument
325 sysctl_mq((_n), (_l), (_op), (_olp), (_np), (_nl), &(_niq)->ni_q)
/openbsd/src/gnu/gcc/gcc/config/m32c/
Dcond.md109 (define_insn "cmp<mode>_op"
124 (define_insn "b<code>_op"
155 (define_insn "s<code>_op"
Dblkmov.md145 (define_insn "setmemhi_b<mode>_op"
157 (define_insn "setmemhi_w<mode>_op"
/openbsd/src/distrib/miniroot/
Dinstall.sub444 local _disk=$1 _f=$2 _dl=/tmp/i/disklabel.auto _op _qst
470 [aA]*) _op=-w;;
471 [eE]*) _op=-E;;
475 disklabel -F $_f $_op -A $_disk
/openbsd/src/usr.bin/mandoc/
Dmandocdb.c323 #define CHECKOP(_op, _ch) do \ in mandocdb() argument
324 if ((_op) != OP_DEFAULT) { \ in mandocdb()