Home
last modified time | relevance | path

Searched refs:EAI_INPROGRESS (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dnetdb.in.h151 # ifndef EAI_INPROGRESS
152 # define EAI_INPROGRESS -100 /* Processing request in progress. */
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dgetaddrinfo.h66 # define EAI_INPROGRESS -100 /* Processing request in progress. */ macro
H A Dgai_strerror.c60 { EAI_INPROGRESS, N_("Processing request in progress") },
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dnetdb.d1030 enum EAI_INPROGRESS = -100; in version() local