HomeSort by: relevance | last modified time | path
    Searched refs:HERE (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/crypto/external/bsd/openssl.old/dist/util/
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}" "$@"
openssl-format-source 28 HERE="`dirname $0`"
49 INDENT_PROFILE="$HERE/indent.pro"
144 | perl "$HERE"/su-filter.pl \
  /src/crypto/external/apache2/openssl/dist/util/
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
9 if [ -d "${HERE}../providers" -a "x$OPENSSL_MODULES" = "x" ]; then
10 OPENSSL_MODULES="${HERE}../providers"; export OPENSSL_MODULES
22 PATH="${HERE}..:$PATH"; export PATH
25 elif [ -x "${OPENSSL}" -a -x "${HERE}shlib_wrap.sh" ]; then
26 exec "${HERE}shlib_wrap.sh" "${OPENSSL}" "$@"
fips-checksums.sh 3 HERE=`dirname $0`
13 | $HERE/lang-compress.pl 'C' \
20 | $HERE/lang-compress.pl 'perl' \
26 | $HERE/lang-compress.pl 'S' \
  /src/crypto/external/bsd/openssl/dist/util/
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
9 if [ -d "${HERE}../providers" -a "x$OPENSSL_MODULES" = "x" ]; then
10 OPENSSL_MODULES="${HERE}../providers"; export OPENSSL_MODULES
22 PATH="${HERE}..:$PATH"; export PATH
25 elif [ -x "${OPENSSL}" -a -x "${HERE}shlib_wrap.sh" ]; then
26 exec "${HERE}shlib_wrap.sh" "${OPENSSL}" "$@"
fips-checksums.sh 3 HERE=`dirname $0`
13 | $HERE/lang-compress.pl 'C' \
20 | $HERE/lang-compress.pl 'perl' \
26 | $HERE/lang-compress.pl 'S' \
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
genfusion.pl 108 print <<HERE;
114 HERE
116 print <<HERE;
118 HERE
121 print <<HERE;
123 HERE
125 print <<HERE;
127 HERE
129 print <<HERE;
131 HERE
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
genfusion.pl 108 print <<HERE;
114 HERE
116 print <<HERE;
118 HERE
121 print <<HERE;
123 HERE
125 print <<HERE;
127 HERE
129 print <<HERE;
131 HERE
    [all...]
  /src/external/bsd/ntp/dist/sntp/unity/auto/
generate_module.rb 14 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?
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/
asan_device_setup 15 HERE="$(cd "$(dirname "$0")" && pwd)"
236 elif [[ -f "$HERE/$ASAN_RT" ]]; then
237 ASAN_RT_PATH="$HERE"
238 elif [[ $(basename "$HERE") == "bin" ]]; then
242 P=$(ls "$HERE"/../lib/"$ASAN_RT" \
243 "$HERE"/../lib/asan/"$ASAN_RT" \
244 "$HERE"/../lib/linux/"$ASAN_RT" \
245 "$HERE"/../lib/clang/*/lib/linux/"$ASAN_RT" \
246 "$HERE"/../lib64/clang/*/lib/linux/"$ASAN_RT" 2>/dev/null | sort | tail -1)
  /src/crypto/external/apache2/openssl/dist/crypto/property/
property_parse.c 68 "HERE-->%s", *t);
88 ERR_raise_data(ERR_LIB_PROP, PROP_R_NAME_TOO_LONG, "HERE-->%s", *t);
104 "HERE-->%s", *t);
117 "HERE-->%s", *t);
154 "HERE-->%s", *t);
171 "HERE-->%s", *t);
184 "HERE-->%s", *t);
210 "HERE-->%c%s", delim, *t);
215 ERR_raise_data(ERR_LIB_PROP, PROP_R_STRING_TOO_LONG, "HERE-->%s", *t);
243 "HERE-->%s", s)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/property/
property_parse.c 68 "HERE-->%s", *t);
88 ERR_raise_data(ERR_LIB_PROP, PROP_R_NAME_TOO_LONG, "HERE-->%s", *t);
104 "HERE-->%s", *t);
117 "HERE-->%s", *t);
154 "HERE-->%s", *t);
171 "HERE-->%s", *t);
184 "HERE-->%s", *t);
210 "HERE-->%c%s", delim, *t);
215 ERR_raise_data(ERR_LIB_PROP, PROP_R_STRING_TOO_LONG, "HERE-->%s", *t);
243 "HERE-->%s", s)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regcomp.c 268 #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)
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...]
  /src/sys/external/bsd/gnu-efi/dist/apps/
