Home
last modified time | relevance | path

Searched refs:HERE (Results 1 – 25 of 39) sorted by relevance

12

/NextBSD/crypto/openssl/util/
HDopensslwrap.sh3 HERE="`echo $0 | sed -e 's|[^/]*$||'`"
4 OPENSSL="${HERE}../apps/openssl"
6 if [ -d "${HERE}../engines" -a "x$OPENSSL_ENGINES" = "x" ]; then
7 OPENSSL_ENGINES="${HERE}../engines"; export OPENSSL_ENGINES
19 PATH="${HERE}..:$PATH"; export PATH
22 elif [ -x "${OPENSSL}" -a -x "${HERE}shlib_wrap.sh" ]; then
23 exec "${HERE}shlib_wrap.sh" "${OPENSSL}" "$@"
HDopenssl-format-source20 HERE="`dirname $0`"
37 INDENT_PROFILE="$HERE/indent.pro"
136 | perl "$HERE"/su-filter.pl \
/NextBSD/contrib/compiler-rt/lib/asan/scripts/
HDasan_device_setup15 HERE="$(cd "$(dirname "$0")" && pwd)"
204 elif [[ -f "$HERE/$ASAN_RT" ]]; then
205 ASAN_RT_PATH="$HERE"
206 elif [[ $(basename "$HERE") == "bin" ]]; then
209 …P=$(ls "$HERE"/../lib/"$ASAN_RT" "$HERE"/../lib/asan/"$ASAN_RT" "$HERE"/../lib/linux/"$ASAN_RT" "$
/NextBSD/contrib/llvm/lib/Support/
HDregcomp.c140 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
141 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos))
142 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
143 #define HERE() (p->slen) macro
275 conc = HERE(); in p_ere()
278 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ in p_ere()
292 prevfwd = HERE(); in p_ere()
321 pos = HERE(); in p_ere_exp()
328 p->pbegin[subno] = HERE(); in p_ere_exp()
333 p->pend[subno] = HERE(); in p_ere_exp()
[all …]
/NextBSD/contrib/ntp/sntp/unity/auto/
HDgenerate_module.rb14 HERE = File.expand_path(File.dirname(__FILE__)) + '/' constant
106 cfg = YAML.load_file(HERE + @yaml_config)[:generate_module]
118 @path_src = HERE + "../src/" if @path_src.nil?
120 @path_tst = HERE + "../test/" if @path_tst.nil?
/NextBSD/contrib/nvi/regex/
HDregcomp.c155 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
156 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos))
157 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
158 #define HERE() (p->slen) macro
304 conc = HERE(); in p_ere()
307 (void)REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ in p_ere()
321 prevfwd = HERE(); in p_ere()
349 pos = HERE(); in p_ere_exp()
356 p->pbegin[subno] = HERE(); in p_ere_exp()
361 p->pend[subno] = HERE(); in p_ere_exp()
[all …]
/NextBSD/lib/libc/regex/
HDregcomp.c156 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
157 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos))
158 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
159 #define HERE() (p->slen) macro
324 conc = HERE(); in p_ere()
327 (void)REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ in p_ere()
341 prevfwd = HERE(); in p_ere()
371 pos = HERE(); in p_ere_exp()
378 p->pbegin[subno] = HERE(); in p_ere_exp()
383 p->pend[subno] = HERE(); in p_ere_exp()
[all …]
/NextBSD/usr.sbin/pc-sysinstall/backend/
HDfunctions-extractimage.sh161 HERE=`pwd`
178 cd "${HERE}"
195 cd "${HERE}"
210 cd "${HERE}"
HDfunctions-installpackages.sh93 HERE=`pwd`
181 rc_halt "cd ${HERE}"
/NextBSD/sys/boot/mips/beri/loader/
HDversion3 NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
/NextBSD/sys/boot/sparc64/loader/
HDversion3 NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
/NextBSD/sys/boot/powerpc/ofw/
HDversion3 NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
/NextBSD/sys/boot/efi/loader/
HDversion3 NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
/NextBSD/sys/boot/powerpc/ps3/
HDversion3 NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
/NextBSD/sys/boot/powerpc/kboot/
HDversion3 NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
/NextBSD/sys/boot/powerpc/uboot/
HDversion3 NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
/NextBSD/sys/boot/arm/uboot/
HDversion3 NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
/NextBSD/sys/boot/i386/loader/
HDversion3 NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
/NextBSD/sys/boot/ficl/softwords/
HDmarker.fr16 here - allot \ reset HERE to my xt-addr
/NextBSD/contrib/amd/
HDREADME.y2k20 NOTE: NONE OF THE PERSONS MENTIONED HERE, AUTHOR INCLUDED, ARE WILLING TO
/NextBSD/crypto/openssl/
HDMakefile.org21 HERE=.
343 $(MAKE) -f $(HERE)/Makefile.shared -e $(BUILDENV) \
595 $(MAKE) -f $$here/Makefile HERE="$$here" link-shared ); \
HDMakefile23 HERE=. macro
345 $(MAKE) -f $(HERE)/Makefile.shared -e $(BUILDENV) \
597 $(MAKE) -f $$here/Makefile HERE="$$here" link-shared ); \
/NextBSD/contrib/groff/src/preproc/pic/
HDpic.y138 %token HERE
230 %left ORDINAL HERE '`'
1233 | HERE
/NextBSD/contrib/subversion/
HDCOMMITTERS63 [[END ACTIVE FULL COMMITTERS. LEAVE THIS LINE HERE; SCRIPTS LOOK FOR IT.]]
/NextBSD/crypto/openssl/doc/HOWTO/
HDproxy_certificates.txt5 NONE OF THE CODE PRESENTED HERE HAS BEEN CHECKED! The code is just examples to

12