/external/chromium_org/third_party/openssl/openssl/crypto/threads/ |
profile.sh | 3 cc -p -DSOLARIS -I../../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
|
purify.sh | 3 purify cc -DSOLARIS -I../../include -g mttest.c -o mttest -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
|
solaris.sh | 3 cc -DSOLARIS -I../../include -g mttest.c -o mttest -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
|
/external/openssl/crypto/threads/ |
profile.sh | 3 cc -p -DSOLARIS -I../../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
|
purify.sh | 3 purify cc -DSOLARIS -I../../include -g mttest.c -o mttest -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
|
solaris.sh | 3 cc -DSOLARIS -I../../include -g mttest.c -o mttest -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
|
/external/ppp/pppd/ |
Makefile.sol2 | 9 LIBS = -lsocket -lnsl
|
/ndk/sources/host-tools/make-3.81/ |
acinclude.m4 | 38 dnl -lresolv -lsocket -lnsl 39 dnl -lnsl -lsocket 40 dnl -lsocket 53 # FIXME: sequent needs this library (i.e., -lsocket -linet -lnsl), but
|
/frameworks/native/cmds/installd/ |
installd.c | 527 int lsocket, s, count; local 543 lsocket = android_get_control_socket(SOCKET_PATH); 544 if (lsocket < 0) { 548 if (listen(lsocket, 5)) { 552 fcntl(lsocket, F_SETFD, FD_CLOEXEC); 556 s = accept(lsocket, &addr, &alen);
|
/external/dnsmasq/ |
Makefile | 35 SUNOS_LIBS= `if uname | grep SunOS 2>&1 >/dev/null; then echo -lsocket -lnsl -lposix4; fi`
|
/external/libpcap/ |
aclocal.m4 | 798 dnl need to link with "-lsocket -lnsl". Under IRIX, they need to link 799 dnl with "-lnsl" but should *not* link with "-lsocket" because 805 dnl and mistakenly write tests that cause -lsocket to be used under 839 LIBS="-lsocket -lnsl $LIBS", , -lnsl) 842 AC_CHECK_LIB(socket, socket, LIBS="-lsocket -lnsl $LIBS", , -lnsl))
|
/external/srtp/ |
config.h_win32vc7 | 49 /* Define to 1 if you have the `socket' library (-lsocket). */
|
config.hw | 50 /* Define to 1 if you have the `socket' library (-lsocket). */
|
config_in.h | 45 /* Define to 1 if you have the `socket' library (-lsocket). */
|
/external/srtp/crypto/include/ |
config.h | 46 /* Define to 1 if you have the `socket' library (-lsocket). */
|
/external/chromium/third_party/libevent/android/ |
config.h | 75 /* Define to 1 if you have the `socket' library (-lsocket). */
|
event-config.h | 80 /* Define to 1 if you have the `socket' library (-lsocket). */
|
/external/chromium/third_party/libevent/ |
config.h.in | 72 /* Define to 1 if you have the `socket' library (-lsocket). */
|
/external/chromium/third_party/libevent/linux/ |
config.h | 73 /* Define to 1 if you have the `socket' library (-lsocket). */
|
event-config.h | 80 /* Define to 1 if you have the `socket' library (-lsocket). */
|
/external/chromium/third_party/libevent/mac/ |
config.h | 73 /* Define to 1 if you have the `socket' library (-lsocket). */
|
event-config.h | 80 /* Define to 1 if you have the `socket' library (-lsocket). */
|
/external/chromium_org/third_party/libevent/android/ |
config.h | 73 /* Define to 1 if you have the `socket' library (-lsocket). */
|
event-config.h | 77 /* Define to 1 if you have the `socket' library (-lsocket). */
|
/external/chromium_org/third_party/libevent/ |
config.h.in | 72 /* Define to 1 if you have the `socket' library (-lsocket). */
|