Searched refs:strsid (Results 1 – 3 of 3) sorted by relevance
186 smb_sid_splitstr(char *strsid, uint32_t *rid) in smb_sid_splitstr() argument190 if ((p = strrchr(strsid, '-')) == NULL) in smb_sid_splitstr()274 smb_sid_tostr(const smb_sid_t *sid, char *strsid) in smb_sid_tostr() argument276 char *p = strsid; in smb_sid_tostr()279 if (sid == NULL || strsid == NULL) in smb_sid_tostr()
64 sid_tostr(sid_t *sid, char *strsid) in sid_tostr() argument66 char *p = strsid; in sid_tostr()69 if (sid == NULL || strsid == NULL) in sid_tostr()
249 char strsid[SMB_SID_STRSZ]; in smb_idmap_batch_getid() local256 smb_sid_tostr(sid, strsid); in smb_idmap_batch_getid()257 if (smb_sid_splitstr(strsid, &sim->sim_rid) != 0) in smb_idmap_batch_getid()259 sim->sim_domsid = smb_mem_strdup(strsid); in smb_idmap_batch_getid()