Home
last modified time | relevance | path

Searched refs:_ins (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/sed/tests/
H A Dregress.sh36 ins= outs= _ins=
42 _ins="$_ins lines._in.$n"
44 sed "$expr" $_ins > lines.out
47 sed -I "" "$expr" $_ins
52 cat $_ins | diff -u lines.out - || rc=1
53 rm -f $ins $outs $_ins lines.out
/freebsd/libexec/rc/rc.d/
H A Dldconfig44 local _files _ins
46 _ins=
48 checkyesno ldconfig_insecure && _ins="-i"
54 ${ldconfig} -elf ${_ins} ${_LDC}
68 ${ldconfig} -32 ${_ins} ${_LDC}
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrP10.td372 // Destructive (insert) forms are suffixed with _ins.
379 // Destructive (insert) forms are suffixed with _ins.