Searched refs:sidstr (Results 1 - 3 of 3) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsusermap.c | 186 const char *sidstr; member 398 struct USERMAPPING *mapping, char *sidstr) in askmapping() 480 mapping->sidstr = sidstr; in askmapping() 500 char *sidstr; in domapping() local 504 sidstr = decodesid(sid); in domapping() 506 while (mapping && strcmp(mapping->sidstr, sidstr)) in domapping() 512 free(sidstr); /* decision already known */ in domapping() 515 mapping, sidstr); in domapping() 396 askmapping(const char *accname, const char *filename, const char *dir, const unsigned char *sid, int type, struct USERMAPPING *mapping, char *sidstr) askmapping() argument 911 char *sidstr; sanitize() local [all...] |
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | acls.h | 110 char *sidstr; /* sid text from the same record */ member
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | acls.c | 4155 static SID *encodesid(const char *sidstr) in encodesid() argument 4165 if (!strncmp(sidstr, "S-1-", 4)) { in encodesid() 4168 p = &sidstr[4]; in encodesid() 4242 item->sidstr = strchr(item->gidstr, ':'); in getmappingitem() 4243 if (item->sidstr) { in getmappingitem() 4244 pg = item->sidstr++; in getmappingitem() 4245 q = strchr(item->sidstr, ':'); in getmappingitem() 4391 sid = encodesid(item->sidstr); in ntfs_do_user_mapping() 4394 item->sidstr); in ntfs_do_user_mapping() 4401 item->sidstr); in ntfs_do_user_mapping() [all...] |
Completed in 6 milliseconds