HomeSort by relevance Sort by last modified time
    Searched refs:lsocket (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
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
profile.sh 3 cc -p -DSOLARIS -I../../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
  /external/openssl/crypto/threads/
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
profile.sh 3 cc -p -DSOLARIS -I../../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
  /external/ppp/pppd/
Makefile.sol2 9 LIBS = -lsocket -lnsl
  /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/e2fsprogs/
configure     [all...]

Completed in 184 milliseconds