lfbgrid.c 62 #error YOUR ARCH HERE
126 #error YOUR ARCH HERE
  /src/external/bsd/nvi/dist/regex/
regcomp.c 163 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
164 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos))
165 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
166 #define HERE() (p->slen)
323 conc = HERE();
326 (void)REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
340 prevfwd = HERE();
369 pos = HERE();
376 p->pbegin[subno] = HERE();
381 p->pend[subno] = HERE();
    [all...]
  /src/lib/libc/regex/
regcomp.c 215 #define INSERT(op, pos) doinsert(p, (op), HERE()-(pos)+1, pos)
216 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos))
217 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
218 #define HERE() (p->slen)
464 pos = HERE();
471 p->pbegin[subno] = HERE();
476 p->pend[subno] = HERE();
732 bc->fwd = HERE();
845 bc.start = HERE();
856 (void) REQUIRE(p->gnuext || HERE() != bc.start, REG_EMPTY)
    [all...]
  /src/lib/libm/src/
e_coshl.c 27 #error SHOULD STOP HERE!!!
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
dlist.d 87 This function is implemented as a member function here, as UFCS does not
396 /+ BEGIN CONCAT FUNCTIONS HERE +/
434 /+ BEGIN INSERT FUNCTIONS HERE +/
516 /+ BEGIN REMOVE FUNCTIONS HERE +/
  /src/external/gpl2/groff/dist/src/preproc/pic/
pic.y 140 %token HERE
232 %left ORDINAL HERE '`'
1235 | HERE
lex.cpp 435 { "Here", HERE },
  /src/sys/arch/m68k/060sp/dist/
iskeletn.s 66 # _isp_unimp() branches to here so that the operating system
291 # 060 INTEGER KERNEL PACKAGE MUST GO HERE!!!
fskeletn.s 219 # Illegals branch here.
233 # exceptions branch here.
350 # 060 FPSP KERNEL PACKAGE NEEDS TO GO HERE!!!
fplsp.s 42 # effect, branches to one of the branch table entries located here.
5212 # here, the operation may underflow iff the precision is sgl or dbl.
6249 #--ENTRY POINT FOR ATAN(X), HERE X IS FINITE, NON-ZERO, AND NOT NAN'S
6329 #--WHAT WE HAVE HERE IS MERELY A1 = A3, A2 = A1/A3, A3 = A2/A3.
6541 # This catch is added here for the '060 QSP. Originally, the call to
7111 #--entry point for EXP(X), here X is finite, non-zero, and not NaN's
7274 #--entry point for EXPM1(X), here X is finite, non-zero, non-NaN
7500 #--entry point for EXPM1(X), here X is denormalized
7552 # here, we build the result in a tmp location so as not to disturb the input
8331 # if these 2 lines weren't here, the correct answer would be returne
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
lexer.d 1412 q"HERE
1414 HERE" // "foo\n"
2058 // got a digit here, set any necessary flags, check for errors
3262 /* Not much here, just trying things out.
  /src/external/gpl2/xcvs/dist/src/
sanity.sh 530 # that are used in a %p format, add them here.
611 # `pwd`/cvs-sanity. The biggest problem here is that we have
838 # You can't run CVS as root; print a nice error message here instead
998 # (non-special) +, so here is another workaround
1958 here
1966 here
1968 Second change will change it here.
1972 here
2123 # commands here, but since the echo lines would be the same as those
2136 here
    [all...]

Completed in 98 milliseconds

1 2