Searched refs:SI_STATUS_EAI_PLUS_100 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Libinfo-459/lookup.subproj/
H A Dlibinfo.c2331 else if (status <= SI_STATUS_EAI_PLUS_100) status = EAI_FAIL;
2333 else status = status - SI_STATUS_EAI_PLUS_100;
2542 if (status <= SI_STATUS_EAI_PLUS_100) status = EAI_FAIL;
2544 else status = status - SI_STATUS_EAI_PLUS_100;
2700 else if (status <= SI_STATUS_EAI_PLUS_100) status = EAI_FAIL;
2702 else status = status - SI_STATUS_EAI_PLUS_100;
2769 if (status <= SI_STATUS_EAI_PLUS_100) status = EAI_FAIL;
2771 else status = status - SI_STATUS_EAI_PLUS_100;
H A Dsi_module.h131 #define SI_STATUS_EAI_PLUS_100 100 macro

Completed in 121 milliseconds