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

/systemd/test/
H A Dtest-functions456 local _file _line
458 LC_ALL=C ldd "$_bin" 2>/dev/null | while read _line; do
459 [[ $_line = 'not a dynamic executable' ]] && break
461 if [[ $_line =~ $_so_regex ]]; then
468 if [[ $_line =~ not\ found ]]; then
471 dfatal "$_line"
801 local _file _line
804 LC_ALL=C ldd "$_bin" 2>/dev/null | while read _line; do
805 [[ $_line = 'not a dynamic executable' ]] && break
807 if [[ $_line
[all...]

Completed in 459 milliseconds