Lines Matching defs:sid_str
197 const char *sid_str;
384 data->sid_str, NULL, true, 0);
5248 data->sid_str = "S-5-4-3-2-1";
5271 data->sid_str, NULL, &msg);
5313 data->sid_str = "S-5-4-3-2-1";
5328 data->sid_str, NULL, &msg);
5575 data->sid_str = "S-1-2-3-4";
5582 data->sid_str, NULL, &msg);
5587 ret = sysdb_delete_by_sid(test_ctx->sysdb, test_ctx->domain, data->sid_str);
5593 data->sid_str, NULL, &msg);
5605 data->sid_str = "S-1-2-3-4-5";
5606 fail_if(data->sid_str == NULL);
5608 ret = sysdb_attrs_add_string(data->attrs, SYSDB_SID_STR, data->sid_str);
5617 data->sid_str, NULL, &msg);