Home
last modified time | relevance | path

Searched refs:TOP (Results 1 – 25 of 70) sorted by relevance

123

/freebsd-12.1/usr.sbin/apmd/
H A Dapmdlex.l51 %s TOP
57 BEGIN TOP; variable
63 <TOP>[ \t]+ ;
64 <TOP>\n lineno++;
65 <TOP>, { return COMMA; }
66 <TOP>; { return SEMICOLON; }
67 <TOP>#.*$ ;
89 <TOP>[0-9]+% {
93 <TOP>[0-9]+[Mm] {
98 <TOP>exec { return EXECCMD; }
[all …]
/freebsd-12.1/share/examples/drivers/
H A Dmake_pseudo_driver.sh19 TOP=`cd /sys; pwd -P`
22 TOP=${2}
27 if [ -d ${TOP}/${i} ]
48 rm -rf ${TOP}/dev/${1}
52 rm ${TOP}/sys/${1}io.h
61 echo ${TOP}/modules/${1}
64 echo ${TOP}/dev/${1}
66 echo ${TOP}/sys/${1}io.h
67 echo ${TOP}/modules/${1}
70 mkdir ${TOP}/modules/${1}
[all …]
H A Dmake_device_driver.sh31 TOP=`cd /sys; pwd -P`
34 TOP=${2}
50 rm -rf ${TOP}/dev/${1}
54 rm ${TOP}/sys/${1}io.h
63 echo ${TOP}/modules/${1}
66 echo ${TOP}/dev/${1}
67 echo ${TOP}/dev/${1}/${1}.c
68 echo ${TOP}/sys/${1}io.h
69 echo ${TOP}/modules/${1}
72 mkdir ${TOP}/modules/${1}
[all …]
/freebsd-12.1/contrib/ipfilter/
H A DMakefile21 CFLAGS=-I$$(TOP) -D_BSD_SOURCE
301 (cd SunOS4; $(MAKE) TOP=.. clean)
302 -(cd SunOS5; $(MAKE) TOP=.. clean)
303 (cd BSD; $(MAKE) TOP=.. clean)
304 (cd HPUX; $(MAKE) BITS=32 TOP=.. clean)
305 (cd Linux; $(MAKE) TOP=.. clean)
306 (cd OSF; $(MAKE) TOP=.. clean)
307 (cd AIX; $(MAKE) TOP=.. clean)
318 (cd BSD; make TOP=.. clean)
372 (cd SunOS4; $(MAKE) CPU=$(CPU) TOP=.. install)
[all …]
/freebsd-12.1/contrib/ipfilter/lib/
H A DMakefile8 INCDEP=$(TOP)/ip_compat.h $(TOP)/ip_fil.h $(TOP)/ipf.h
271 $(TOP)/ipf.h $(TOP)/ip_nat.h
321 $(TOP)/ip_frag.h
326 $(TOP)/ip_htable.h
329 $(TOP)/ip_htable.h $(TOP)/ip_lookup.h
332 $(TOP)/ip_htable.h
350 $(TOP)/ip_pool.h $(TOP)/ip_lookup.h
353 $(TOP)/ip_pool.h $(TOP)/ip_lookup.h
356 $(TOP)/ip_pool.h $(TOP)/ip_lookup.h
359 $(TOP)/ip_pool.h $(TOP)/ip_lookup.h
[all …]
/freebsd-12.1/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dsources8 TOP=$(HAL_TOP)\$(TOP_HAL_DIR)
11 TOP=$(HAL_TOP)\..\..\..
14 INC=$(TOP)\include
15 ASF=$(TOP)\asf
16 ADF=$(TOP)\adf
19 INC_MP=$(TOP)\os\win_nwf\include
27 TARGETPATH=$(TOP)\lib
/freebsd-12.1/contrib/elftoolchain/elfcopy/
H A DMakefile3 TOP= .. macro
5 .include "${TOP}/mk/elftoolchain.components.mk"
49 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd-12.1/contrib/elftoolchain/libelftc/
H A DMakefile3 TOP= .. macro
56 ${.CURDIR}/make-toolchain-version -t ${.CURDIR}/${TOP} \
60 .include "${TOP}/mk/elftoolchain.lib.mk"
/freebsd-12.1/contrib/elftoolchain/brandelf/
H A DMakefile3 TOP= .. macro
9 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd-12.1/contrib/elftoolchain/elfdump/
H A DMakefile3 TOP= .. macro
11 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd-12.1/contrib/elftoolchain/strings/
H A DMakefile3 TOP= .. macro
10 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd-12.1/contrib/elftoolchain/size/
H A DMakefile3 TOP= .. macro
10 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd-12.1/contrib/elftoolchain/nm/
H A DMakefile4 TOP= .. macro
13 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd-12.1/contrib/elftoolchain/readelf/
H A DMakefile3 TOP= .. macro
15 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd-12.1/contrib/elftoolchain/addr2line/
H A DMakefile3 TOP= .. macro
15 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd-12.1/contrib/elftoolchain/cxxfilt/
H A DMakefile3 TOP= .. macro
15 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd-12.1/share/doc/llvm/clang/
H A DMakefile7 FILESGROUPS= TOP
8 TOP= LICENSE.TXT macro
/freebsd-12.1/share/doc/atf/
H A DMakefile31 FILESGROUPS= TOP
34 TOP= AUTHORS COPYING NEWS README macro
/freebsd-12.1/contrib/elftoolchain/common/
H A DMakefile3 TOP= .. macro
18 .include "${TOP}/mk/elftoolchain.inc.mk"
/freebsd-12.1/share/doc/llvm/
H A DMakefile9 FILESGROUPS= TOP
10 TOP= LICENSE.TXT COPYRIGHT.regex macro
/freebsd-12.1/contrib/elftoolchain/libpe/
H A DMakefile3 TOP= .. macro
32 .include "${TOP}/mk/elftoolchain.lib.mk"
/freebsd-12.1/contrib/elftoolchain/ar/
H A DMakefile3 TOP= .. macro
30 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd-12.1/contrib/less/
H A Djump.c125 get_scrpos(&scrpos, TOP); in repaint()
223 back(-nline, position(TOP), 1, 0);
245 tpos = position(TOP);
H A Dforwback.c232 if (!force && position(TOP) != NULL_POSITION)
401 back(1, position(TOP), 1, 0);
426 pos = position(TOP);
/freebsd-12.1/crypto/heimdal/appl/ftp/ftp/
H A Ddomacro.c60 TOP: in domacro()
146 goto TOP; in domacro()

123