Searched refs:hstrerror (Results 1 – 15 of 15) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | getcertsbyname.c | 117 #define hstrerror lwres_hstrerror macro 142 printf("getrrsetbyname: %s\n", hstrerror(error)); 152 printf("getrrsetbyname: %s", hstrerror(error));
|
/external/libcups/cups/ |
D | http-private.h | 387 # define hstrerror _cups_hstrerror macro
|
D | http-addrlist.c | 784 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, hstrerror(h_errno), 0); in httpAddrGetList()
|
/external/python/cpython2/ |
D | configure.ac | 3252 dnl On some systems (e.g. Solaris 9), hstrerror and inet_aton are in -lresolv 3330 AC_MSG_CHECKING(for hstrerror) 3333 ]], [[void* p = hstrerror; hstrerror(0)]])], 3334 [AC_DEFINE(HAVE_HSTRERROR, 1, Define if you have the 'hstrerror' function.)
|
D | pyconfig.h.in | 391 /* Define if you have the 'hstrerror' function. */
|
D | configure | 11327 void* p = hstrerror; hstrerror(0)
|
/external/python/cpython3/ |
D | configure.ac | 3715 dnl On some systems (e.g. Solaris 9), hstrerror and inet_aton are in -lresolv 3793 AC_MSG_CHECKING(for hstrerror) 3796 ]], [[void* p = hstrerror; hstrerror(0)]])], 3797 [AC_DEFINE(HAVE_HSTRERROR, 1, Define if you have the 'hstrerror' function.)
|
D | pyconfig.h.in | 497 /* Define if you have the 'hstrerror' function. */
|
D | configure | 12302 void* p = hstrerror; hstrerror(0)
|
/external/python/cpython2/Doc/library/ |
D | socket.rst | 124 returned by the :c:func:`hstrerror` C function.
|
/external/python/cpython2/Modules/ |
D | socketmodule.c | 589 v = Py_BuildValue("(is)", h_error, (char *)hstrerror(h_error)); in set_herror()
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 613 v = Py_BuildValue("(is)", h_error, (char *)hstrerror(h_error)); in set_herror()
|
/external/python/cpython3/Doc/library/ |
D | socket.rst | 238 :c:func:`hstrerror` C function.
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2008 fun:hstrerror=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 1283 PUBLIC e79c0 0 hstrerror
|