Searched refs:t1 (Results 1 - 2 of 2) sorted by relevance
/sendmail/libsm/ |
H A D | b-strl.c | 69 struct timeval t1, t2; 113 if (gettimeofday(&t1, NULL) < 0) 122 printf("\tstrlcat() result: %ld seconds\n", one = toseconds(t2, t1)); 124 if (gettimeofday(&t1, NULL) < 0) 133 printf("\tsm_strlcat() result: %ld seconds\n", two = toseconds(t2, t1)); 154 if (gettimeofday(&t1, NULL) < 0) 163 printf("\tstrlcpy() result: %ld seconds\n", one = toseconds(t2, t1)); 165 if (gettimeofday(&t1, NULL) < 0) 174 printf("\tsm_strlcpy() result: %ld seconds\n", two = toseconds(t2, t1));
|
H A D | b-strcmp.c | 55 struct timeval t1, t2; local 105 if (gettimeofday(&t1, NULL) < 0) 111 one = toseconds(t2, t1); 116 if (gettimeofday(&t1, NULL) < 0) 122 two = toseconds(t2, t1);
|
Completed in 129 milliseconds