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

  /external/ltp/testcases/kernel/syscalls/pselect/
pselect02.c 38 static struct timespec time_buf; variable in typeref:struct:timespec
48 {128, NULL, &time_buf, EINVAL},
92 time_buf.tv_sec = -1;
93 time_buf.tv_nsec = 0;
  /external/libchrome/base/time/
pr_time_unittest.cc 79 char time_buf[64] = {}; local
82 asctime_s(time_buf, arraysize(time_buf), &local_time);
85 asctime_r(&local_time, time_buf);
91 PRStatus result = PR_ParseTimeString(time_buf, PR_FALSE, &parsed_time);
time_unittest.cc 310 char time_buf[64] = {}; local
313 asctime_s(time_buf, arraysize(time_buf), &local_time);
316 asctime_r(&local_time, time_buf);
320 EXPECT_TRUE(Time::FromString(time_buf, &parsed_time));
    [all...]
  /external/tcpdump/
print-ntp.c 366 char time_buf[128]; local
369 strftime(time_buf, sizeof (time_buf), "%Y/%m/%d %H:%M:%S", tm);
370 ND_PRINT((ndo, " (%s)", time_buf));

Completed in 564 milliseconds