HomeSort by relevance Sort by last modified time
    Searched refs:fbuf (Results 1 - 4 of 4) sorted by null

  /external/icu4c/tools/tzcode/
scheck.c 21 register char * fbuf; local
31 fbuf = imalloc((int) (2 * strlen(format) + 4));
32 if (fbuf == NULL)
35 tp = fbuf;
59 if (sscanf(string, fbuf, &dummy) != 1)
61 ifree(fbuf);
  /system/netd/
SoftapController.cpp 287 char *fbuf = NULL; local
301 asprintf(&fbuf, "%swpa=1\nwpa_pairwise=TKIP CCMP\nwpa_psk=%s\n", wbuf, psk_str);
304 asprintf(&fbuf, "%swpa=2\nrsn_pairwise=CCMP\nwpa_psk=%s\n", wbuf, psk_str);
306 asprintf(&fbuf, "%s", wbuf);
309 asprintf(&fbuf, "%s", wbuf);
316 free(fbuf);
319 if (write(fd, fbuf, strlen(fbuf)) < 0) {
325 free(fbuf);
  /device/samsung/crespo/libhwcomposer/
SecHWCUtils.cpp 270 struct v4l2_framebuffer fbuf; local
299 if (ioctl (fd, VIDIOC_G_FBUF, &fbuf) < 0) {
304 fbuf.base = (void *)addr;
305 fbuf.fmt.width = dst->full_width;
306 fbuf.fmt.height = dst->full_height;
307 fbuf.fmt.pixelformat = dst->color_space;
308 if (ioctl (fd, VIDIOC_S_FBUF, &fbuf) < 0) {
  /external/valgrind/main/exp-ptrcheck/
h_main.c 2111 Char fbuf[100]; local
    [all...]

Completed in 132 milliseconds