getenv            192 daemons/based/based_io.c     const char *use_valgrind = getenv("PCMK_valgrind_enabled");
getenv            635 daemons/based/based_remote.c         pam_name = getenv("CIB_pam_service");
getenv            409 daemons/controld/controld_throttle.c     const char *env_limit = getenv("PCMK_node_action_limit");
getenv            775 daemons/controld/controld_utils.c         const char *env = getenv("PCMK_cib_timeout");
getenv            206 daemons/execd/remoted_pidone.c     const char *pid1 = (getpid() == 1)? "full" : getenv("PCMK_remote_pid1");
getenv            337 daemons/execd/remoted_tls.c     const char *bind_name = getenv("PCMK_remote_address");
getenv            130 daemons/pacemakerd/pacemakerd.c     } else if (crm_is_true(getenv("PCMK_fail_fast"))) {
getenv            246 daemons/pacemakerd/pacemakerd.c     const char *env_valgrind = getenv("PCMK_valgrind_enabled");
getenv            247 daemons/pacemakerd/pacemakerd.c     const char *env_callgrind = getenv("PCMK_callgrind_enabled");
getenv            976 daemons/pacemakerd/pacemakerd.c                         if (crm_is_true(getenv("PCMK_fail_fast"))) {
getenv            215 lib/cib/cib_client.c     const char *dir = getenv("CIB_shadow_dir");
getenv            225 lib/cib/cib_client.c             user = getenv("USER");
getenv            237 lib/cib/cib_client.c             if ((home = getenv("HOME")) == NULL) {
getenv            294 lib/cib/cib_client.c     const char *value = getenv("CIB_shadow");
getenv            301 lib/cib/cib_client.c     value = getenv("CIB_file");
getenv            306 lib/cib/cib_client.c     value = getenv("CIB_port");
getenv            309 lib/cib/cib_client.c         const char *server = getenv("CIB_server");
getenv            310 lib/cib/cib_client.c         const char *user = getenv("CIB_user");
getenv            311 lib/cib/cib_client.c         const char *pass = getenv("CIB_passwd");
getenv            320 lib/cib/cib_client.c         value = getenv("CIB_encrypted");
getenv            507 lib/cib/cib_file.c         cib_location = getenv("CIB_file");
getenv            729 lib/cib/cib_utils.c         user_name = getenv("CIB_user");
getenv            284 lib/common/attrd_client.c         const char *target = getenv(target_var);
getenv            285 lib/common/attrd_client.c         const char *host_physical = getenv(phys_var);
getenv            292 lib/common/attrd_client.c             const char *host_pcmk = getenv(LRM_TARGET_ENV);
getenv            323 lib/common/attrd_client.c         rsc_id = getenv("OCF_RESOURCE_INSTANCE");
getenv            542 lib/common/io.c     const char *dir = getenv("TMPDIR");
getenv             38 lib/common/ipc_common.c         if ((pcmk__scan_ll(getenv("PCMK_ipc_buffer"), &global_ll,
getenv            233 lib/common/logging.c     const char *modestr = getenv("PCMK_logfile_mode");
getenv            590 lib/common/logging.c         trace_fns = getenv("PCMK_trace_functions");
getenv            591 lib/common/logging.c         trace_fmts = getenv("PCMK_trace_formats");
getenv            592 lib/common/logging.c         trace_tags = getenv("PCMK_trace_tags");
getenv            593 lib/common/logging.c         trace_files = getenv("PCMK_trace_files");
getenv            594 lib/common/logging.c         trace_blackbox = getenv("PCMK_trace_blackbox");
getenv            663 lib/common/logging.c              crm_log_level, getenv("PCMK_trace_files"), getenv("PCMK_trace_functions"),
getenv            664 lib/common/logging.c              getenv("PCMK_trace_formats"), getenv("PCMK_trace_tags"));
getenv            674 lib/common/logging.c     } else if (getenv("PCMK_trace_files") || getenv("PCMK_trace_functions")
getenv            675 lib/common/logging.c                || getenv("PCMK_trace_formats") || getenv("PCMK_trace_tags")) {
getenv            883 lib/common/logging.c         const char *user = getenv("USER");
getenv            647 lib/common/mainloop.c     const char *env = getenv("PCMK_ipc_type");
getenv            291 lib/common/options.c     value = getenv(env_name);
getenv            298 lib/common/options.c     value = getenv(env_name);
getenv            170 lib/common/remote.c     pcmk__scan_min_int(getenv("PCMK_dh_min_bits"), &dh_min_bits, 0);
getenv            189 lib/common/remote.c     pcmk__scan_min_int(getenv("PCMK_dh_min_bits"), &dh_min_bits, 0);
getenv            190 lib/common/remote.c     pcmk__scan_min_int(getenv("PCMK_dh_max_bits"), &dh_max_bits, 0);
getenv            231 lib/common/remote.c     prio_base = getenv("PCMK_tls_priorities");
getenv           1254 lib/common/remote.c         const char *env = getenv("PCMK_remote_port");
getenv             96 lib/common/watchdog.c     if (pcmk__str_eq("crash", getenv("PCMK_panic_action"), pcmk__str_casei)) {
getenv             98 lib/common/watchdog.c     } else if (pcmk__str_eq("sync-crash", getenv("PCMK_panic_action"), pcmk__str_casei)) {
getenv            102 lib/common/watchdog.c         if (pcmk__str_eq("sync-reboot", getenv("PCMK_panic_action"), pcmk__str_casei)) {
getenv            245 lib/common/watchdog.c         sbd_timeout = crm_get_msec(getenv("SBD_WATCHDOG_TIMEOUT"));
getenv            257 lib/common/watchdog.c         const char *sync_env = getenv("SBD_SYNC_RESOURCE_STARTUP");
getenv           2908 lib/common/xml.c         base = getenv("PCMK_schema_directory");
getenv           1221 lib/lrmd/lrmd_client.c         env_location = getenv("PCMK_authkey_location");
getenv             27 lib/pacemaker/pcmk_trans_utils.c         if ((pcmk__scan_ll(getenv("PE_fail"), &fail_ll, 0LL) == pcmk_rc_ok)
getenv           1354 libltdl/ltdl.c 	      search_path = getenv (LTDL_SEARCHPATH_VAR);
getenv           1362 libltdl/ltdl.c 	      search_path = getenv (LT_MODULE_PATH_VAR);
getenv           1462 libltdl/ltdl.c 		   && !find_handle (getenv (LTDL_SEARCHPATH_VAR), base_name,
getenv           1465 libltdl/ltdl.c 		   && !find_handle (getenv (LT_MODULE_PATH_VAR), base_name,
getenv           1918 libltdl/ltdl.c 	  is_done = foreach_dirinpath (getenv(LTDL_SEARCHPATH_VAR), 0,
getenv           1925 libltdl/ltdl.c 	  is_done = foreach_dirinpath (getenv(LT_MODULE_PATH_VAR), 0,
getenv            429 tools/crm_attribute.c     if (getenv("CIB_file") || getenv("CIB_shadow")) {
getenv            315 tools/crm_node.c     const char *name = getenv("OCF_RESKEY_" CRM_META "_" XML_LRM_ATTR_TARGET);
getenv            687 tools/crm_resource.c     if (getenv("CIB_file") == NULL) {
getenv             45 tools/crm_shadow.c     const char *prompt = getenv("PS1");
getenv             46 tools/crm_shadow.c     const char *shell = getenv("SHELL");
getenv             82 tools/crm_shadow.c     const char *prompt = getenv("PS1");
getenv            291 tools/crm_shadow.c                     const char *env = getenv("CIB_shadow");
getenv            359 tools/crm_shadow.c         const char *local = getenv("CIB_shadow");
getenv            377 tools/crm_shadow.c         const char *local = getenv("CIB_shadow");
getenv            477 tools/crm_shadow.c         char *editor = getenv("EDITOR");
getenv            245 tools/stonith_admin.c     const char *env = getenv(key);