Searched refs:strerror (Results 1 - 25 of 39) sorted by relevance

12

/bind-9.6-ESV-R11/contrib/nslint-2.1a3/lbl/
H A Dos-solaris2.h47 char *strerror(int);
H A Dos-sunos4.h170 char *strerror(int);
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dstrerror.c31 static const char sccsid[] = "@(#)strerror.c 8.1 (Berkeley) 6/4/93";
44 strerror(num) function
H A Dnslint.c391 prog, strerror(errno));
424 fprintf(stderr, "%s: %s: %s\n", prog, file, strerror(errno));
471 prog, cp2, strerror(errno));
552 fprintf(stderr, "%s: %s: %s\n", prog, file, strerror(errno));
560 prog, file, strerror(errno));
565 fprintf(stderr, "%s: malloc: %s\n", prog, strerror(errno));
576 prog, file, strerror(errno));
731 strerror(errno));
1045 prog, cwd, file, strerror(errno));
1791 prog, strerror(errn
[all...]
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dstrerror.c30 #include <isc/strerror.h>
58 msg = strerror(num);
H A Derrno2result.c25 #include <isc/strerror.h>
H A Dinterfaceiter.c43 #include <isc/strerror.h>
H A Dnet.c38 #include <isc/strerror.h>
H A Dtime.c33 #include <isc/strerror.h>
/bind-9.6-ESV-R11/lib/isc/pthreads/
H A Dcondition.c28 #include <isc/strerror.h>
H A Dmutex.c31 #include <isc/strerror.h>
/bind-9.6-ESV-R11/lib/isc/win32/
H A Derrno2result.c25 #include <isc/strerror.h>
H A Dstrerror.c18 /* $Id: strerror.c,v 1.8 2007/06/19 23:47:19 tbox Exp $ */
29 #include <isc/strerror.h>
135 return (strerror(errval));
H A Dnet.c29 #include <isc/strerror.h>
H A Dlibisc.mak181 -@erase "$(INTDIR)\strerror.obj"
232 "$(INTDIR)\strerror.obj" \
437 -@erase "$(INTDIR)\strerror.obj"
438 -@erase "$(INTDIR)\strerror.sbr"
498 "$(INTDIR)\strerror.sbr" \
585 "$(INTDIR)\strerror.obj" \
996 SOURCE=.\strerror.c
1001 "$(INTDIR)\strerror.obj" : $(SOURCE) "$(INTDIR)"
1007 "$(INTDIR)\strerror.obj" "$(INTDIR)\strerror
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dexceptions.cpp79 m_message += ::strerror(m_sys_err);
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-sh.cpp147 std::cerr << "Failed to execute " << shell << ": " << std::strerror(errno)
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Derror_test.c201 ATF_REQUIRE(strstr(buf, strerror(ENOMEM)) != NULL);
207 ATF_REQUIRE(strstr(buf, strerror(EPERM)) != NULL);
213 ATF_REQUIRE(strstr(buf, strerror(EPERM)) != NULL);
H A Derror.c198 snprintf(buf, buflen, "%s: %s", data->m_what, strerror(data->m_errno));
H A Dutils.c213 strerror(errno));
H A Dcheck.c166 fprintf(stderr, "execvp(%s) failed: %s\n", ea->m_argv[0], strerror(errno));
/bind-9.6-ESV-R11/contrib/sdb/ldap/
H A Dzone2ldap.c440 fprintf (stderr, "malloc: %s\n", strerror (errno));
449 fprintf (stderr, "calloc: %s\n", strerror (errno));
459 fprintf (stderr, "malloc: %s\n", strerror (errno));
539 fprintf (stderr, "realloc: %s\n", strerror (errno));
555 fprintf (stderr, "realloc: %s\n", strerror (errno));
686 strerror (errno));
/bind-9.6-ESV-R11/bin/named/win32/
H A Dos.c36 #include <isc/strerror.h>
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Drequirements.cpp160 const char* e = std::strerror(errno);
/bind-9.6-ESV-R11/bin/named/unix/
H A Dos.c47 #include <isc/strerror.h>

Completed in 47 milliseconds

12