Searched refs:strptr (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/smb/client/
H A Dcifsacl.c113 char *sidstr, *strptr; local
123 strptr = sidstr;
124 len = sprintf(strptr, "%cs:S-%hhu", type == SIDOWNER ? 'o' : 'g',
126 strptr += len;
141 len = sprintf(strptr, "-%llu", id_auth_val);
143 len = sprintf(strptr, "-0x%llx", id_auth_val);
145 strptr += len;
149 len = sprintf(strptr, "-%u", saval);
150 strptr += len;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c3511 u32 curval1, curval2, stpptr, curptr, strptr, val; local
3556 strptr = 0x7E00;
3557 bcma_write32(pi->d11core, D11REGOFFS(tplatewrptr), strptr);
3558 while (strptr < 0x8000) {
3569 ptr[(strptr - 0x7E00) / 4] = real;
3571 ptr[(strptr - 0x7E00) / 4] = imag;
3575 strptr = 0x8000;
3580 strptr += 4;

Completed in 133 milliseconds