Searched refs:_op (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/regress/usr.bin/ssh/
H A 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 blackliste
[all...]
/openbsd-current/usr.sbin/npppd/l2tp/
H A Dl2tp_subr.h100 #define AVP_SIZE_CHECK(_avp, _op, _exp) \
102 if (!((_avp)->length _op (_exp))) { \
104 "invalid packet size %s %d" #_op "%d)", \
/openbsd-current/sys/arch/sparc64/include/
H A Datomic.h92 #define _def_atomic_op_nv(_f, _t, _c, _op) \
101 f = e _op v; \
/openbsd-current/sys/net/
H A Dif_var.h316 #define sysctl_niq(_n, _l, _op, _olp, _np, _nl, _niq) \
317 sysctl_mq((_n), (_l), (_op), (_olp), (_np), (_nl), &(_niq)->ni_q)
/openbsd-current/distrib/miniroot/
H A 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-current/usr.bin/mandoc/
H A Dmandocdb.c323 #define CHECKOP(_op, _ch) do \
324 if ((_op) != OP_DEFAULT) { \

Completed in 181 milliseconds