Lines Matching defs:sid
1002 char *sid;
1024 sid = ntfs_sid_to_mbs(&ace->sid, NULL, 0);
1025 printf("%s\t\t SID: %s\n", prefix, sid);
1026 free(sid);
1038 char *sid;
1058 sid = ntfs_sid_to_mbs((SID *)((char *)sec_desc +
1060 printf("%s\tOwner SID:\t\t %s\n", indent, sid);
1061 free(sid);
1066 sid = ntfs_sid_to_mbs((SID *)((char *)sec_desc +
1068 printf("%s\tGroup SID:\t\t %s\n", indent, sid);
1069 free(sid);
1492 char *sid;
1529 sid = ntfs_sid_to_mbs(&entry->key.sid, NULL, 0);
1530 ntfs_log_verbose("\t\tKey SID:\t\t %s\n", sid);
1531 free(sid);
1657 char *sid;
1658 sid = ntfs_sid_to_mbs(&data->quota_q.sid, NULL, 0);
1659 ntfs_log_verbose("\t\tOwner SID:\t\t %s\n", sid);
1660 free(sid);