Home | History | Annotate | Download | only in libxml2

Lines Matching refs:ESRCH

190     "No such process",		/* ESRCH */
386 #ifdef ESRCH
387 else if (errno == ESRCH) code = XML_IO_ESRCH;