/vbox/src/VBox/Devices/Network/slirp/libalias/ |
H A D | alias_irc.c | 175 char *sptr; local 193 sptr = (char *)pip; 194 sptr += hlen; 200 if (sptr[i] == '\001') 217 newpacket[iCopy++] = sptr[i++]; /* Copy the CTCP start 222 if (sptr[i + 0] != 'D') 224 if (sptr[i + 1] != 'C') 226 if (sptr[i + 2] != 'C') 228 if (sptr[i + 3] != ' ') 244 while (sptr[ [all...] |
H A D | alias_ftp.c | 256 char *sptr; local 267 sptr = (char *)pip; 268 sptr += hlen; 282 if (ParseFtpPortCommand(la, sptr, dlen)) 284 else if (ParseFtpEprtCommand(la, sptr, dlen)) 290 if (ParseFtp227Reply(la, sptr, dlen)) 292 else if (ParseFtp229Reply(la, sptr, dlen)) { 304 sptr = (char *)pip; /* start over at beginning */ 307 if (sptr[tlen - 2] == '\r' && sptr[tle 316 ParseFtpPortCommand(struct libalias *la, char *sptr, int dlen) argument 389 ParseFtpEprtCommand(struct libalias *la, char *sptr, int dlen) argument 479 ParseFtp227Reply(struct libalias *la, char *sptr, int dlen) argument 555 ParseFtp229Reply(struct libalias *la, char *sptr, int dlen) argument 660 char *sptr; local [all...] |
H A D | alias_nbt.c | 471 u_short *sptr; local 475 sptr = (u_short *) & (ndh->source_ip); 476 acc += *sptr++; 477 acc += *sptr; 478 sptr = (u_short *) alias_address; 479 acc -= *sptr++; 480 acc -= *sptr; 597 u_short *sptr; local 599 sptr = (u_short *) & (nb->addr); 600 acc = *sptr 663 u_short *sptr; local [all...] |
H A D | alias_proxy.c | 540 u_short *sptr; local 542 sptr = (u_short *) option; 545 accumulate -= *(sptr++); 547 sptr = (u_short *) pip; 548 accumulate += *sptr; 550 accumulate -= *sptr;
|
/vbox/src/libs/libpng-1.2.8/ |
H A D | pnggccrd.c | 1709 png_bytep sptr, dp; local 1716 /* point sptr at the last pixel in the pre-expanded row: */ 1717 sptr = row + (width - 1) * pixel_bytes; 1774 : "1" (sptr), // esi // input regs 1818 : "1" (sptr), // esi // input regs 1837 // sptr points at last pixel in pre-expanded row 1873 : "1" (sptr), // esi // input regs 1886 sptr -= width_mmx*3; 1893 png_memcpy(v, sptr, 3); 1899 sptr [all...] |
H A D | pngvcrd.c | 968 png_bytep sptr; local 977 sptr = png_ptr->row_buf + 1 + offset_table[png_ptr->pass]* 985 png_memcpy(dp, sptr, pixel_bytes); 986 sptr += incr1; 1203 png_bytep sptr, dp; local 1210 sptr = row + (width - 1) * pixel_bytes; 1230 mov esi, sptr 1265 mov esi, sptr 1299 mov esi, sptr 1327 sptr [all...] |
/vbox/src/libs/libxml2-2.6.31/ |
H A D | genUnicode.py | 309 sptr = "NULL" variable 316 sptr = "xml%sS" % name variable 334 % (name, numshort, numlong, sptr, lptr)) 353 xmlUnicodeRange *sptr; 359 sptr = tptr->table; 362 if ((cmp=strcmp(tname, sptr[mid].rangename)) == 0) 363 return (sptr[mid].func);
|
H A D | chvalid.c | 170 const xmlChSRange *sptr; local 179 sptr = rptr->shortRange; 182 if ((unsigned short) val < sptr[mid].low) { 185 if ((unsigned short) val > sptr[mid].high) {
|
H A D | xmlunicode.c | 948 xmlUnicodeRange *sptr; local 954 sptr = tptr->table; 957 if ((cmp=strcmp(tname, sptr[mid].rangename)) == 0) 958 return (sptr[mid].func);
|
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/ |
H A D | Xos_r.h | 419 struct servent *sptr; member in struct:__anon9656 431 (memcpy(&(sp).sent, (sp).sptr, sizeof(struct servent)), \ 432 strcpy((sp).s_name, (sp).sptr->s_name), \ 434 strcpy((sp).s_proto, (sp).sptr->s_proto), \ 436 ((sp).sptr = &(sp).sent), \ 450 (((sp).sptr = getservbyname((s),(p))) ? _Xg_copyServent(sp) : 0), \ 452 (sp).sptr )
|