Searched refs:cptr (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_pptp.c305 PptpCallId cptr; local
311 if ((cptr = AliasVerifyPptp(pip, &ctl_type)) == NULL)
325 GetAliasAddress(lnk), cptr->cid1);
335 cptr->cid1);
342 int accumulate = cptr->cid1;
345 cptr->cid1 = GetAliasPort(pptp_lnk);
349 accumulate -= cptr->cid1;
355 codes = (PptpCode) (cptr + 1);
360 cptr->cid2);
377 PptpCallId cptr; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DGenFw.c3150 CHAR8 *cptr; local
3168 for (cptr = Line; *cptr && isspace((int)*cptr); cptr++) {
3172 if ((strlen(cptr) != 0) && (*cptr != ';')) {
3183 if ((tolower((int)cptr[0]) == 'd') && (tolower((int)cptr[1]) == 'd') && isspace ((int)cptr[
[all...]
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_client.c1033 unsigned char *data_ptr = *ppData, *cptr; local
1046 cptr = cp->p + first*cp->stride;
1049 crMemcpy(data_ptr, cptr, count*cp->bytesPerIndex);
1056 crMemcpy(data_ptr, cptr, cp->bytesPerIndex);
1058 cptr += cp->stride;
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9003_eeprom.c3309 int cptr; local
3329 cptr = AR9300_BASE_ADDR_4K;
3331 cptr = AR9300_BASE_ADDR;
3333 "Trying EEPROM access at Address 0x%04x\n", cptr);
3334 if (ar9300_check_eeprom_header(ah, read, cptr))
3337 cptr = AR9300_BASE_ADDR_512;
3339 "Trying EEPROM access at Address 0x%04x\n", cptr);
3340 if (ar9300_check_eeprom_header(ah, read, cptr))
3344 cptr = AR9300_BASE_ADDR;
3346 "Trying OTP access at Address 0x%04x\n", cptr);
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c9286 xmlChar *cptr; local
9300 for (cptr = str->stringval; (ch=*cptr); ) {
9301 offset = xmlUTF8Strloc(from->stringval, cptr);
9309 xmlBufferAdd(target, cptr, xmlUTF8Strsize(cptr, 1));
9312 cptr++;
9323 if ( (*cptr++ & 0xc0) != 0x80 ) {
15058 xmlChar *cptr; local
15074 for (cptr
[all...]
H A Dnanoftp.c340 char *cptr; local
341 if ((cptr=strchr(uri->user, ':')) == NULL)
345 (cptr - uri->user));
346 ctxt->passwd = xmlMemStrdup(cptr+1);
H A Dxmlschemastypes.c2256 xmlChar *cptr = cval; local
2300 *cptr++ = *cur++;
2307 *cptr++ = *cur++;
2339 while ((len != integ) && (*(cptr-1) == '0')) {
2340 cptr--;
2348 *cptr = 0;
2349 cptr = cval;
2351 xmlSchemaParseUInt((const xmlChar **)&cptr,
H A DxmlIO.c2409 char *cptr, buff4[4]; local
2410 cptr = (char *) ((z_stream *)context)->next_in;
2412 if (strncmp(buff4, cptr, 4) == 0)

Completed in 301 milliseconds