Home
last modified time | relevance | path

Searched refs:strerror (Results 1 – 8 of 8) sorted by relevance

/string/
A Dtst-strerror.c37 TEST_COMPARE_STRING (strerror (EINVAL), "Invalid argument"); in do_test()
38 TEST_COMPARE_STRING (strerror (-1), "Unknown error -1"); in do_test()
59 TEST_COMPARE_STRING (strerror (EINVAL), "Argumento inv\303\241lido"); in do_test()
60 TEST_COMPARE_STRING (strerror (-1), "Erro desconhecido -1"); in do_test()
A Dstrerror.c22 strerror (int errnum) in strerror() function
A Dtest-strerror-errno.c54 msg = strerror (-3); in do_test()
A DMakefile34 strerror _strerror strlen strnlen \
47 xpg-strerror strerror_l explicit_bzero \
70 tst-strerror
82 tests += test-strerror-errno
130 $(objpfx)tst-strerror.out: $(gen-locales)
A Dtst-xbzero-opt.c302 printf ("ERROR: allocating alt stack: %s\n", strerror (err)); in do_test()
309 printf ("ERROR: allocating coroutine context: %s\n", strerror (err)); in do_test()
A DVersions39 strcspn; strdup; strerror; strerror_r; strfry; strlen; strncasecmp;
A Dstring.h419 extern char *strerror (int __errnum) __THROW;
A Dtester.c1469 check(strerror(EDOM) != 0, 1); in test_strerror()
1470 check(strerror(ERANGE) != 0, 2); in test_strerror()
1471 check(strerror(ENOENT) != 0, 3); in test_strerror()

Completed in 14 milliseconds