| /NextBSD/crypto/openssl/util/ |
| HD | opensslwrap.sh | 3 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}" "$@"
|
| HD | openssl-format-source | 20 HERE="`dirname $0`" 37 INDENT_PROFILE="$HERE/indent.pro" 136 | perl "$HERE"/su-filter.pl \
|
| /NextBSD/contrib/compiler-rt/lib/asan/scripts/ |
| HD | asan_device_setup | 15 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/ |
| HD | regcomp.c | 140 #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/ |
| HD | generate_module.rb | 14 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/ |
| HD | regcomp.c | 155 #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/ |
| HD | regcomp.c | 156 #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/ |
| HD | functions-extractimage.sh | 161 HERE=`pwd` 178 cd "${HERE}" 195 cd "${HERE}" 210 cd "${HERE}"
|
| HD | functions-installpackages.sh | 93 HERE=`pwd` 181 rc_halt "cd ${HERE}"
|
| /NextBSD/sys/boot/mips/beri/loader/ |
| HD | version | 3 NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
|
| /NextBSD/sys/boot/sparc64/loader/ |
| HD | version | 3 NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
|
| /NextBSD/sys/boot/powerpc/ofw/ |
| HD | version | 3 NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
|
| /NextBSD/sys/boot/efi/loader/ |
| HD | version | 3 NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
|
| /NextBSD/sys/boot/powerpc/ps3/ |
| HD | version | 3 NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
|
| /NextBSD/sys/boot/powerpc/kboot/ |
| HD | version | 3 NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
|
| /NextBSD/sys/boot/powerpc/uboot/ |
| HD | version | 3 NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
|
| /NextBSD/sys/boot/arm/uboot/ |
| HD | version | 3 NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
|
| /NextBSD/sys/boot/i386/loader/ |
| HD | version | 3 NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
|
| /NextBSD/sys/boot/ficl/softwords/ |
| HD | marker.fr | 16 here - allot \ reset HERE to my xt-addr
|
| /NextBSD/contrib/amd/ |
| HD | README.y2k | 20 NOTE: NONE OF THE PERSONS MENTIONED HERE, AUTHOR INCLUDED, ARE WILLING TO
|
| /NextBSD/crypto/openssl/ |
| HD | Makefile.org | 21 HERE=. 343 $(MAKE) -f $(HERE)/Makefile.shared -e $(BUILDENV) \ 595 $(MAKE) -f $$here/Makefile HERE="$$here" link-shared ); \
|
| HD | Makefile | 23 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/ |
| HD | pic.y | 138 %token HERE 230 %left ORDINAL HERE '`' 1233 | HERE
|
| /NextBSD/contrib/subversion/ |
| HD | COMMITTERS | 63 [[END ACTIVE FULL COMMITTERS. LEAVE THIS LINE HERE; SCRIPTS LOOK FOR IT.]]
|
| /NextBSD/crypto/openssl/doc/HOWTO/ |
| HD | proxy_certificates.txt | 5 NONE OF THE CODE PRESENTED HERE HAS BEEN CHECKED! The code is just examples to
|