Home
last modified time | relevance | path

Searched refs:null (Results 1 – 25 of 92) sorted by relevance

1234

/systemd-251/test/units/
Dtestsuite-17.04.sh10 udevadm info /dev/null | grep -E 'E: (TAGS|CURRENT_TAGS)=.*:(added|changed):' && exit 1
19 SYSTEMD_LOG_LEVEL=debug udevadm trigger --verbose --settle --action add /dev/null
23 udevadm info /dev/null | grep -q 'E: TAGS=.*:added:.*'
24 udevadm info /dev/null | grep -q 'E: CURRENT_TAGS=.*:added:.*'
25 udevadm info /dev/null | grep -q 'E: TAGS=.*:changed:.*' && { echo 'unexpected TAGS='; exit 1; }
26 udevadm info /dev/null | grep -q 'E: CURRENT_TAGS=.*:changed:.*' && { echo 'unexpected CURRENT_TAGS…
28 SYSTEMD_LOG_LEVEL=debug udevadm trigger --verbose --settle --action change /dev/null
32 udevadm info /dev/null | grep -q 'E: TAGS=.*:added:.*'
33 udevadm info /dev/null | grep -q 'E: CURRENT_TAGS=.*:added:.*' && { echo 'unexpected CURRENT_TAGS='…
34 udevadm info /dev/null | grep -q 'E: TAGS=.*:changed:.*'
[all …]
Dtestsuite-17.05.sh14 SYSTEMD_LOG_LEVEL=debug udevadm trigger --verbose --settle --action add /dev/null
17 udevadm info /dev/null | grep -q 'E: HOGE=aa\\x20\\x20\\x20bb'
18 udevadm info /dev/null | grep -q 'E: FOO=\\x20aaa\\x20'
Dtestsuite-15.sh8 systemctl stop "$SERVICE_NAME.service" 2>/dev/null || :
13 systemctl stop "$SERVICE_NAME"*.service 2>/dev/null || :
391 ln -sf /dev/null /etc/systemd/system/test15-a.service.wants/test15-b.service
392 ln -sf /dev/null /etc/systemd/system/test15-a.service.requires/test15-b.service
399 ln -sf /dev/null /usr/lib/systemd/system/test15-a.service.wants/test15-b.service
404 ln -sf /dev/null /etc/systemd/system/test15-a.service.wants/test15-b.service
411 ln -sf /dev/null /etc/systemd/system/test15-a.service
422 ln -sf /dev/null /etc/systemd/system/test15-a.service.wants/test15-b.service
436 ln -sf /dev/null /etc/systemd/system/test15-a.service.wants/test15-b1.service
446 ln -sf /dev/null /etc/systemd/system/test15-a.service.wants/test15-b.service
[all …]
Dtestsuite-66-deviceisolation.service7 DeviceAllow=/dev/null r
10 ExecStart=/bin/bash -c "while true; do sleep 0.01 && echo meow > /dev/null && echo thisshouldnotbeh…
/systemd-251/tools/
Dcheck-help.sh19 if "$BINARY" --help | grep -v 'default:' | grep -E '.{80}.' >/dev/null; then
26 if ! "$BINARY" --help | grep . >/dev/null; then
32 if "$BINARY" --help 2>&1 1>/dev/null | grep .; then
38 if ! ("$BINARY" --no-such-parameter 2>&1 1>/dev/null || :) | grep . >/dev/null; then
Dcheck-version.sh20 if ! "$BINARY" --version | grep . >/dev/null; then
26 if "$BINARY" --version 2>&1 1>/dev/null | grep .; then
33 if ! grep -F "$VERSION" >/dev/null <<<"$out"; then
/systemd-251/src/fuzz/
Dfuzz-varlink.c13 static FILE *null = NULL; variable
16 json_variant_dump(p, JSON_FORMAT_NEWLINE|JSON_FORMAT_PRETTY, null, NULL); in method_something()
21 json_variant_dump(p, JSON_FORMAT_NEWLINE|JSON_FORMAT_PRETTY, null, NULL); in reply_callback()
61 hexdump(null, c, (size_t) n); in io_callback()
99 assert_se(null = fopen("/dev/null", "we")); in LLVMFuzzerTestOneInput()
128 null = safe_fclose(null); in LLVMFuzzerTestOneInput()
/systemd-251/shell-completion/bash/
Djournalctl66 comps=$(journalctl -F '_BOOT_ID' 2>/dev/null)
77 comps=$( journalctl --output=help 2>/dev/null )
80 comps=$(journalctl --fields | sort 2>/dev/null)
93 comps=$(journalctl -F '_SYSTEMD_UNIT' 2>/dev/null)
107 comps=$(journalctl -F '_SYSTEMD_USER_UNIT' 2>/dev/null)
110 comps=$(journalctl -F 'SYSLOG_IDENTIFIER' 2>/dev/null)
127 mapfile -t field_vals < <(journalctl -F "${prev%=}" 2>/dev/null)
137 mapfile -t field_vals < <(journalctl -F "_EXE" 2>/dev/null; echo '/dev/')
144 mapfile -t field_vals < <(journalctl -F "${COMP_WORDS[COMP_CWORD-2]}" 2>/dev/null)
147 mapfile -t field_vals < <(journalctl --fields 2>/dev/null)
Dbusctl28 machinectl list --full --no-legend --no-pager 2>/dev/null |
35 busctl $mode list --no-legend --no-pager --full 2>/dev/null |
43 busctl $mode tree --list --no-legend --no-pager $busname 2>/dev/null |
52 busctl $mode introspect --list --no-legend --no-pager $busname $path 2>/dev/null |
64 busctl $mode introspect --list --no-legend --no-pager $busname $path $interface 2>/dev/null |
76 busctl $mode introspect --list --no-legend --no-pager $busname $path $interface 2>/dev/null |
108 comps=$( busctl --json=help 2>/dev/null )
Dsystemd-nspawn55 for i in $(systemd-nspawn --rlimit=help 2>/dev/null); do
143 comps=$( systemd-nspawn --volatile=help 2>/dev/null )
181 comps=$( systemd-nspawn --resolv-conf=help 2>/dev/null )
184 comps=$( systemd-nspawn --timezone=help 2>/dev/null )
Dhostnamectl30 machinectl list --full --no-legend --no-pager 2>/dev/null |
51 comps=$( hostnamectl --json=help 2>/dev/null )
/systemd-251/test/TEST-50-DISSECT/
Dtest.sh17 command -v mksquashfs >/dev/null 2>&1 || exit 0
18 command -v veritysetup >/dev/null 2>&1 || exit 0
19 command -v sfdisk >/dev/null 2>&1 || exit 0
31 if command -v openssl >/dev/null 2>&1; then
/systemd-251/test/
Dtest-functions227 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)
[all …]
Dhwdb-test.sh28 err=$("$SYSTEMD_HWDB" update --root "$D" 2>&1 >/dev/null) && rc= || rc=$?
47 err=$("$SYSTEMD_HWDB" update --root "$D" 2>&1 >/dev/null) && rc= || rc=$?
Dtest-rpm-macros.sh12 if ! command -v rpm >/dev/null || ! command -v rpmspec >/dev/null; then
/systemd-251/coccinelle/
Dstrempty.cocci40 - s@p ?: "(null)"
43 - s@p ? s : "(null)"
52 - s = "(null)";
/systemd-251/src/basic/
Dcheck-filesystems.sh18 for fs in $($cpp -dM $includes - </dev/null | \
22 if ! grep -E "\{.*$fs.*\}" "$filesystems_gperf" >/dev/null; then
/systemd-251/.github/workflows/
Drun_mkosi.sh18 ln -s /dev/null "$TEMP_EXTRA_TREE/etc/systemd/system/isc-dhcp-server.service"
19 ln -s /dev/null "$TEMP_EXTRA_TREE/etc/systemd/system/isc-dhcp-server6.service"
/systemd-251/test/TEST-70-TPM2/
Dtest.sh13 command -v swtpm >/dev/null 2>&1 || exit 0
14 command -v tpm2_pcrextend >/dev/null 2>&1 || exit 0
/systemd-251/test/fuzz/fuzz-bootspec/
Dcrash-json-dispatch1 …edod47cf92ac0a\\\\\\null\\\\\\\\\\\rmv7h)/tegra20-paz00.dtb\ndevicetree-overlay /6/9857a393'24b7a9…
/systemd-251/test/test-execute/
Dexec-noexecpaths-simple.service8 ExecStart=+/bin/sh -c '/bin/cat /dev/null'
10 ExecStart=/bin/sh -x -c '! /bin/cat /dev/null'
/systemd-251/
Dmkosi.build50 init_path=$(realpath /sbin/init 2>/dev/null)
70 getent group $id >/dev/null || groupadd -g $id testgroup$id
/systemd-251/shell-completion/zsh/
D_networkctl28 …tworkctl list --no-legend | awk 'BEGIN{OFS=":"} {sub(/[[ \t]+/, ""); print $2,$0}' 2>/dev/null)}" )
45 _json_forms=( $(networkctl --json=help 2>/dev/null) )
/systemd-251/src/rpm/
Dmacros.systemd.in112 command -v systemd-tmpfiles >/dev/null && systemd-tmpfiles --create %{?*} || : \
118 command -v systemd-sysusers >/dev/null && systemd-sysusers %{?*} || : \
122 command -v systemd-sysusers >/dev/null && systemd-sysusers - <<SYSTEMD_INLINE_EOF || : \
/systemd-251/src/systemd/
Dmeson.build90 '-o/dev/null',
91 '/dev/null'])

1234