home 442 lib/cib/cib_client.c const char *home = NULL; home 444 lib/cib/cib_client.c if ((home = getenv("HOME")) == NULL) { home 446 lib/cib/cib_client.c home = pwent->pw_dir; home 451 lib/cib/cib_client.c if (home && home[0] == '/') { home 454 lib/cib/cib_client.c cib_home = crm_strdup_printf("%s/.cib", home);