Searched refs:_cmd (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/regress/usr.bin/ssh/
H A Dsftp-perm.sh37 _cmd="$2"
42 # Plain (no options, mostly to test that _cmd is good)
45 run_client "$_cmd" || fail "plain $_desc failed"
50 run_client "$_cmd" && fail "read-only $_desc succeeded"
57 _cmd="$3"
62 # Plain (no options, mostly to test that _cmd is good)
65 run_client "$_cmd" || fail "plain $_op failed"
70 run_client "$_cmd" || fail "whitelisted $_op failed"
75 run_client "$_cmd" && fail "blacklisted $_op succeeded"
80 run_client "$_cmd"
[all...]
/openbsd-current/etc/
H A Dnetstart41 local _af=0 _name=1 _mask=2 _bc=3 _prefix=2 _c _cmd _prev _daddr _dhcp _i
85 '!'*) _cmd=$(print -- "${_c[@]}" | sed 's/\$if/'$_if'/g')
86 _cmds[${#_cmds[*]}]="${_cmd#!}"
227 local _cmd _v4set=false _v6set=false;
234 _cmd=$(print -- "$gw")
235 _cmd="${_cmd#!}"
239 _cmd="route -qn add -host default $gw"
244 _cmd="route -qn add -host -inet6 default $gw"
249 print -r -- "$_cmd"
[all...]
/openbsd-current/lib/libelf/
H A Dlibelf.h302 Elf *elf_begin(int _fd, Elf_Cmd _cmd, Elf *_elf);
303 int elf_cntl(Elf *_elf, Elf_Cmd _cmd);
308 unsigned int elf_flagarhdr(Elf_Arhdr *_arh, Elf_Cmd _cmd,
310 unsigned int elf_flagdata(Elf_Data *_data, Elf_Cmd _cmd,
312 unsigned int elf_flagehdr(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags);
313 unsigned int elf_flagelf(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags);
314 unsigned int elf_flagphdr(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags);
315 unsigned int elf_flagscn(Elf_Scn *_scn, Elf_Cmd _cmd, unsigned int _flags);
316 unsigned int elf_flagshdr(Elf_Scn *_scn, Elf_Cmd _cmd, unsigned int _flags);
344 off_t elf_update(Elf *_elf, Elf_Cmd _cmd);
[all...]
/openbsd-current/usr.sbin/syspatch/
H A Dsyspatch.sh168 local _c _f _cmd _l="$(ls_installed)" _p _sha=${_TMP}/SHA256
184 _cmd="ftp -N syspatch -MVo - \
186 unpriv "${_cmd}" | tar tzf - | while read _f; do
190 _syspatch -xf "${_cmd}" || true && break
/openbsd-current/sys/arch/i386/i386/
H A Desmreg.h156 u_int8_t _cmd; member in struct:esm_smb_req::__anon8376
161 #define h_cmd hdr._cmd
/openbsd-current/gnu/usr.bin/perl/t/
H A Dharness438 return [ split ' ', _cmd($options, $type) ];
H A DTEST303 sub _cmd {
391 my $cmd = _cmd($options, $type);
/openbsd-current/distrib/miniroot/
H A Dinstall.sub398 local _disk=$1 _pttype=$2 _part=$3 _cmd _p_pttype _p_part
420 eval "_cmd=\"\$_c_${_pttype}\""
425 _cmd=${_cmd:-fdisk $_disk}
432 $_cmd 2>/dev/null | grep -Eq "$_p_pttype"
434 $_cmd 2>/dev/null | grep -Eq "$_p_pttype" &&
435 $_cmd 2>/dev/null | grep -Eq "$_p_part"
2452 local _af=0 _name=1 _mask=2 _bc=3 _prefix=2 _c _cmd _prev _daddr _dhcp _i

Completed in 421 milliseconds