Searched refs:strptr (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/board/freescale/common/ |
| H A D | pixis.c | 363 static unsigned long strfractoint(char *strptr) in strfractoint() argument 377 while (strptr[i] != '.') { in strfractoint() 378 if (strptr[i] == 0) { in strfractoint() 382 intarr[i] = strptr[i]; in strfractoint() 395 while ((strptr[i] >= '0') && (strptr[i] <= '9')) { in strfractoint() 396 decarr[j] = strptr[i]; in strfractoint()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifsacl.c | 120 char *sidstr, *strptr; in sid_to_key_str() local 130 strptr = sidstr; in sid_to_key_str() 131 len = sprintf(strptr, "%cs:S-%hhu", type == SIDOWNER ? 'o' : 'g', in sid_to_key_str() 133 strptr += len; in sid_to_key_str() 148 len = sprintf(strptr, "-%llu", id_auth_val); in sid_to_key_str() 150 len = sprintf(strptr, "-0x%llx", id_auth_val); in sid_to_key_str() 152 strptr += len; in sid_to_key_str() 156 len = sprintf(strptr, "-%u", saval); in sid_to_key_str() 157 strptr += len; in sid_to_key_str()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-cleanup.patch | 1314 - register char *strptr, *word; 1317 + char *strptr, *word; 1324 while (strptr) { 1325 word = strptr; 1326 - if (cp = strchr(strptr, ',')) 1327 + if ((cp = strchr(strptr, ','))) 1329 strptr = cp;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_lcn.c | 3511 u32 curval1, curval2, stpptr, curptr, strptr, val; in wlc_lcnphy_samp_cap() local 3556 strptr = 0x7E00; in wlc_lcnphy_samp_cap() 3557 bcma_write32(pi->d11core, D11REGOFFS(tplatewrptr), strptr); in wlc_lcnphy_samp_cap() 3558 while (strptr < 0x8000) { in wlc_lcnphy_samp_cap() 3569 ptr[(strptr - 0x7E00) / 4] = real; in wlc_lcnphy_samp_cap() 3571 ptr[(strptr - 0x7E00) / 4] = imag; in wlc_lcnphy_samp_cap() 3575 strptr = 0x8000; in wlc_lcnphy_samp_cap() 3580 strptr += 4; in wlc_lcnphy_samp_cap()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/fbida/files/ |
| H A D | support-jpeg-turbo.patch | 777 + * *strptr is advanced over the digit string, and *result is set to its value. 781 +jt_read_integer (const char ** strptr, JDIMENSION * result) 783 + const char * ptr = *strptr; 790 + if (ptr == *strptr) 792 + *strptr = ptr;
|