HomeSort by relevance Sort by last modified time
    Searched refs:bufp (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/qemu/distrib/sdl-1.2.15/src/main/win32/
SDL_win32_main.c 81 char *bufp; local
86 for ( bufp = cmdline; *bufp; ) {
88 while ( isspace(*bufp) ) {
89 ++bufp;
92 if ( *bufp == '"' ) {
93 ++bufp;
94 if ( *bufp ) {
96 argv[argc] = bufp;
101 while ( *bufp && ( *bufp != '"' || (lastp && *lastp == '\\') ) )
275 char *bufp, *appname; local
337 wchar_t *bufp; local
340 char *bufp; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.c 38 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \
39 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
40 # define re_match(bufp, string, size, pos, regs) \
41 __re_match (bufp, string, size, pos, regs)
42 # define re_search(bufp, string, size, startpos, range, regs) \
43 __re_search (bufp, string, size, startpos, range, regs)
44 # define re_compile_pattern(pattern, length, bufp) \
45 __re_compile_pattern (pattern, length, bufp)
47 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \
48 __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop
    [all...]
  /system/core/include/cutils/
open_memstream.h 28 FILE* open_memstream(char** bufp, size_t* sizep);
  /external/elfutils/libcpu/
i386_data.h 124 d->bufp[(*d->bufcntp)++] = '%';
125 d->bufp[(*d->bufcntp)++] = ch;
126 d->bufp[(*d->bufcntp)++] = 's';
127 d->bufp[(*d->bufcntp)++] = ':';
162 char *bufp = d->bufp; local
204 memcpy (&bufp[*bufcntp], tmpbuf, n + 1);
278 memcpy (&bufp[*bufcntp], tmpbuf, n + 1);
376 memcpy (&bufp[*bufcntp], tmpbuf, cp - tmpbuf);
397 char *buf = d->bufp + *bufcntp
505 char *bufp = d->bufp; local
532 char *bufp = d->bufp; local
943 char *bufp = d->bufp; local
1022 char *bufp = d->bufp; local
1090 char *bufp = d->bufp; local
1359 char *bufp = d->bufp; local
1382 char *bufp = d->bufp; local
    [all...]
  /system/core/libcutils/
open_memstream.c 28 * - The values at "*bufp" and "*sizep" should be considered read-only,
38 * - After fclose(), the caller must eventually free(*bufp).
68 char** bufp; /* pointer to buffer pointer */ member in struct:__anon44118
106 stream->bufp, *stream->bufp, newSize));
107 char* newBuf = (char*) realloc(*stream->bufp, newSize);
111 *stream->bufp = newBuf;
134 memset(*stream->bufp + stream->eof, '\0',
139 memcpy(*stream->bufp + stream->offset, buf, size);
150 *(*stream->bufp + stream->offset), stream->offset))
    [all...]
  /external/elfutils/libasm/
disasm_str.c 60 GElf_Addr addr, const char *fmt, char **bufp, size_t len,
63 struct buffer buffer = { .buf = *bufp, .len = len };
67 *bufp = buffer.buf;
  /external/icu4c/test/letest/
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 = 0
    [all...]
  /external/libselinux/src/
init.c 33 char *bufp; local
56 while ((bufp = fgets(buf, sizeof buf - 1, fp)) != NULL) {
74 while ((bufp = fgets(buf, sizeof buf - 1, fp)) != NULL) {
90 if (bufp)
enabled.c 15 char *bufp; local
42 while ((bufp = fgets(buf, sizeof buf - 1, fp)) != NULL) {
49 if (!bufp)
  /external/openssl/crypto/asn1/
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];
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];
f_string.c 102 unsigned char *bufp; local
148 bufp=(unsigned char *)buf;
179 m=bufp[k+n];
  /external/qemu/distrib/sdl-1.2.15/src/main/macos/
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 && (*bufp != '"') )
    [all...]
  /bootable/recovery/mtdutils/
mounts.c 63 const char *bufp; local
114 bufp = buf;
124 matches = sscanf(bufp, "%63s %63s %63s %127s",
140 printf("matches was %d on <<%.40s>>\n", matches, bufp);
145 while (nbytes > 0 && *bufp != '\n') {
146 bufp++;
150 bufp++;
  /external/libppp/src/
vjcomp.c 117 u_char *bufp; local
128 bufp = MBUF_CTOP(bp);
129 len = sl_uncompress_tcp(&bufp, len, type, &ipcp->vj.cslc, &ipcp->vj.slstat,
147 bufp = work + MAX_HDR;
148 bp = mbuf_Read(bp, bufp, rlen);
149 len = sl_uncompress_tcp(&bufp, olen, type, &ipcp->vj.cslc, &ipcp->vj.slstat,
158 bp = m_prepend(bp, bufp, len, 0);
pred.c 181 u_char bufp[MAX_MTU + 2]; local
187 cp = bufp;
193 fcs = hdlc_Fcs(bufp, 2 + orglen);
196 len = compress(state, bufp + 2, wp, orglen);
204 memcpy(wp, bufp + 2, orglen);
223 u_char *bufp; local
229 pp = bufp = MBUF_CTOP(wp);
262 fcs = hdlc_Fcs(bufp, wp->m_len = pp - bufp);
slcompress.c 430 sl_uncompress_tcp(u_char ** bufp, int len, u_int type, struct slcompress *comp,
443 ip = (struct ip *) * bufp;
475 cp = *bufp;
557 len -= (cp - *bufp);
565 *bufp = cp - cs->cs_hlen;
579 memcpy(*bufp, &cs->cs_ip, cs->cs_hlen);
  /external/ppp/pppd/
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/qemu/distrib/sdl-1.2.15/src/stdlib/
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/
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 += strlen(bufp)
    [all...]
  /external/srec/srec/crec/
srec_debug.c 28 char *bufp = &buf[0]; local
35 bufp += sprintf(bufp, "%d,", awtoken->word);
38 if (bufp > &buf[0]) *(bufp - 1) = 0;
  /frameworks/base/cmds/installd/
commands.c 906 int bufp, bufe, bufi, readlen; local
937 bufp = 0;
942 bufi = bufp;
948 ALOGV("Processing line: %s\n", buf+bufp);
950 while (bufp < bufi && isspace(buf[bufp])) {
952 bufp++;
954 if (buf[bufp] == '#' || bufp == bufi) {
959 UPDATE_COMMANDS_DIR_PREFIX, name, buf+bufp);
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu.c 1187 char *bufp, *countptr;
1202 bufp = buf;
1203 memset(bufp, 0, DHD_IOCTL_MAXLEN);
1204 strcpy(bufp, "sprom");
1205 bufp += strlen("sprom") + 1;
1216 memcpy(bufp, &offset, sizeof(int));
1217 bufp += sizeof(int);
1218 memcpy(bufp, &bytes, sizeof(int));
1219 bufp += sizeof(int);
1221 if (!ISALIGNED((uintptr)bufp, sizeof(uint16)))
1425 char *bufp; local
1494 char *bufp; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 1208 char *bufp, *countptr;
1223 bufp = buf;
1224 memset(bufp, 0, DHD_IOCTL_MAXLEN);
1225 strcpy(bufp, "sprom");
1226 bufp += strlen("sprom") + 1;
1237 memcpy(bufp, &offset, sizeof(int));
1238 bufp += sizeof(int);
1239 memcpy(bufp, &bytes, sizeof(int));
1240 bufp += sizeof(int);
1242 if (!ISALIGNED((uintptr)bufp, sizeof(uint16)))
1446 char *bufp; local
1547 char *bufp; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
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); \

Completed in 1366 milliseconds

1 2 3 4