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

  /bionic/libc/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /ndk/build/platforms/android-4/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /ndk/build/platforms/android-5/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /ndk/build/platforms/android-5/arch-x86/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /external/ppp/pppd/plugins/rp-pppoe/
debug.c 95 char timebuf[256]; local
103 strftime(timebuf, 256, "%H:%M:%S", lt);
104 fprintf(fp, "%s.%03d %s PPPoE ", timebuf, millisec, dir);
  /external/blktrace/
blkparse_fmt.c 86 static char timebuf[128]; local
99 snprintf(timebuf, sizeof(timebuf),
105 return timebuf;

Completed in 278 milliseconds