home              235 lib/cib/cib_client.c             const char *home = NULL;
home              237 lib/cib/cib_client.c             if ((home = getenv("HOME")) == NULL) {
home              239 lib/cib/cib_client.c                     home = pwent->pw_dir;
home              244 lib/cib/cib_client.c             if (home && home[0] == '/') {
home              247 lib/cib/cib_client.c                 cib_home = crm_strdup_printf("%s/.cib", home);