Searched refs:TOP (Results 1 - 25 of 122) sorted by relevance

12345

/freebsd-9.3-release/contrib/less/
H A Dposition.h14 #define TOP (0) macro
/freebsd-9.3-release/usr.sbin/apmd/
H A Dapmdlex.l47 %s TOP
53 BEGIN TOP;
59 <TOP>[ \t]+ ;
60 <TOP>\n lineno++;
61 <TOP>, { return COMMA; }
62 <TOP>; { return SEMICOLON; }
63 <TOP>#.*$ ;
65 <TOP>apm_event { return APMEVENT; }
67 <TOP>NOEVENT { yylval.ev = EVENT_NOEVENT; return EVENT; }
68 <TOP>STANDBYRE
[all...]
/freebsd-9.3-release/contrib/ipfilter/BSD/
H A DMakefile6 TOP=../.. macro
14 CFLAGS=-g -I$(TOP)
58 TOOL=$(TOP)/tools
63 PROXYLIST=$(TOP)/ip_ftp_pxy.c $(TOP)/ip_ipsec_pxy.c $(TOP)/ip_irc_pxy.c \
64 $(TOP)/ip_netbios_pxy.c $(TOP)/ip_raudio_pxy.c $(TOP)/ip_rcmd_pxy.c \
65 $(TOP)/ip_rpcb_px
[all...]
H A DMakefile.ipsend18 CFLAGS=-g -I$(TOP)
28 iplang_y.o: $(TOP)/iplang/iplang_y.y
29 (cd $(TOP)/iplang; $(MAKE) ../BSD/$(CPUDIR)/$@ $(MFLAGS) 'DESTDIR=../BSD/$(CPUDIR)' )
31 iplang_l.o: $(TOP)/iplang/iplang_l.l
32 (cd $(TOP)/iplang; $(MAKE) ../BSD/$(CPUDIR)/$@ $(MFLAGS) 'DESTDIR=../BSD/$(CPUDIR)' )
49 ipsend.o: $(TOP)/ipsend/ipsend.c
50 $(CC) $(DEBUG) $(CFLAGS) -c $(TOP)/ipsend/ipsend.c -o $@
52 ipsopt.o: $(TOP)/ipsend/ipsopt.c
53 $(CC) $(DEBUG) $(CFLAGS) -c $(TOP)/ipsend/ipsopt.c -o $@
55 ipresend.o: $(TOP)/ipsen
[all...]
/freebsd-9.3-release/crypto/openssl/fips/
H A Dopenssl_fips_fingerprint13 if [ "X$TOP" != "X" ]
16 PATH="$TOP/apps;$TOP;$PATH"
18 PATH="$TOP/apps:$TOP:$PATH"
20 LD_LIBRARY_PATH=$TOP; export LD_LIBRARY_PATH
H A DMakefile6 TOP= .. macro
8 INCLUDE= -I. -I$(TOP) -I../include
13 MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
26 $(MAKE) -e TOP=../.. DIR=$$i INCLUDES='${INCLUDES}' $$target ) || exit 1; \
42 LIB= $(TOP)/libcrypto.a
61 @if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi
136 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
140 @$(PERL) $(TOP)/uti
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dj_profile.d59 #define TOP 25 /* number of stacks to output */
75 trunc(@stacks, TOP);
76 printf("Top %d most frequently sampled stacks,\n", TOP);
H A Dpy_profile.d60 #define TOP 25 /* number of stacks to output */
76 trunc(@stacks, TOP);
77 printf("Top %d most frequently sampled stacks,\n", TOP);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Java/
H A Dj_profile.d59 #define TOP 25 /* number of stacks to output */
75 trunc(@stacks, TOP);
76 printf("Top %d most frequently sampled stacks,\n", TOP);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Python/
H A Dpy_profile.d60 #define TOP 25 /* number of stacks to output */
76 trunc(@stacks, TOP);
77 printf("Top %d most frequently sampled stacks,\n", TOP);
/freebsd-9.3-release/share/doc/llvm/
H A DMakefile11 FILESGROUPS= TOP
12 TOP= LICENSE.TXT COPYRIGHT.regex macro
/freebsd-9.3-release/share/doc/llvm/clang/
H A DMakefile9 FILESGROUPS= TOP
10 TOP= LICENSE.TXT macro
/freebsd-9.3-release/crypto/openssl/util/
H A Ddomd5 TOP=$1
16 touch $TOP/krb5.h
26 ${PERL} $TOP/util/clean-depend.pl < Makefile.tmp > Makefile.new
30 ${PERL} $TOP/util/clean-depend.pl < Makefile > Makefile.new
34 rm $TOP/krb5.h
/freebsd-9.3-release/share/examples/drivers/
H A Dmake_pseudo_driver.sh19 TOP=`cd /sys; pwd -P`
20 echo "Using ${TOP} as the path to the kernel sources!"
22 TOP=${2}
27 if [ -d ${TOP}/${i} ]
31 echo "${TOP}/${i}: no such directory."
38 if [ -d ${TOP}/modules/${1} ]; then
48 rm -rf ${TOP}/dev/${1}
49 rm -rf ${TOP}/modules/${1}
50 rm ${TOP}/conf/files.${UPPER}
51 rm ${TOP}/i38
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/krb5/
H A DMakefile6 TOP= ../.. macro
8 INCLUDES= -I.. -I$(TOP) -I../../include
19 LIB=$(TOP)/libcrypto.a
42 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
45 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
46 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
47 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
/freebsd-9.3-release/contrib/ipfilter/
H A DMakefile22 CFLAGS=-I$$(TOP) -D_BSD_SOURCE
214 (cd BSD/$(CPUDIR); make build TOP=../.. $(MFLAGS) "ML=mlfk_ipl.c" "MLD=mlfk_ipl.c" "LKM=ipf.ko.5" "LKMR=ipfrule.ko.5" "DLKM=-DKLD_MODULE" "MLR=mlfk_rule.o"; cd ..)
215 (cd BSD/$(CPUDIR); make -f Makefile.ipsend build TOP=../.. $(MFLAGS1); cd ..)
224 (cd BSD/$(CPUDIR); make build TOP=../.. $(MFLAGS) "ML=mlfk_ipl.c" "MLD=mlfk_ipl.c" "LKM=ipf.ko" "LKMR=ipfrule.ko" "DLKM=-DKLD_MODULE" "MLR=mlfk_rule.o"; cd ..)
225 (cd BSD/$(CPUDIR); make -f Makefile.ipsend build TOP=../.. $(MFLAGS1); cd ..)
229 (cd BSD/$(CPUDIR); make build TOP=../.. $(MFLAGS1) "ML=mlf_ipl.c" "MLR=mlf_rule.o" LKM= LKMR=; cd ..)
230 (cd BSD/$(CPUDIR); make -f Makefile.ipsend build TOP=../.. $(MFLAGS1); cd ..)
243 (cd BSD/$(CPUDIR); make build TOP=../.. $(MFLAGS) 'DLKM=-D_LKM' "ML=mln_ipl.c" LKMR= "MLR=mln_rule.o"; cd ..)
244 (cd BSD/$(CPUDIR); make -f Makefile.ipsend build TOP=../.. $(MFLAGS); cd ..)
248 (cd BSD/$(CPUDIR); make build TOP
[all...]
/freebsd-9.3-release/crypto/openssl/tools/
H A DMakefile6 TOP= .. macro
8 INCLUDES= -I$(TOP) -I../../include
37 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
/freebsd-9.3-release/crypto/openssl/crypto/txt_db/
H A DMakefile6 TOP= ../.. macro
19 LIB=$(TOP)/libcrypto.a
41 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
44 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
45 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
46 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
/freebsd-9.3-release/crypto/openssl/fips/aes/
H A DMakefile6 TOP= ../.. macro
14 MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
27 LIB=$(TOP)/libcrypto.a
39 (cd $(TOP); $(MAKE) DIRS=fips FDIRS=$(DIR) sub_all)
47 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
50 @$(PERL) $(TOP)/util/mklink.pl $(TOP)/include/openssl $(EXHEADER)
51 @$(PERL) $(TOP)/uti
[all...]
/freebsd-9.3-release/crypto/openssl/fips/des/
H A DMakefile6 TOP= ../.. macro
14 MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
27 LIB=$(TOP)/libcrypto.a
39 (cd $(TOP); $(MAKE) DIRS=fips FDIRS=$(DIR) sub_all)
47 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
50 @$(PERL) $(TOP)/util/mklink.pl $(TOP)/include/openssl $(EXHEADER)
51 @$(PERL) $(TOP)/uti
[all...]
/freebsd-9.3-release/crypto/openssl/fips/rand/
H A DMakefile6 TOP= ../.. macro
14 MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
24 LIB=$(TOP)/libcrypto.a
36 (cd $(TOP); $(MAKE) DIRS=fips SDIRS=$(DIR) sub_all)
44 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
47 @$(PERL) $(TOP)/util/mklink.pl $(TOP)/include/openssl $(EXHEADER)
48 @$(PERL) $(TOP)/uti
[all...]
/freebsd-9.3-release/crypto/openssl/fips/dh/
H A DMakefile6 TOP= ../.. macro
14 MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
24 LIB=$(TOP)/libcrypto.a
36 (cd $(TOP); $(MAKE) DIRS=fips FDIRS=$(DIR) sub_all)
44 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
47 @$(PERL) $(TOP)/util/mklink.pl $(TOP)/include/openssl $(EXHEADER)
48 @$(PERL) $(TOP)/uti
[all...]
/freebsd-9.3-release/crypto/openssl/fips/hmac/
H A DMakefile6 TOP= ../.. macro
14 MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
24 LIB=$(TOP)/libcrypto.a
36 (cd $(TOP); $(MAKE) DIRS=fips FDIRS=$(DIR) sub_all)
44 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
47 @$(PERL) $(TOP)/util/mklink.pl $(TOP)/include/openssl $(EXHEADER)
48 @$(PERL) $(TOP)/uti
[all...]
/freebsd-9.3-release/crypto/openssl/fips/sha/
H A DMakefile6 TOP= ../.. macro
14 MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
29 LIB=$(TOP)/libcrypto.a
41 (cd $(TOP); $(MAKE) DIRS=fips SDIRS=$(DIR) sub_all)
57 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
60 @$(PERL) $(TOP)/util/mklink.pl $(TOP)/include/openssl $(EXHEADER)
61 @$(PERL) $(TOP)/uti
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/hmac/
H A DMakefile6 TOP= ../.. macro
19 LIB=$(TOP)/libcrypto.a
41 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
44 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
45 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
46 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)

Completed in 95 milliseconds

12345