代码搜索:Safe
找到约 5,329 项符合「Safe」的源代码
代码结果 5,329
www.eeworm.com/read/182196/9212250
ico safe.ico
www.eeworm.com/read/181983/9223003
safe makefile.safe
CC=gcc
KVERSION=`uname -r`
CURRENTDIR=`pwd`
LOCATE=locate
# if locate not available, use find. uncomment line below
#LOCATE=find /usr/lib | grep
# add -DDEBUG9 to the end of the list to p
www.eeworm.com/read/181983/9223096
safe configure.in.safe
# Ad hoc Support Library : ASL
#
# configure.in -- Process this file with autoconf to produce configure
#
# This program is free software; you can redistribute it and/or modify
# it under the terms o
www.eeworm.com/read/181983/9223106
safe makefile.safe
CC = gcc
CFLAGS = -g -O3 -Wall
LDLIBS = -ldmalloc
#Object files
OBJS = demo_router.o
#Rules
all : demo_router
vdbp_daemon : $(OBJS)
$(CC) $(LDLIBS) -o demo_router $(OBJS)
clean:
rm -f *
www.eeworm.com/read/366065/9834501
test safe.test
# safe.test --
#
# This file contains a collection of tests for safe Tcl, packages loading,
# and using safe interpreters. Sourcing this file into tcl runs the tests
# and generates output for errors.
www.eeworm.com/read/366065/9834856
n safe.n
'\"
'\" Copyright (c) 1995-1996 Sun Microsystems, Inc.
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
'
www.eeworm.com/read/366065/9835196
tcl safe.tcl
# safe.tcl --
#
# This file provide a safe loading/sourcing mechanism for safe interpreters.
# It implements a virtual path mecanism to hide the real pathnames from the
# slave. It runs in a master in
www.eeworm.com/read/364885/9889178