Searched defs:buff (Results 101 - 125 of 192) sorted by relevance

12345678

/external/chromium_org/sandbox/win/src/
H A Dipc_unittest.cc617 void* buff = client.GetBuffer(); local
618 ASSERT_TRUE(NULL != buff);
629 EXPECT_TRUE(SharedMemIPCServer::InvokeCallback(&srv_control, buff,
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dldo.c616 Mbuffer buff; /* dynamic structure used by the scanner */ member in struct:SParser
639 cl = luaU_undump(L, p->z, &p->buff, p->name);
643 cl = luaY_parser(L, p->z, &p->buff, &p->dyd, p->name, c);
663 luaZ_initbuffer(L, &p.buff);
665 luaZ_freebuffer(L, &p.buff);
H A Dloadlib.c169 char buff[MAX_PATH + 1]; local
171 DWORD nsize = sizeof(buff)/sizeof(char);
172 DWORD n = GetModuleFileNameA(NULL, buff, nsize);
173 if (n == 0 || n == nsize || (lb = strrchr(buff, '\\')) == NULL)
177 luaL_gsub(L, lua_tostring(L, -1), LUA_EXEC_DIR, buff);
H A Dlauxlib.c565 char buff[LUAL_BUFFERSIZE]; /* area for reading file */ member in struct:LoadF
581 *size = fread(lf->buff, 1, sizeof(lf->buff), lf->f); /* read block */
583 return lf->buff;
603 lf->buff[lf->n++] = c; /* to be read by the parser */
646 lf.buff[lf.n++] = '\n'; /* add line to correct line numbers */
653 lf.buff[lf.n++] = c; /* 'c' is the first character of the stream */
682 LUALIB_API int luaL_loadbufferx (lua_State *L, const char *buff, size_t size, argument
685 ls.s = buff;
H A Dlstate.h138 Mbuffer buff; /* temporary buffer for string concatenation */ member in struct:global_State
H A Dlstrlib.c843 char buff[10]; local
845 sprintf(buff, "\\%d", (int)uchar(*s));
847 sprintf(buff, "\\%03d", (int)uchar(*s));
848 luaL_addstring(b, buff);
907 char *buff = luaL_prepbuffsize(&b, MAX_ITEM); /* to put formatted item */ local
914 nb = sprintf(buff, form, luaL_checkint(L, arg));
924 nb = sprintf(buff, form, ni);
934 nb = sprintf(buff, form, ni);
943 nb = sprintf(buff, form, (LUA_FLTFRM_T)luaL_checknumber(L, arg));
960 nb = sprintf(buff, for
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cc142 char buff[17]; local
143 if (prctl(PR_GET_NAME, (unsigned long)buff, 0, 0, 0)) // NOLINT
145 internal_strncpy(name, buff, max_len);
H A Dsanitizer_symbolizer_posix_libcdep.cc77 char *buff; local
78 const char *ret = ExtractToken(str, delims, &buff);
79 if (buff != 0) {
80 *result = (int)internal_atoll(buff);
82 InternalFree(buff);
88 char *buff; local
89 const char *ret = ExtractToken(str, delims, &buff);
90 if (buff != 0) {
91 *result = (uptr)internal_atoll(buff);
93 InternalFree(buff);
[all...]
/external/dnsmasq/src/
H A Ddhcp.c722 char *buff = daemon->namebuff; local
755 while (fgets(buff, MAXDNAME, f))
761 while (strlen(buff) > 0 && isspace((int)buff[strlen(buff)-1]))
762 buff[strlen(buff)-1] = 0;
764 if ((*buff == '#') || (*buff == '+') || (*buff
[all...]
H A Ddnsmasq.c1185 unsigned char *buff; local
1210 buff = tcp_request(confd, now, dst_addr_4, iface->netmask);
1215 if (buff)
1216 free(buff);
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_dm.c884 char buff[300]; local
886 buff[0] = 0;
894 strcat(buff, tmp);
896 HAL_TRACE_DEBUG2 ("nfc_hal_dm_send_bt_cmd (): HCI Write (%d bytes): %s", len, buff);
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_utils.c326 char buff[100]; local
329 pipe_id, nfa_hciu_get_type_inst_names (pipe_id, type, instruction, buff), msg_len);
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftmac.c544 UInt8 buff[PATH_MAX]; local
556 buff, sizeof ( buff ) );
/external/qemu/android/camera/
H A Dcamera-capture-linux.c992 void* buff = cd->framebuffers[0].data; local
995 read(cd->handle, buff + total_read_bytes,
1011 return convert_frame(buff, cd->actual_pixel_format.pixelformat,
/external/qemu/android/
H A Dhw-sensors.c371 char buff[12]; local
380 snprintf(buff, sizeof buff, "%d", mask);
381 _hwSensorClient_send(cl, (const uint8_t*)buff, strlen(buff));
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_sysevents.c834 char buff[8]; local
838 if (GetLocaleInfo(lcid, LOCALE_IDEFAULTANSICODEPAGE, buff, sizeof(buff))) {
839 cp = SDL_atoi(buff);
/external/qemu/telephony/
H A Dsysdeps_posix.c235 char* buff = buffer; local
241 int len = read(channel->fd, buff, size);
249 buff += len;
260 const char* buff = buffer; local
266 int len = write(channel->fd, buff, size);
274 buff += len;
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dt1_enc.c1170 unsigned char buff[SSL_MAX_MASTER_KEY_LENGTH]; local
1186 s->session->master_key,buff,sizeof buff); local
1226 unsigned char *buff; local
1235 buff = OPENSSL_malloc(olen);
1236 if (buff == NULL) goto err2;
1292 out,buff,olen);
1306 if (buff != NULL) OPENSSL_free(buff);
/external/clang/test/Analysis/
H A Dmisc-ps-region-store.cpp374 char buff[40], *p; local
376 p = buff;
383 while (p != buff);
/external/compiler-rt/lib/asan/
H A Dasan_report.cc287 const char *ThreadNameWithParenthesis(AsanThreadContext *t, char buff[], argument
291 buff[0] = 0;
292 internal_strncat(buff, " (", 3);
293 internal_strncat(buff, name, buff_len - 4);
294 internal_strncat(buff, ")", 2);
295 return buff;
298 const char *ThreadNameWithParenthesis(u32 tid, char buff[], argument
303 return ThreadNameWithParenthesis(t, buff, buff_len);
/external/compiler-rt/lib/asan/tests/
H A Dasan_test.cc291 char buff[1024]; local
292 sprintf(buff, "is located 1 bytes to the left of %lu-byte", (long)size);
293 EXPECT_DEATH(Ident((char*)malloc(size))[-1] = 0, buff); local
/external/libnfc-nci/src/nfa/ee/
H A Dnfa_ee_act.c97 char buff[100]; local
99 buff[0] = 0;
107 yy += sprintf (&buff[yy], "%02x ", *p);
110 NFA_TRACE_DEBUG4 ("%s id:0x%x len=%d aid:%s", p_str, id, aid_len, buff);
/external/libnfc-nci/src/nfc/tags/
H A Drw_i93.c2050 UINT8 flags, xx, length_offset, buff[I93_MAX_BLOCK_LENGH]; local
2156 memset (buff, I93_ICODE_TLV_TYPE_NULL, p_i93->block_size);
2157 memcpy (buff, p, xx);
2158 p = buff;
2164 buff[xx] = I93_ICODE_TLV_TYPE_TERM;
2183 memset (buff, I93_ICODE_TLV_TYPE_NULL, p_i93->block_size);
2184 buff[0] = I93_ICODE_TLV_TYPE_TERM;
2185 p = buff;
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp220 ReadOperation(lldb::addr_t addr, void *buff, size_t size, argument
222 : m_addr(addr), m_buff(buff), m_size(size),
250 WriteOperation(lldb::addr_t addr, const void *buff, size_t size, argument
252 : m_addr(addr), m_buff(buff), m_size(size),
/external/openssl/ssl/
H A Dt1_enc.c1100 unsigned char buff[SSL_MAX_MASTER_KEY_LENGTH]; local
1128 s->session->master_key,buff,sizeof buff); local
1150 unsigned char *buff; local
1159 buff = OPENSSL_malloc(olen);
1160 if (buff == NULL) goto err2;
1216 out,buff,olen);
1230 if (buff != NULL) OPENSSL_free(buff);

Completed in 664 milliseconds

12345678