Home | History | Annotate | Download | only in src

Lines Matching refs:EEXIST

160     "File exists",		/* EEXIST */
296 #ifdef EEXIST
297 else if (errno == EEXIST) code = XML_IO_EEXIST;