Searched refs:timebuf (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/tools/testing/selftests/net/ |
| D | nettest.c | 140 static char *timestamp(char *timebuf, int buflen) in timestamp() argument 145 if (strftime(timebuf, buflen, "%T", localtime(&now)) == 0) { in timestamp() 146 memset(timebuf, 0, buflen); in timestamp() 147 strncpy(timebuf, "00:00:00", buflen-1); in timestamp() 150 return timebuf; in timestamp() 155 char timebuf[64]; in log_msg() local 162 timestamp(timebuf, sizeof(timebuf)), in log_msg() 173 char timebuf[64]; in log_error() local 180 timestamp(timebuf, sizeof(timebuf)), in log_error() 191 char timebuf[64]; in log_err_errno() local [all …]
|
| /Linux-v5.15/tools/testing/selftests/seccomp/ |
| D | seccomp_bpf.c | 699 struct tms timebuf; in TEST_SIGNAL() local 700 clock_t clock = times(&timebuf); in TEST_SIGNAL() 709 EXPECT_LE(clock, syscall(__NR_times, &timebuf)); in TEST_SIGNAL()
|