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

/freebsd-11.0-release/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.0-release/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.0-release/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.0-release/contrib/llvm/lib/Support/
H A Dregcomp.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();
278 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
292 prevfwd = HERE();
321 pos = HERE();
328 p->pbegin[subno] = HERE();
333 p->pend[subno] = HERE();
[all...]
/freebsd-11.0-release/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.0-release/lib/libc/regex/
H A Dregcomp.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();
327 (void)REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
341 prevfwd = HERE();
371 pos = HERE();
378 p->pbegin[subno] = HERE();
383 p->pend[subno] = HERE();
[all...]
/freebsd-11.0-release/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) \
595 $(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) \
597 $(MAKE) -f $$here/Makefile HERE="$$here" link-shared ); \
/freebsd-11.0-release/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 95 milliseconds