home              523 lib/cib/cib_client.c             const char *home = NULL;
home              525 lib/cib/cib_client.c             if ((home = getenv("HOME")) == NULL) {
home              527 lib/cib/cib_client.c                     home = pwent->pw_dir;
home              532 lib/cib/cib_client.c             if (home && home[0] == '/') {
home              535 lib/cib/cib_client.c                 cib_home = crm_strdup_printf("%s/.cib", home);