/external/qemu/distrib/sdl-1.2.12/src/main/win32/ |
H A D | SDL_win32_main.c | 59 char *bufp; local 63 for ( bufp = cmdline; *bufp; ) { 65 while ( isspace(*bufp) ) { 66 ++bufp; 69 if ( *bufp == '"' ) { 70 ++bufp; 71 if ( *bufp ) { 73 argv[argc] = bufp; 78 while ( *bufp 177 char *bufp, *appname; local 238 wchar_t *bufp; local 241 char *bufp; local [all...] |
/external/chromium/third_party/icu/source/test/letest/ |
H A D | gendata.cpp | 68 le_int32 bufp = 0; local 73 if (i % 8 == 0 && bufp != 0) { 75 bufp = 0; 78 bufp += sprintf(&lineBuffer[bufp], "0x%8.8X, ", longs[i]); 81 if (bufp != 0) { 82 lineBuffer[bufp - 2] = '\0'; 91 le_int32 bufp = 0; local 96 if (i % 8 == 0 && bufp != 0) { 98 bufp [all...] |
/external/icu4c/test/letest/ |
H A D | gendata.cpp | 68 le_int32 bufp = 0; local 73 if (i % 8 == 0 && bufp != 0) { 75 bufp = 0; 78 bufp += sprintf(&lineBuffer[bufp], "0x%8.8X, ", longs[i]); 81 if (bufp != 0) { 82 lineBuffer[bufp - 2] = '\0'; 91 le_int32 bufp = 0; local 96 if (i % 8 == 0 && bufp != 0) { 98 bufp [all...] |
/external/openssl/crypto/asn1/ |
H A D | f_enum.c | 104 unsigned char *bufp; local 135 bufp=(unsigned char *)buf; 139 if ((bufp[0] == '0') && (buf[1] == '0')) 141 bufp+=2; 174 m=bufp[k+n];
|
H A D | f_int.c | 108 unsigned char *bufp; local 148 bufp=(unsigned char *)buf; 152 if ((bufp[0] == '0') && (buf[1] == '0')) 154 bufp+=2; 186 m=bufp[k+n];
|
H A D | f_string.c | 102 unsigned char *bufp; local 148 bufp=(unsigned char *)buf; 179 m=bufp[k+n];
|
/external/qemu/distrib/sdl-1.2.12/src/main/macos/ |
H A D | SDL_main.c | 82 char *bufp; local 86 for ( bufp = cmdline; *bufp; ) { 88 while ( SDL_isspace(*bufp) ) { 89 ++bufp; 92 if ( *bufp == '"' ) { 93 ++bufp; 94 if ( *bufp ) { 96 argv[argc] = bufp; 101 while ( *bufp [all...] |
/external/ppp/pppd/ |
H A D | cbcp.c | 369 u_char *bufp = buf; local 388 PUTCHAR(CB_CONF_USER, bufp); 390 PUTCHAR(len , bufp); 391 PUTCHAR(5, bufp); /* delay */ 392 PUTCHAR(1, bufp); 393 BCOPY(us->us_number, bufp, slen + 1); 400 PUTCHAR(CB_CONF_ADMIN, bufp); 402 PUTCHAR(len, bufp); 403 PUTCHAR(5, bufp); /* delay */ 410 PUTCHAR(CB_CONF_NO, bufp); [all...] |
/external/clearsilver/util/regex/ |
H A D | regex.c | 844 print_compiled_pattern (bufp) 845 struct re_pattern_buffer *bufp; 847 unsigned char *buffer = bufp->buffer; 849 print_partial_compiled_pattern (buffer, buffer + bufp->used); 850 printf ("%d bytes used/%d bytes allocated.\n", bufp->used, bufp->allocated); 852 if (bufp->fastmap_accurate && bufp->fastmap) 855 print_fastmap (bufp->fastmap); 858 printf ("re_nsub: %d\t", bufp [all...] |
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
H A D | SDL_string.c | 384 char *bufp = string; local 385 while ( *bufp ) { 386 *bufp = SDL_toupper((unsigned char) *bufp); 387 ++bufp; 396 char *bufp = string; local 397 while ( *bufp ) { 398 *bufp = SDL_tolower((unsigned char) *bufp); 399 ++bufp; 421 const char *bufp = string + SDL_strlen(string) - 1; local 459 char *bufp = string; local 489 char *bufp = string; local 557 char *bufp = string; local 587 char *bufp = string; local [all...] |
/external/openssl/crypto/ |
H A D | mem_dbg.c | 667 char *bufp = buf; local 673 #define BUF_REMAIN (sizeof buf - (size_t)(bufp - buf)) 682 BIO_snprintf(bufp, BUF_REMAIN, "[%02d:%02d:%02d] ", 684 bufp += strlen(bufp); 687 BIO_snprintf(bufp, BUF_REMAIN, "%5lu file=%s, line=%d, ", 689 bufp += strlen(bufp); 693 BIO_snprintf(bufp, BUF_REMAIN, "thread=%lu, ", 695 bufp [all...] |
/external/srec/srec/crec/ |
H A D | srec_debug.c | 28 char *bufp = &buf[0]; local 35 bufp += sprintf(bufp, "%d,", awtoken->word); 38 if (bufp > &buf[0]) *(bufp - 1) = 0;
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
H A D | SDL_blit.h | 233 Uint16 *bufp; \ 236 bufp = (Uint16 *)buf; \ 238 *bufp = Pixel | (*bufp & Amask); \ 256 Uint32 *bufp; \ 259 bufp = (Uint32 *)buf; \ 261 *bufp = Pixel | (*bufp & Amask); \
|
/external/bluetooth/glib/tests/ |
H A D | gio-test.c | 73 char *bufp = buffer; local 81 error = g_io_channel_read (channel, bufp, left, &nb); 96 bufp += nb;
|
/external/ppp/pppd/plugins/rp-pppoe/ |
H A D | if.c | 75 void dlinfoack(int fd, char *bufp); 78 void dlokack(int fd, char *bufp); 79 void dlbindack(int fd, char *bufp); 833 void dlinfoack(int fd, char *bufp) argument 841 ctl.buf = bufp; 907 void dlokack(int fd, char *bufp) argument 915 ctl.buf = bufp; 939 void dlbindack(int fd, char *bufp) argument 947 ctl.buf = bufp;
|
/external/libpcap/ |
H A D | pcap-dlpi.c | 1141 recv_ack(int fd, int size, const char *what, char *bufp, char *ebuf, int *uerror) argument 1156 ctl.buf = bufp; 1447 dlbindack(int fd, char *bufp, char *ebuf, int *uerror) argument 1450 return (recv_ack(fd, DL_BIND_ACK_SIZE, "bind", bufp, ebuf, uerror)); 1465 dlokack(int fd, const char *what, char *bufp, char *ebuf) argument 1468 return (recv_ack(fd, DL_OK_ACK_SIZE, what, bufp, ebuf, NULL)); 1483 dlinfoack(int fd, char *bufp, char *ebuf) argument 1486 return (recv_ack(fd, DL_INFO_ACK_SIZE, "info", bufp, ebuf, NULL));
|
/external/chromium/third_party/icu/source/tools/genrb/ |
H A D | derb.c | 421 char *bufp = buf, *bufend = buf + sizeof(buf) - 1 ; local 423 ucnv_fromUnicode(converter, &bufp, bufend, &str, strEnd, 0, 0, &err); 424 *bufp = 0; 441 UChar *bufp = buf, *bufend = buf + (sizeof(buf)/sizeof(buf[0])) - 1 ; local 443 ucnv_toUnicode(defaultConverter, &bufp, bufend, &str, strEnd, 0, 0, &err); 444 *bufp = 0; 446 printString(out, converter, buf, (int32_t)(bufp - buf));
|
/external/icu4c/tools/genrb/ |
H A D | derb.c | 421 char *bufp = buf, *bufend = buf + sizeof(buf) - 1 ; local 423 ucnv_fromUnicode(converter, &bufp, bufend, &str, strEnd, 0, 0, &err); 424 *bufp = 0; 441 UChar *bufp = buf, *bufend = buf + (sizeof(buf)/sizeof(buf[0])) - 1 ; local 443 ucnv_toUnicode(defaultConverter, &bufp, bufend, &str, strEnd, 0, 0, &err); 444 *bufp = 0; 446 printString(out, converter, buf, (int32_t)(bufp - buf));
|
/external/icu4c/extra/uconv/ |
H A D | uconv.cpp | 623 char *bufp; local 939 // Again 'bufp' will be placed behind the last converted character 947 bufp = outbuf; 952 ucnv_fromUnicode(convto, &bufp, outbuf + bufsz, 1007 ferroffset = (int32_t)(outfoffset + (bufp - outbuf)); 1047 size_t outlen = (size_t) (bufp - outbuf);
|
/external/ipsec-tools/src/racoon/ |
H A D | privsep.c | 102 privsep_recv(sock, bufp, lenp) 104 struct privsep_com_msg **bufp; 111 *bufp = NULL; 158 *bufp = (struct privsep_com_msg *)combuf;
|
/external/kernel-headers/original/linux/ |
H A D | tty.h | 284 extern int tty_read_raw_data(struct tty_struct *tty, unsigned char *bufp,
|
H A D | soundcard.h | 1203 unsigned char *bufp=buf;\ 1209 _seqbuf[_seqbufptr+ii+2] = bufp[ii];\
|