home              248 lib/cib/cib_client.c             const char *home = NULL;
home              250 lib/cib/cib_client.c             if ((home = getenv("HOME")) == NULL) {
home              252 lib/cib/cib_client.c                     home = pwent->pw_dir;
home              257 lib/cib/cib_client.c             if (home && home[0] == '/') {
home              260 lib/cib/cib_client.c                 cib_home = crm_strdup_printf("%s/.cib", home);