Searched refs:_system (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Dsystem.c145 __weak_reference(__system, _system);
/macosx-10.10.1/Libc-1044.1.2/fbsdcompat/
H A D_fbsd_compat_.h134 #define _system system macro
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/
H A Dsocket.c1663 #define SOFT_OR_HARD(_system, _isc) \
1664 if (recv_errno == _system) { \
1673 #define ALWAYS_HARD(_system, _isc) \
1674 if (recv_errno == _system) { \
1844 #define SOFT_OR_HARD(_system, _isc) \
1845 if (send_errno == _system) { \
1854 #define ALWAYS_HARD(_system, _isc) \
1855 if (send_errno == _system) { \
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Dsocket.c1479 #define SOFT_OR_HARD(_system, _isc) \
1480 if (recv_errno == _system) { \
1489 #define ALWAYS_HARD(_system, _isc) \
1490 if (recv_errno == _system) { \
1643 #define SOFT_OR_HARD(_system, _isc) \
1644 if (send_errno == _system) { \
1653 #define ALWAYS_HARD(_system, _isc) \
1654 if (send_errno == _system) { \

Completed in 147 milliseconds