HomeSort by relevance Sort by last modified time
    Searched refs:tbuf (Results 26 - 28 of 28) sorted by null

12

  /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/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/openssl/apps/
apps.c 2411 unsigned char tbuf[1024]; local
    [all...]

Completed in 739 milliseconds

12