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

/systemd/test/TEST-01-BASIC/
H A DMakefile2 @make -s --no-print-directory -C ../.. all
5 @make --no-print-directory -C ../.. all
/systemd/test/TEST-02-CRYPTSETUP/
H A DMakefile2 @make -s --no-print-directory -C ../.. all
5 @make --no-print-directory -C ../.. all
/systemd/test/TEST-03-JOBS/
H A DMakefile2 @make -s --no-print-directory -C ../.. all
5 @make --no-print-directory -C ../.. all
H A Dtest-jobs.sh6 systemctl start --no-block hello-after-sleep.target
30 systemctl start --no-block hello-after-sleep.target || exit 1
/systemd/test/TEST-04-JOURNAL/
H A DMakefile2 @make -s --no-print-directory -C ../.. all
5 @make --no-print-directory -C ../.. all
/systemd/test/TEST-05-RLIMITS/
H A DMakefile2 @make -s --no-print-directory -C ../.. all
5 @make --no-print-directory -C ../.. all
/systemd/test/TEST-06-SELINUX/
H A DMakefile2 @make -s --no-print-directory -C ../.. all
5 @make --no-print-directory -C ../.. all
H A Dtest.sh75 DefaultDependencies=no
/systemd/test/TEST-07-ISSUE-1981/
H A DMakefile2 @make -s --no-print-directory -C ../.. all
5 @make --no-print-directory -C ../.. all
/systemd/src/basic/
H A Dterminal-util.c962 /* Probably something like the ptys which have no
1018 int no = -1, r; local
1023 r = ioctl(pty, TIOCGPTN, &no);
1027 if (no < 0)
1030 if (asprintf(ret, "/dev/pts/%i", no) < 0)
/systemd/test/
H A Dtest-functions95 ../../systemd-nspawn --register=no --directory=$TESTDIR/nspawn-root $ROOTLIBDIR/systemd $KERNEL_APPEND
143 DefaultDependencies=no
259 if [[ "$STRIP_BINARIES" = "no" ]]; then
960 local _optional=no
982 # no need to go further if the module is already installed
1113 local _check=no

Completed in 861 milliseconds