Lines Matching refs:null
227 if ! type -P objdump >/dev/null; then
243 if get_bool "${NO_BUILD:=}" || ! command -v meson >/dev/null; then
558 if ! command -v mksquashfs >/dev/null 2>&1; then
562 if ! command -v veritysetup >/dev/null 2>&1; then
755 …readarray -t valgrind_bins < <(strace -e execve valgrind /bin/true 2>&1 >/dev/null | perl -lne 'pr…
758 …readarray -t valgrind_libs < <(LD_DEBUG=files valgrind /bin/true 2>&1 >/dev/null | perl -lne 'prin…
762 strace -e open valgrind /bin/true 2>&1 >/dev/null |
1136 rpm -q "$p" &>/dev/null || continue
1794 …mapfile -t NSS_LIBS < <(LD_DEBUG=files getent passwd 2>&1 >/dev/null | sed -n '/calling init: .*li…
1819 done < <(find /etc/dbus-1 /usr/share/dbus-1 -xtype f 2>/dev/null)
1871 if get_bool "$LOOKS_LIKE_DEBIAN" && type -p dpkg-architecture &>/dev/null; then
2007 ln -fsv /dev/null "${initdir:?}/etc/systemd/system/systemd-hwdb-update.service"
2008 ln -fsv /dev/null "$initdir/etc/systemd/system/systemd-journal-catalog-update.service"
2009 ln -fsv /dev/null "$initdir/etc/systemd/system/systemd-networkd.service"
2010 ln -fsv /dev/null "$initdir/etc/systemd/system/systemd-networkd.socket"
2011 ln -fsv /dev/null "$initdir/etc/systemd/system/systemd-resolved.service"
2039 done < <(LC_ALL=C ldd "$bin" 2>/dev/null)
2396 if [[ -x "$bin" ]] || { strstr "$bin" ".so" && ldd "$bin" &>/dev/null; }; then
2451 done < <(LC_ALL=C ldd "$bin" 2>/dev/null)
2656 done < <(modinfo -k "$KERNEL_VER" -F firmware "$module" 2>/dev/null)
2817 command -v meson >/dev/null && \
2850 declare -f -F test_append_files >/dev/null && hook_defined=yes || hook_defined=no
2978 test_setup </dev/null >"$TESTLOG" 2>&1 || ret=$?
2980 test_setup_cleanup </dev/null >>"$TESTLOG" 2>&1 || ret=$?
2983 test_run "$TESTID" </dev/null >>"$TESTLOG" 2>&1 || ret=$?