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

/freebsd-10.1-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-10.1-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-10.1-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-10.1-release/contrib/llvm/lib/Support/
H A Dregcomp.c132 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
133 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos))
134 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
135 #define HERE() (p->slen) macro
267 conc = HERE();
270 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
284 prevfwd = HERE();
313 pos = HERE();
320 p->pbegin[subno] = HERE();
325 p->pend[subno] = HERE();
[all...]
/freebsd-10.1-release/contrib/nvi/regex/
H A Dregcomp.c159 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
160 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos))
161 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
162 #define HERE() (p->slen) macro
319 conc = HERE();
322 (void)REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
336 prevfwd = HERE();
365 pos = HERE();
372 p->pbegin[subno] = HERE();
377 p->pend[subno] = HERE();
[all...]
/freebsd-10.1-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
307 conc = HERE();
310 (void)REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
324 prevfwd = HERE();
354 pos = HERE();
361 p->pbegin[subno] = HERE();
366 p->pend[subno] = HERE();
[all...]
/freebsd-10.1-release/crypto/openssl/
H A DMakefile.org18 # HERE indicates where this Makefile lives. This can be used to indicate
21 HERE=.
340 $(MAKE) -f $(HERE)/Makefile.shared -e $(BUILDENV) \
592 $(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
342 $(MAKE) -f $(HERE)/Makefile.shared -e $(BUILDENV) \
594 $(MAKE) -f $$here/Makefile HERE="$$here" link-shared ); \
/freebsd-10.1-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 190 milliseconds