Searched refs:strsid (Results 1 – 3 of 3) sorted by relevance
187 smb_sid_splitstr(char *strsid, uint32_t *rid) in smb_sid_splitstr() argument191 if ((p = strrchr(strsid, '-')) == NULL) in smb_sid_splitstr()275 smb_sid_tostr(const smb_sid_t *sid, char *strsid) in smb_sid_tostr() argument277 char *p = strsid; in smb_sid_tostr()280 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()
262 char strsid[SMB_SID_STRSZ]; in smb_idmap_batch_getid() local269 smb_sid_tostr(sid, strsid); in smb_idmap_batch_getid()270 if (smb_sid_splitstr(strsid, &sim->sim_rid) != 0) in smb_idmap_batch_getid()273 sim->sim_domsid = smb_mem_strdup(strsid); in smb_idmap_batch_getid()