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

1 2

  /external/libselinux/src/
enabled.c 15 char *bufp; local
41 while ((bufp = fgets(buf, sizeof buf - 1, fp)) != NULL) {
48 if (!bufp)
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)
  /external/qemu/distrib/libselinux/src/
enabled.c 15 char *bufp; local
41 while ((bufp = fgets(buf, sizeof buf - 1, fp)) != NULL) {
48 if (!bufp)
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)
  /external/chromium_org/third_party/openssl/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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-x86-amd64.c 72 elf_x86_amd64_write_symtab_entry(unsigned char *bufp,
77 YASM_WRITE_32_L(bufp, entry->name ? entry->name->index : 0);
78 YASM_WRITE_8(bufp, ELF64_ST_INFO(entry->bind, entry->type));
79 YASM_WRITE_8(bufp, ELF64_ST_OTHER(entry->vis));
85 YASM_WRITE_16_L(bufp, shead->index);
87 YASM_WRITE_16_L(bufp, entry->index);
89 YASM_WRITE_64I_L(bufp, value_intn);
90 YASM_WRITE_64I_L(bufp, size_intn);
94 elf_x86_amd64_write_secthead(unsigned char *bufp, elf_secthead *shead)
96 YASM_WRITE_32_L(bufp, shead->name ? shead->name->index : 0)
214 unsigned char *bufp = *bufpp; local
    [all...]
elf-x86-x86.c 77 elf_x86_x86_write_symtab_entry(unsigned char *bufp,
82 YASM_WRITE_32_L(bufp, entry->name ? entry->name->index : 0);
83 YASM_WRITE_32I_L(bufp, value_intn);
84 YASM_WRITE_32I_L(bufp, size_intn);
86 YASM_WRITE_8(bufp, ELF32_ST_INFO(entry->bind, entry->type));
87 YASM_WRITE_8(bufp, ELF32_ST_OTHER(entry->vis));
93 YASM_WRITE_16_L(bufp, shead->index);
95 YASM_WRITE_16_L(bufp, entry->index);
100 elf_x86_x86_write_secthead(unsigned char *bufp, elf_secthead *shead)
102 YASM_WRITE_32_L(bufp, shead->name ? shead->name->index : 0)
203 unsigned char *bufp = *bufpp; local
    [all...]
  /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];
  /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:__anon81199
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...]
  /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++;
mtdutils.c 74 const char *bufp; local
129 bufp = buf;
137 matches = sscanf(bufp, "mtd%d: %x %x \"%63[^\"]",
157 while (nbytes > 0 && *bufp != '\n') {
158 bufp++;
162 bufp++;
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_video.c 47 char bufp[BUFF_SIZE_128]; local
55 snprintf(bufp, BUFF_SIZE_128, "/data/v_%d.yuv", v_cnt);
59 file_fdp = open(bufp, O_RDWR | O_CREAT, 0777);
62 CDBG("cannot open file %s\n", bufp);
66 CDBG("%s:dump frame to '%s'\n", __func__, bufp);
mm_qcamera_snapshot.c 63 char bufp[BUFF_SIZE_128]; local
68 snprintf(bufp, BUFF_SIZE_128, "/data/main_raw_%d.yuv", raw_snapshot_cnt);
71 snprintf(bufp, BUFF_SIZE_128, "/data/main_%d.yuv", snapshot_cnt);
73 snprintf(bufp, BUFF_SIZE_128, "/data/thumb_%d.yuv", snapshot_cnt);
77 file_fdp = open(bufp, O_RDWR | O_CREAT, 0777);
80 CDBG("cannot open file %s\n", bufp);
84 CDBG("%s:dump snapshot frame to '%s'\n", __func__, bufp);
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_video.c 55 char bufp[BUFF_SIZE_128]; local
63 snprintf(bufp, BUFF_SIZE_128, "/data/v_%d.yuv", v_cnt);
67 file_fdp = open(bufp, O_RDWR | O_CREAT, 0777);
70 CDBG("cannot open file %s\n", bufp);
74 CDBG("%s:dump frame to '%s'\n", __func__, bufp);
  /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;
  /external/libpcap/
pcap-libdlpi.c 306 u_char *bufp; local
312 bufp = p->bp;
328 bufp = p->buffer + p->offset;
330 retv = dlpi_recv(pd->dlpi_hd, NULL, NULL, bufp,
350 return (pcap_process_pkts(p, callback, user, count, bufp, len));
  /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/chromium_org/third_party/icu/source/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/icu/icu4c/source/test/letest/
gendata.cpp 100 le_int32 bufp = 0; local
105 if (i % 8 == 0 && bufp != 0) {
107 bufp = 0;
110 bufp += sprintf(&lineBuffer[bufp], "0x%8.8X, ", longs[i]);
113 if (bufp != 0) {
114 lineBuffer[bufp - 2] = '\0';
123 le_int32 bufp = 0; local
128 if (i % 8 == 0 && bufp != 0) {
130 bufp = 0
    [all...]
  /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...]
  /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...]

Completed in 2350 milliseconds

1 2