HelenOS sources
strerror 54 uspace/app/bithenge/test.c #define str_error strerror
strerror 101 uspace/lib/bithenge/src/linux/common.h return strerror(e);
strerror 66 uspace/lib/c/include/string.h extern char *strerror(int);
strerror 690 uspace/lib/c/test/string.c p = strerror(0);
strerror 699 uspace/lib/c/test/string.c p = strerror(EINVAL);
strerror 708 uspace/lib/c/test/string.c p = strerror(-1);
strerror 61 uspace/lib/pcut/src/os/stdc.c const char *str = strerror(error);
strerror 157 uspace/lib/pcut/src/os/unix.c "pipe() failed: %s.", strerror(rc));
strerror 164 uspace/lib/pcut/src/os/unix.c "pipe() failed: %s.", strerror(rc));
strerror 172 uspace/lib/pcut/src/os/unix.c "fork() failed: %s.", strerror(rc));
strerror 66 uspace/lib/posix/include/libc/string.h extern char *strerror(int);
strerror 184 uspace/lib/posix/src/string.c char *errstr = strerror(errnum);
HelenOS homepage, sources at GitHub