代码搜索:lsocket

找到约 664 项符合「lsocket」的源代码

代码结果 664
www.eeworm.com/read/299474/3852027

cnf options.cnf

CONFIG_CXXOPTIMIZE=-O3 CONFIG_CXXNDEBUG=-DNDEBUG -mt -pic -DCONFIG_NO_BOOL CONFIG_CXXDEBUG= CONFIG_EXTRALIBS=-ldl -lnsl -lsocket -lthread
www.eeworm.com/read/299474/3852049

cnf options.cnf

CONFIG_CXXOPTIMIZE=-O3 CONFIG_CXXNDEBUG=-DNDEBUG -mt -pic -DCONFIG_NO_BOOL CONFIG_CXXDEBUG= CONFIG_EXTRALIBS=-ldl -lnsl -lsocket -lthread
www.eeworm.com/read/427042/1979087

sh purify.sh

#!/bin/sh /bin/rm -f mttest purify cc -DSOLARIS -I../../include -g mttest.c -o mttest -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
www.eeworm.com/read/422785/2031568

sh purify.sh

#!/bin/sh /bin/rm -f mttest purify cc -DSOLARIS -I../../include -g mttest.c -o mttest -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
www.eeworm.com/read/358714/2983272

sh purify.sh

#!/bin/sh /bin/rm -f mttest purify cc -DSOLARIS -I../../include -g mttest.c -o mttest -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
www.eeworm.com/read/355697/3048832

sh purify.sh

#!/bin/sh /bin/rm -f mttest purify cc -DSOLARIS -I../../include -g mttest.c -o mttest -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
www.eeworm.com/read/402409/11535405

makefile

# Makefile for micro_proxy # CONFIGURE: If you are using a SystemV-based operating system, such as # Solaris, you will need to uncomment this definition. #SYSV_LIBS = -lnsl -lsocket BINDIR = /usr/l
www.eeworm.com/read/118253/14879655

server makefile.server

#------------Begin---------------------------------- EXEC= server SRCS = server.cc OBJS = $(SRCS:%.cc=%.o) INC = -I/usr/include LIBS = -lgen -lsocket -lm -lnsl CPLUS = CC FLGS = -g D
www.eeworm.com/read/100278/15878134

makefile

CFLAGS= # For Solaris 2.5.1 and above, uncomment the following line. LIBS=-lresolv -lsocket -lnsl default: @clear @tail -19 README @echo " " @echo "Please read the README file first, then edit t
www.eeworm.com/read/386123/8763421

makefile

include ${FAPWORKDIR}/etc/make.defines LIBS = -lsocket NAME = tcpsvr01 CUSTOMLIB = tcpsvr01.o EXECOBJ = ./bin/${NAME} LINKRULE = ${CC} -o ${EXECOBJ} ${CUSTOMLIB} ${LIBS} TARGETS = ${