代码搜索:lsocket

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

代码结果 664
www.eeworm.com/read/126641/6014636

sh profile.sh

#!/bin/sh /bin/rm -f mttest cc -p -DSOLARIS -I../../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
www.eeworm.com/read/126641/6014640

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/126641/6014645

sh solaris.sh

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

sunos5 makefile.sunos5

# # Makefile Radius Makefile for Solaris 2.5.x # CC = gcc CFLAGS = -g # -DNOSHADOW LDFLAGS = # -s #tatic LIBS = -lsocket -lnsl LCRYPT = DBM = #-DNDBM DBMLIB = #-ldb #PAM = -DPAM #PAMLIB = -lpa
www.eeworm.com/read/101042/6258140

sh profile.sh

#!/bin/sh /bin/rm -f mttest cc -p -DSOLARIS -I../../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
www.eeworm.com/read/101042/6258144

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/101042/6258149

sh solaris.sh

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

c ttylink.c

/* Internet TTY "link" (keyboard chat) server * */ #include #include "global.h" #include "mbuf.h" #include "socket.h" #include "telnet.h" #include "session.h" #include "proc.h"
www.eeworm.com/read/478934/6708225

c ttylink.c

/* Internet TTY "link" (keyboard chat) server * */ #include #include "global.h" #include "mbuf.h" #include "socket.h" #include "telnet.h" #include "session.h" #include "proc.h"
www.eeworm.com/read/157676/11673255

mk sndmsg.mk

.SUFFIXES: .c .o LOCALLIB=-lsocket -lc all: sndmsg #all:tcpsock.o sndmsg.o:sndmsg.c $(CC) -c $@ $? OBJS=sndmsg.o sndmsg: $(OBJS) $(CC) -o $@ $? $(LOCALLIB) mv -f $@ $(HOME)/bin rm sndms