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

  /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);
  /frameworks/base/libs/common_time/
utils.cpp 134 char timebuf[64]; local
140 strftime(timebuf, sizeof(timebuf), kTimeFmt, &t);
144 timebuf,
152 strftime(timebuf, sizeof(timebuf), kTimeFmt, &t);
154 i, timebuf,
  /external/blktrace/
blkparse_fmt.c 86 static char timebuf[128]; local
99 snprintf(timebuf, sizeof(timebuf),
105 return timebuf;
  /external/fio/
gclient.c 123 char tmp[64], timebuf[80]; local
128 sprintf(timebuf, "%s.%03ld", tmp, (long) p->log_usec / 1000);
133 gtk_list_store_set(ui->log_model, &iter, 0, timebuf, -1);
    [all...]

Completed in 125 milliseconds