Searched refs:HERE (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/crypto/openssl/util/
H A Dopensslwrap.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}" "$@"
H A Dopenssl-format-source20 HERE="`dirname $0`"
37 INDENT_PROFILE="$HERE/indent.pro"
136 | perl "$HERE"/su-filter.pl \
/freebsd-11-stable/usr.bin/tail/tests/
H A Dtail_test.sh48 cat > infile <<HERE
52 HERE
53 cat > expectfile << HERE
57 HERE
71 cat > infile <<HERE
75 HERE
76 cat > expectfile << HERE
79 HERE
95 cat > expectfile << HERE
100 HERE
[all...]
/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A Dgenerate_module.rb14 HERE = File.expand_path(File.dirname(__FILE__)) + '/'
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?
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-installpackages.sh93 HERE=`pwd`
181 rc_halt "cd ${HERE}"
H A Dfunctions-extractimage.sh161 HERE=`pwd`
178 cd "${HERE}"
195 cd "${HERE}"
210 cd "${HERE}"
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c268 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
269 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos))
270 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
271 #define HERE() (p->slen) macro
403 conc = HERE();
406 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
420 prevfwd = HERE();
449 pos = HERE();
456 p->pbegin[subno] = HERE();
461 p->pend[subno] = HERE();
[all...]
/freebsd-11-stable/contrib/nvi/regex/
H A Dregcomp.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();
307 (void)REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
321 prevfwd = HERE();
349 pos = HERE();
356 p->pbegin[subno] = HERE();
361 p->pend[subno] = HERE();
[all...]
/freebsd-11-stable/lib/libc/regex/
H A Dregcomp.c186 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
187 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos))
188 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
189 #define HERE() (p->slen) macro
368 pos = HERE();
375 p->pbegin[subno] = HERE();
380 p->pend[subno] = HERE();
558 bc->fwd = HERE();
670 bc.start = HERE();
681 (void) REQUIRE(HERE() !
[all...]
/freebsd-11-stable/crypto/openssl/
H A DMakefile.org18 # HERE indicates where this Makefile lives. This can be used to indicate
21 HERE=.
345 $(MAKE) -f $(HERE)/Makefile.shared -e $(BUILDENV) \
603 $(MAKE) -f $$here/Makefile HERE="$$here" link-shared ); \
H A DMakefile20 # HERE indicates where this Makefile lives. This can be used to indicate
23 HERE=. macro
347 $(MAKE) -f $(HERE)/Makefile.shared -e $(BUILDENV) \
605 $(MAKE) -f $$here/Makefile HERE="$$here" link-shared ); \
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dpic.y138 %token HERE
230 %left ORDINAL HERE '`'
1233 | HERE
H A Dlex.cpp433 { "Here", HERE },

Completed in 185 milliseconds