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

/systemd/test/
H A Dtest-functions454 local _bin=$1
458 LC_ALL=C ldd "$_bin" 2>/dev/null | while read _line; do
469 dfatal "Missing a shared library required by $_bin."
470 dfatal "Run \"ldd $_bin\" to find out what it is."
796 local _bin _target
797 _bin=$(find_binary "$1") || return 1
798 _target=${2:-$_bin}
800 [[ -L $_bin ]] && inst_symlink $_bin $_target && return 0
804 LC_ALL=C ldd "$_bin"
[all...]

Completed in 18 milliseconds