Searched refs:exit (Results 1 – 25 of 100) sorted by relevance
1234
4 - exit(0);5 + exit(EXIT_SUCCESS);12 - exit(1);13 + exit(EXIT_FAILURE);
8 # exit codes [1, 254] will result in skipping the rest of execution9 ExecCondition=/bin/sh -c 'exit 0'10 ExecCondition=/bin/sh -c 'exit 254'13 ExecCondition=/bin/sh -c 'exit 255'
8 # exit 255 will fail the unit9 ExecCondition=/bin/sh -c 'exit 255'
5 ExecStart=/bin/sh -c 'echo $(uname -m); exit $(test $(uname -m) = "loongarch64")'
6 ExecStart=/bin/sh -c 'echo $(uname -m); exit $(test $(uname -m) = "aarch64")'
6 ExecStart=/bin/sh -c 'echo $(uname -m); exit $(test $(uname -m) = "ppc64")'
6 ExecStart=/bin/sh -c 'echo $(uname -m); exit $(test $(uname -m) = "ppc64le")'
7 ExecStart=/bin/sh -x -c "! test -x perl || perl -e 'exit(!(qq{%%U} eq qq{\\x25U}))'"
6 ExecStart=/usr/bin/python3 -c 'import os\ntry: os.uname()\nexcept Exception as e: exit(e.errno)'
264 exit(EXIT_SUCCESS); in set_options()299 exit(EXIT_SUCCESS); in set_options()485 goto exit; in main()492 goto exit; in main()500 exit(EXIT_FAILURE); in main()505 goto exit; in main()510 exit: in main()
6 '(-h --help)'{-h,--help}'[Print help text and exit]' \7 '(-v --version)'{-v,--version}'[Print a version string and exit]' \
70 {-h,--help}'[Print a short help text and exit]' \71 '--version[Print a short version string and exit]' \
14 Requires=systemd-exit.service15 After=systemd-exit.service
9 'exit.target',19 'systemd-exit.service',
16 sys.exit('Specify files to test as arguments')65 sys.exit(result)
155 exit('Nothing found!')159 exit('Usage: create-sys-script.py /path/to/test/')
279 exit("Usage: {} <target dir> <number>".format(sys.argv[0]))282 exit("Target dir {} not found".format(sys.argv[1]))
20 'analyze-exit-status.c',21 'analyze-exit-status.h',
50 if (builtins[i] && builtins[i]->exit) in udev_builtin_exit()51 builtins[i]->exit(); in udev_builtin_exit()
81 …github/workflows/run_mkosi.sh shell bash -c "[[ -e /testok ]] || { cat /failed-services; exit 1; }"93 …github/workflows/run_mkosi.sh shell bash -c "[[ -e /testok ]] || { cat /failed-services; exit 1; }"
322 exit(77 if opts.test else 1)325 exit(f"{opts.build_dir}/systemd doesn't exist. Use --build-dir=.")346 exit(f'Outdated pages: {", ".join(modified)}\n'
114 exit(r); in test_shareable_ns()123 exit(r); in test_shareable_ns()
60 [SETTLE]='-t --timeout -E --exit-if-exists'61 … [CONTROL_STANDALONE]='-e --exit -s --stop-exec-queue -S --start-exec-queue -R --reload --ping'155 -E|--exit-if-exists)
6 …otify --ready; while ! grep -q -F MARKER_RUNTIME /tmp/testfile_runtime; do sleep 0.1; done; exit 0'