Searched refs:e (Results 1 – 2 of 2) sorted by relevance
38 int e; in do_test() local56 e = errno; in do_test()64 if (e != E2BIG) in do_test()67 strerror (e), strerror (E2BIG)); in do_test()
36 int e; in do_test() local62 e = errno; in do_test()70 if (e != EILSEQ) in do_test()73 strerror (e), strerror (EILSEQ)); in do_test()
Completed in 5 milliseconds