Symbol: h_pass
tests/lib/libc/time/t_strptime.c
216
h_pass("Tue Jan 20 23:27:46 1998", "%a %b %d %T %Y",
tests/lib/libc/time/t_strptime.c
218
h_pass("Tue Jan 20 23:27:46 1998", "%a %b %d %H:%M:%S %Y",
tests/lib/libc/time/t_strptime.c
220
h_pass("Tue Jan 20 23:27:46 1998", "%c",
tests/lib/libc/time/t_strptime.c
222
h_pass("Fri Mar 4 20:05:34 2005", "%a %b %e %H:%M:%S %Y",
tests/lib/libc/time/t_strptime.c
224
h_pass("5\t3 4 8pm:05:34 2005", "%w%n%m%t%d%n%k%p:%M:%S %Y",
tests/lib/libc/time/t_strptime.c
226
h_pass("Fri Mar 4 20:05:34 2005", "%c",
tests/lib/libc/time/t_strptime.c
242
h_pass("Sun", "%a", 3, -1, -1, -1, -1, -1, -1, 0, -1);
tests/lib/libc/time/t_strptime.c
243
h_pass("Sunday", "%a", 6, -1, -1, -1, -1, -1, -1, 0, -1);
tests/lib/libc/time/t_strptime.c
244
h_pass("Mon", "%a", 3, -1, -1, -1, -1, -1, -1, 1, -1);
tests/lib/libc/time/t_strptime.c
245
h_pass("Monday", "%a", 6, -1, -1, -1, -1, -1, -1, 1, -1);
tests/lib/libc/time/t_strptime.c
246
h_pass("Tue", "%a", 3, -1, -1, -1, -1, -1, -1, 2, -1);
tests/lib/libc/time/t_strptime.c
247
h_pass("Tuesday", "%a", 7, -1, -1, -1, -1, -1, -1, 2, -1);
tests/lib/libc/time/t_strptime.c
248
h_pass("Wed", "%a", 3, -1, -1, -1, -1, -1, -1, 3, -1);
tests/lib/libc/time/t_strptime.c
249
h_pass("Wednesday", "%a", 9, -1, -1, -1, -1, -1, -1, 3, -1);
tests/lib/libc/time/t_strptime.c
250
h_pass("Thu", "%a", 3, -1, -1, -1, -1, -1, -1, 4, -1);
tests/lib/libc/time/t_strptime.c
251
h_pass("Thursday", "%a", 8, -1, -1, -1, -1, -1, -1, 4, -1);
tests/lib/libc/time/t_strptime.c
252
h_pass("Fri", "%a", 3, -1, -1, -1, -1, -1, -1, 5, -1);
tests/lib/libc/time/t_strptime.c
253
h_pass("Friday", "%a", 6, -1, -1, -1, -1, -1, -1, 5, -1);
tests/lib/libc/time/t_strptime.c
254
h_pass("Sat", "%a", 3, -1, -1, -1, -1, -1, -1, 6, -1);
tests/lib/libc/time/t_strptime.c
255
h_pass("Saturday", "%a", 8, -1, -1, -1, -1, -1, -1, 6, -1);
tests/lib/libc/time/t_strptime.c
256
h_pass("Saturn", "%a", 3, -1, -1, -1, -1, -1, -1, 6, -1);
tests/lib/libc/time/t_strptime.c
258
h_pass("Sun", "%A", 3, -1, -1, -1, -1, -1, -1, 0, -1);
tests/lib/libc/time/t_strptime.c
259
h_pass("Sunday", "%A", 6, -1, -1, -1, -1, -1, -1, 0, -1);
tests/lib/libc/time/t_strptime.c
260
h_pass("Mon", "%A", 3, -1, -1, -1, -1, -1, -1, 1, -1);
tests/lib/libc/time/t_strptime.c
261
h_pass("Monday", "%A", 6, -1, -1, -1, -1, -1, -1, 1, -1);
tests/lib/libc/time/t_strptime.c
262
h_pass("Tue", "%A", 3, -1, -1, -1, -1, -1, -1, 2, -1);
tests/lib/libc/time/t_strptime.c
263
h_pass("Tuesday", "%A", 7, -1, -1, -1, -1, -1, -1, 2, -1);
tests/lib/libc/time/t_strptime.c
264
h_pass("Wed", "%A", 3, -1, -1, -1, -1, -1, -1, 3, -1);
tests/lib/libc/time/t_strptime.c
265
h_pass("Wednesday", "%A", 9, -1, -1, -1, -1, -1, -1, 3, -1);
tests/lib/libc/time/t_strptime.c
266
h_pass("Thu", "%A", 3, -1, -1, -1, -1, -1, -1, 4, -1);
tests/lib/libc/time/t_strptime.c
267
h_pass("Thursday", "%A", 8, -1, -1, -1, -1, -1, -1, 4, -1);
tests/lib/libc/time/t_strptime.c
268
h_pass("Fri", "%A", 3, -1, -1, -1, -1, -1, -1, 5, -1);
tests/lib/libc/time/t_strptime.c
269
h_pass("Friday", "%A", 6, -1, -1, -1, -1, -1, -1, 5, -1);
tests/lib/libc/time/t_strptime.c
270
h_pass("Sat", "%A", 3, -1, -1, -1, -1, -1, -1, 6, -1);
tests/lib/libc/time/t_strptime.c
271
h_pass("Saturday", "%A", 8, -1, -1, -1, -1, -1, -1, 6, -1);
tests/lib/libc/time/t_strptime.c
272
h_pass("Saturn", "%A", 3, -1, -1, -1, -1, -1, -1, 6, -1);
tests/lib/libc/time/t_strptime.c
275
h_pass("mon", "%a", 3, -1, -1, -1, -1, -1, -1, 1, -1);
tests/lib/libc/time/t_strptime.c
276
h_pass("tueSDay", "%A", 7, -1, -1, -1, -1, -1, -1, 2, -1);
tests/lib/libc/time/t_strptime.c
277
h_pass("sunday", "%A", 6, -1, -1, -1, -1, -1, -1, 0, -1);
tests/lib/libc/time/t_strptime.c
279
h_pass("SaturDay", "%A", 8, -1, -1, -1, -1, -1, -1, 6, -1);
tests/lib/libc/time/t_strptime.c
298
h_pass("00", "%H", 2, -1, -1, 0, -1, -1, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
299
h_pass("12", "%H", 2, -1, -1, 12, -1, -1, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
300
h_pass("23", "%H", 2, -1, -1, 23, -1, -1, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
317
h_pass("Jan", "%b", 3, -1, -1, -1, -1, 0, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
318
h_pass("January", "%b", 7, -1, -1, -1, -1, 0, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
319
h_pass("Feb", "%b", 3, -1, -1, -1, -1, 1, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
320
h_pass("February", "%b", 8, -1, -1, -1, -1, 1, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
321
h_pass("Mar", "%b", 3, -1, -1, -1, -1, 2, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
322
h_pass("March", "%b", 5, -1, -1, -1, -1, 2, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
323
h_pass("Apr", "%b", 3, -1, -1, -1, -1, 3, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
324
h_pass("April", "%b", 5, -1, -1, -1, -1, 3, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
325
h_pass("May", "%b", 3, -1, -1, -1, -1, 4, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
326
h_pass("Jun", "%b", 3, -1, -1, -1, -1, 5, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
327
h_pass("June", "%b", 4, -1, -1, -1, -1, 5, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
328
h_pass("Jul", "%b", 3, -1, -1, -1, -1, 6, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
329
h_pass("July", "%b", 4, -1, -1, -1, -1, 6, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
330
h_pass("Aug", "%b", 3, -1, -1, -1, -1, 7, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
331
h_pass("August", "%b", 6, -1, -1, -1, -1, 7, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
332
h_pass("Sep", "%b", 3, -1, -1, -1, -1, 8, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
333
h_pass("September", "%b", 9, -1, -1, -1, -1, 8, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
334
h_pass("Oct", "%b", 3, -1, -1, -1, -1, 9, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
335
h_pass("October", "%b", 7, -1, -1, -1, -1, 9, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
336
h_pass("Nov", "%b", 3, -1, -1, -1, -1, 10, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
337
h_pass("November", "%b", 8, -1, -1, -1, -1, 10, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
338
h_pass("Dec", "%b", 3, -1, -1, -1, -1, 11, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
339
h_pass("December", "%b", 8, -1, -1, -1, -1, 11, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
340
h_pass("Mayor", "%b", 3, -1, -1, -1, -1, 4, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
341
h_pass("Mars", "%b", 3, -1, -1, -1, -1, 2, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
343
h_pass("Jan", "%B", 3, -1, -1, -1, -1, 0, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
344
h_pass("January", "%B", 7, -1, -1, -1, -1, 0, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
345
h_pass("Feb", "%B", 3, -1, -1, -1, -1, 1, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
346
h_pass("February", "%B", 8, -1, -1, -1, -1, 1, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
347
h_pass("Mar", "%B", 3, -1, -1, -1, -1, 2, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
348
h_pass("March", "%B", 5, -1, -1, -1, -1, 2, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
349
h_pass("Apr", "%B", 3, -1, -1, -1, -1, 3, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
350
h_pass("April", "%B", 5, -1, -1, -1, -1, 3, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
351
h_pass("May", "%B", 3, -1, -1, -1, -1, 4, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
352
h_pass("Jun", "%B", 3, -1, -1, -1, -1, 5, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
353
h_pass("June", "%B", 4, -1, -1, -1, -1, 5, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
354
h_pass("Jul", "%B", 3, -1, -1, -1, -1, 6, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
355
h_pass("July", "%B", 4, -1, -1, -1, -1, 6, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
356
h_pass("Aug", "%B", 3, -1, -1, -1, -1, 7, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
357
h_pass("August", "%B", 6, -1, -1, -1, -1, 7, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
358
h_pass("Sep", "%B", 3, -1, -1, -1, -1, 8, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
359
h_pass("September", "%B", 9, -1, -1, -1, -1, 8, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
360
h_pass("Oct", "%B", 3, -1, -1, -1, -1, 9, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
361
h_pass("October", "%B", 7, -1, -1, -1, -1, 9, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
362
h_pass("Nov", "%B", 3, -1, -1, -1, -1, 10, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
363
h_pass("November", "%B", 8, -1, -1, -1, -1, 10, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
364
h_pass("Dec", "%B", 3, -1, -1, -1, -1, 11, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
365
h_pass("December", "%B", 8, -1, -1, -1, -1, 11, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
366
h_pass("Mayor", "%B", 3, -1, -1, -1, -1, 4, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
367
h_pass("Mars", "%B", 3, -1, -1, -1, -1, 2, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
370
h_pass("september", "%b", 9, -1, -1, -1, -1, 8, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
371
h_pass("septembe", "%B", 3, -1, -1, -1, -1, 8, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
386
h_pass("0", "%S", 1, 0, -1, -1, -1, -1, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
387
h_pass("59", "%S", 2, 59, -1, -1, -1, -1, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
388
h_pass("60", "%S", 2, 60, -1, -1, -1, -1, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
389
h_pass("61", "%S", 2, 61, -1, -1, -1, -1, -1, -1, -1);
tests/lib/libc/time/t_strptime.c
405
h_pass("x20y", "x%Cy", 4, -1, -1, -1, -1, -1, 100, -1, -1);
tests/lib/libc/time/t_strptime.c
406
h_pass("x84y", "x%yy", 4, -1, -1, -1, -1, -1, 84, -1, -1);
tests/lib/libc/time/t_strptime.c
407
h_pass("x2084y", "x%C%yy", 6, -1, -1, -1, -1, -1, 184, -1, -1);
tests/lib/libc/time/t_strptime.c
408
h_pass("x8420y", "x%y%Cy", 6, -1, -1, -1, -1, -1, 184, -1, -1);
tests/lib/libc/time/t_strptime.c
409
h_pass("%20845", "%%%C%y5", 6, -1, -1, -1, -1, -1, 184, -1, -1);
tests/lib/libc/time/t_strptime.c
412
h_pass("1980", "%Y", 4, -1, -1, -1, -1, -1, 80, -1, -1);
tests/lib/libc/time/t_strptime.c
413
h_pass("1980", "%EY", 4, -1, -1, -1, -1, -1, 80, -1, -1);