HomeSort by relevance Sort by last modified time
    Searched full:tbuf (Results 26 - 50 of 76) sorted by null

12 3 4

  /external/webkit/Source/WebCore/loader/
FTPDirectoryParser.cpp 125 char tbuf[4]; local
558 tbuf[0] = p[0];
559 tbuf[1] = toASCIILower(p[1]);
560 tbuf[2] = toASCIILower(p[2]);
564 if (tbuf[0] == month_names[pos+0] &&
565 tbuf[1] == month_names[pos+1] &&
566 tbuf[2] == month_names[pos+2])
    [all...]
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c     [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c     [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c     [all...]
  /external/mksh/src/
expr.c 254 char tbuf[2]; local
271 tbuf[0] = *es->tokp;
272 tbuf[1] = '\0';
273 s = tbuf;
misc.c 610 char tbuf[64]; local
611 char *t = len <= sizeof(tbuf) ? tbuf : alloc(len, ATEMP);
    [all...]
  /external/quake/quake/src/QW/client/
console.c 158 char tbuf[CON_TEXTSIZE]; local
188 Q_memcpy (tbuf, con->text, CON_TEXTSIZE);
196 tbuf[((con->current - i + oldtotallines) %
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 1329 u8 tbuf[IW_PRIV_SIZE_MASK]; \/* max size is 2047 bytes *\/ local
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 107 char *tbuf; local
113 tbuf = (char *) realloc(*pbuf, minlen);
114 dprintf( ("adjbuf %s: %d %d (pbuf=%p, tbuf=%p)\n", whatrtn, *psiz, minlen, *pbuf, tbuf) );
115 if (tbuf == NULL) {
120 *pbuf = tbuf;
123 *pbptr = tbuf + boff;
    [all...]
  /bionic/libc/netbsd/net/
getaddrinfo.c 1309 char tbuf[MAXDNAME]; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_old.cpp 509 TBuf<16> FooName(TInt aFoo)
511 TBuf<16> b;
SDL_epocvideo.cpp 72 TBuf<128> error;
dsa.cpp 963 TBuf<16> FooName(TInt aFoo)
965 TBuf<16> b;
dsa_new.cpp 722 TBuf<16> FooName(TInt aFoo)
724 TBuf<16> b;
  /external/ppp/pppd/
eap.c 319 char tbuf[9]; local
330 strftime(tbuf, sizeof (tbuf), "%Y%m%d", tp);
331 SHA1Update(&ctxt, tbuf, strlen(tbuf));
    [all...]
  /external/icu4c/test/cintltst/
callcoll.c 236 uint8_t sBuf[16384], tBuf[16384];
249 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status);
256 partialSKResult = memcmp(sBuf, tBuf, pieceSize);
    [all...]
  /external/libpng/
pngwrite.c 447 struct tm *tbuf; local
451 tbuf = gmtime(&ttime);
452 png_convert_from_struct_tm(ptime, tbuf);
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwrite.c 414 struct tm *tbuf; local
417 tbuf = gmtime(&ttime);
418 png_convert_from_struct_tm(ptime, tbuf);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocvideo.cpp 80 TBuf<128> error;
267 TBuf<32> winGroupName;
857 TBuf<32> name;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
sdlexe.cpp 582 TBuf<256> buffer;
SDL_main.cpp 49 TBuf<64> b;
  /external/webkit/Tools/android/flex-2.5.4a/
gen.c 1346 outn( "\t\t\tbuf[n] = (char) c; \\" );
1348 outn( "\t\t\tbuf[n++] = (char) c; \\" );
    [all...]
  /external/skia/legacy/src/opts/
SkBlitRow_opts_arm.cpp 1420 char tbuf[32]; local
1433 char tbuf[32]; local
    [all...]
  /external/openssl/apps/
apps.c 2414 unsigned char tbuf[1024]; local
    [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]

Completed in 650 milliseconds

12 3 4