home              512 lib/cib/cib_client.c             const char *home = NULL;
home              514 lib/cib/cib_client.c             if ((home = getenv("HOME")) == NULL) {
home              516 lib/cib/cib_client.c                     home = pwent->pw_dir;
home              521 lib/cib/cib_client.c             if (home && home[0] == '/') {
home              524 lib/cib/cib_client.c                 cib_home = crm_strdup_printf("%s/.cib", home);