Searched refs:TARGET_EEXIST (Results 1 – 3 of 3) sorted by relevance
57 #define TARGET_EEXIST 17 /* File exists */ macro
27 #define TARGET_EEXIST 17 /* File exists */ macro
74 TARGET_EEXIST = 17, enumerator118 case EEXIST: return TARGET_EEXIST; in errno_h2g()