Home
last modified time | relevance | path

Searched refs:test_result (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/time/
Dtst-strptime2.c119 long int test_result; in compare() local
125 test_result = test_string_valid ? tm.tm_gmtoff : LONG_MAX; in compare()
126 fail = test_result != expect; in compare()
138 describe (test_string_valid, test_result); in compare()
/glibc-2.36/posix/
Dtst-gnuglob-skeleton.c347 test_result (const char *fmt, int flags, GLOB_TYPE *gl, const char *str[]) in test_result() function
422 result |= test_result (fmt, flags, &gl, (const char *[]) { c, NULL }); \ in do_test()