env 1033 crmd/utils.c const char *env = getenv("PCMK_cib_timeout"); env 1035 crmd/utils.c if (env) { env 1036 crmd/utils.c env_timeout = crm_parse_int(env, "0"); env 1040 crmd/utils.c env_timeout, (env? env : "none")); env 528 fencing/admin.c const char *env = getenv(key); env 530 fencing/admin.c if (env == NULL) { env 534 fencing/admin.c crm_info("Got: '%s'='%s'", optarg, env); env 535 fencing/admin.c params = stonith_key_value_add(params, optarg, env); env 829 lib/common/ipc.c const char *env = getenv("PCMK_ipc_buffer"); env 831 lib/common/ipc.c if (env) { env 832 lib/common/ipc.c int env_max = crm_parse_int(env, "0"); env 566 lib/common/mainloop.c const char *env = getenv("PCMK_ipc_type"); env 568 lib/common/mainloop.c if (env && strcmp("shared-mem", env) == 0) { env 570 lib/common/mainloop.c } else if (env && strcmp("socket", env) == 0) { env 572 lib/common/mainloop.c } else if (env && strcmp("posix", env) == 0) { env 574 lib/common/mainloop.c } else if (env && strcmp("sysv", env) == 0) { env 1038 lib/common/remote.c const char *env = getenv("PCMK_remote_port"); env 1040 lib/common/remote.c if (env) { env 1042 lib/common/remote.c port = strtol(env, NULL, 10); env 1045 lib/common/remote.c env, DEFAULT_REMOTE_PORT); env 202 tools/cib_shadow.c const char *env = getenv("CIB_shadow"); env 203 tools/cib_shadow.c if(env) { env 204 tools/cib_shadow.c shadow = strdup(env);