代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/408584/11380560
c unixstrcli01.c
#include "unp.h"
int
main(int argc, char **argv)
{
int sockfd;
struct sockaddr_un servaddr;
sockfd = Socket(AF_LOCAL, SOCK_STREAM, 0);
bzero(&servaddr, sizeof(servaddr));
servaddr.sun_fami
www.eeworm.com/read/153064/12062142
makefile
.SUFFIXES:.h .cc .o
CC=$(CXX) $(CXX_FLAG)
COMPILE_FLAG=
MACRO=
SRCS=admserver.cc
DEPINCLUDE=admserver.h
OBJS=$(SRCS:.cc=.o)
PROGRAM=admserver
CP=cp
RM=rm
ZHJS_INC_PATH=-I. -I$(SE
www.eeworm.com/read/251547/12338361
makefile
all: server client
CC=cc
CFLAGS=-I/usr/include/db1 -pedantic -Wall
# For debugging un-comment the next line
# DFLAGS=-DDEBUG_TRACE=1 -g
# Include for systems with dbm, but only as part of the BSD
www.eeworm.com/read/251546/12338424
makefile
all: server client
CC=cc
CFLAGS=-I/usr/include/db1 -pedantic -Wall
# For debugging un-comment the next line
# DFLAGS=-DDEBUG_TRACE=1 -g
# Include for systems with dbm, but only as part of the BSD
www.eeworm.com/read/129891/14218999
c unixstrcli01.c
#include "unp.h"
int
main(int argc, char **argv)
{
int sockfd;
struct sockaddr_un servaddr;
sockfd = Socket(AF_LOCAL, SOCK_STREAM, 0);
bzero(&servaddr, sizeof(servaddr));
servaddr.sun_fami
www.eeworm.com/read/129337/14250595
makefile
all: server client
CC=cc
CFLAGS=-I/usr/include/db1 -pedantic -Wall
# For debugging un-comment the next line
# DFLAGS=-DDEBUG_TRACE=1 -g
# Include for systems with dbm, but only as part of the BSD
www.eeworm.com/read/129337/14251132
makefile
all: server client
CC=cc
CFLAGS=-I/usr/include/db1 -pedantic -Wall
# For debugging un-comment the next line
# DFLAGS=-DDEBUG_TRACE=1 -g
# Include for systems with dbm, but only as part of the BSD
www.eeworm.com/read/228773/14363742
makefile
all: server client
CC=cc
CFLAGS=-I/usr/include/db1 -pedantic -Wall
# For debugging un-comment the next line
# DFLAGS=-DDEBUG_TRACE=1 -g
# Include for systems with dbm, but only as part of the BSD
www.eeworm.com/read/228773/14364164
makefile
all: server client
CC=cc
CFLAGS=-I/usr/include/db1 -pedantic -Wall
# For debugging un-comment the next line
# DFLAGS=-DDEBUG_TRACE=1 -g
# Include for systems with dbm, but only as part of the BSD
www.eeworm.com/read/208760/15237726
c unixstrcli01.c
#include "unp.h"
int
main(int argc, char **argv)
{
int sockfd;
struct sockaddr_un servaddr;
sockfd = Socket(AF_LOCAL, SOCK_STREAM, 0);
bzero(&servaddr, sizeof(servaddr));
servaddr.sun_fami