Home
last modified time | relevance | path

Searched refs:getenv_bool (Results 1 – 25 of 36) sorted by relevance

12

/systemd-251/src/shared/
Dtests.c113 r = getenv_bool("SYSTEMD_SLOW_TESTS"); in slow_tests_enabled()
341 if (getenv_bool("TRAVIS") > 0) in ci_environment()
343 if (getenv_bool("SEMAPHORE") > 0) in ci_environment()
345 if (getenv_bool("GITHUB_ACTIONS") > 0) in ci_environment()
355 r = getenv_bool(var); in ci_environment()
Dverbs.c27 r = getenv_bool("SYSTEMD_OFFLINE"); in running_in_chroot_or_offline()
Dfind-esp.c321 relax_checks = getenv_bool("SYSTEMD_RELAX_ESP_CHECKS") > 0; in verify_esp()
619 relax_checks = getenv_bool("SYSTEMD_RELAX_XBOOTLDR_CHECKS") > 0; in verify_xbootldr()
Dpretty-print.c28 val = getenv_bool("SYSTEMD_URLIFY"); in urlify_enabled()
Ddiscover-image.c1038 if (getenv_bool("SYSTEMD_NSPAWN_LOCK") == 0) { in image_path_lock()
1258 if (getenv_bool("SYSTEMD_NSPAWN_LOCK") == 0) { in image_name_lock()
Dsleep-config.c476 if (getenv_bool("SYSTEMD_BYPASS_HIBERNATION_MEMORY_CHECK") > 0) in enough_swap_for_hibernation()
/systemd-251/src/import/
Dimport.c454 r = getenv_bool("SYSTEMD_IMPORT_BTRFS_SUBVOL"); in parse_env()
460 r = getenv_bool("SYSTEMD_IMPORT_BTRFS_QUOTA"); in parse_env()
466 r = getenv_bool("SYSTEMD_IMPORT_SYNC"); in parse_env()
Dpull.c507 r = getenv_bool("SYSTEMD_IMPORT_BTRFS_SUBVOL"); in parse_env()
513 r = getenv_bool("SYSTEMD_IMPORT_BTRFS_QUOTA"); in parse_env()
519 r = getenv_bool("SYSTEMD_IMPORT_SYNC"); in parse_env()
/systemd-251/src/systemctl/
Dfuzz-systemctl-parse-argv.c41 if (getenv_bool("SYSTEMD_FUZZ_OUTPUT") <= 0) { in LLVMFuzzerTestOneInput()
Dsystemctl-sysv-compat.c122 if (getenv_bool("SYSTEMCTL_SKIP_SYSV") > 0) in enable_sysv_units()
Dsystemctl-util.c43 if (getenv_bool("SYSTEMCTL_FORCE_BUS") > 0) in acquire_bus()
821 if (getenv_bool("SYSTEMCTL_INSTALL_CLIENT_SIDE") > 0) in install_client_side()
/systemd-251/src/libsystemd/sd-bus/
Dfuzz-bus-message.c36 if (getenv_bool("SYSTEMD_FUZZ_OUTPUT") <= 0) in LLVMFuzzerTestOneInput()
Dfuzz-bus-match.c40 if (getenv_bool("SYSTEMD_FUZZ_OUTPUT") <= 0) in LLVMFuzzerTestOneInput()
/systemd-251/src/sulogin-shell/
Dsulogin-shell.c107 if (getenv_bool("SYSTEMD_SULOGIN_FORCE") > 0) in main()
/systemd-251/src/basic/
Denv-util.h57 int getenv_bool(const char *p);
Dglyph-util.c14 val = getenv_bool("SYSTEMD_EMOJI"); in emoji_enabled()
Dmempool.c85 b = getenv_bool("SYSTEMD_MEMPOOL") != 0; in mempool_enabled()
Dlocale-util.c210 r = getenv_bool("SYSTEMD_LIST_NON_UTF8_LOCALES"); in get_locales()
Dvirt.c864 if (getenv_bool("SYSTEMD_IGNORE_CHROOT") > 0) in running_in_chroot()
/systemd-251/src/journal-remote/
Dfuzz-journal-remote.c74 if (getenv_bool("SYSTEMD_FUZZ_OUTPUT") <= 0) { in LLVMFuzzerTestOneInput()
/systemd-251/src/remount-fs/
Dremount-fs.c112 r = getenv_bool("SYSTEMD_REMOUNT_ROOT_RW"); in run()
/systemd-251/src/fuzz/
Dfuzz-bootspec.c110 if (getenv_bool("SYSTEMD_FUZZ_OUTPUT") <= 0) { in LLVMFuzzerTestOneInput()
Dfuzz-json.c29 if (getenv_bool("SYSTEMD_FUZZ_OUTPUT") <= 0) in LLVMFuzzerTestOneInput()
/systemd-251/src/login/
Dlogind-dbus.c2634 r = getenv_bool("SYSTEMD_REBOOT_TO_FIRMWARE_SETUP"); in property_get_reboot_to_firmware_setup()
2672 r = getenv_bool("SYSTEMD_REBOOT_TO_FIRMWARE_SETUP"); in method_set_reboot_to_firmware_setup()
2737 r = getenv_bool("SYSTEMD_REBOOT_TO_FIRMWARE_SETUP"); in method_can_reboot_to_firmware_setup()
2783 r = getenv_bool("SYSTEMD_REBOOT_TO_BOOT_LOADER_MENU"); in property_get_reboot_to_boot_loader_menu()
2836 r = getenv_bool("SYSTEMD_REBOOT_TO_BOOT_LOADER_MENU"); in method_set_reboot_to_boot_loader_menu()
2914 r = getenv_bool("SYSTEMD_REBOOT_TO_BOOT_LOADER_MENU"); in method_can_reboot_to_boot_loader_menu()
2962 r = getenv_bool("SYSTEMD_REBOOT_TO_BOOT_LOADER_ENTRY"); in property_get_reboot_to_boot_loader_entry()
3038 r = getenv_bool("SYSTEMD_REBOOT_TO_BOOT_LOADER_ENTRY"); in method_set_reboot_to_boot_loader_entry()
3109 r = getenv_bool("SYSTEMD_REBOOT_TO_BOOT_LOADER_ENTRY"); in method_can_reboot_to_boot_loader_entry()
/systemd-251/src/userdb/
Duserwork.c494 r = getenv_bool("USERDB_FIXED_WORKER"); in run()

12