Home
last modified time | relevance | path

Searched refs:SHUT_WR (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/sys/
Dsocket.h63 SHUT_WR, enumerator
64 #define SHUT_WR SHUT_WR macro
/bionic/tests/headers/posix/
Dsys_socket_h.c130 MACRO(SHUT_WR); in sys_socket_h()
/bionic/tests/
Dstdio_test.cpp974 ASSERT_EQ(0, shutdown(fileno(fp), SHUT_WR)); in TEST()