OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:THERE
(Results
1 - 13
of
13
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/
config
9
THERE
=`dirname $0`
10
exec "$
THERE
/Configure" "$@"
/src/crypto/external/bsd/openssl/dist/
config
9
THERE
=`dirname $0`
10
exec "$
THERE
/Configure" "$@"
/src/crypto/external/apache2/openssl/dist/util/
shlib_wrap.sh.in
30
THERE
="`echo $0 | sed -e 's|[^/]*$||' 2>/dev/null`.."
31
[ -d "${
THERE
}" ] || exec "$@" # should never happen...
33
LIBCRYPTOSO="${
THERE
}/{- platform->sharedlib('libcrypto') -}"
34
LIBSSLSO="${
THERE
}/{- platform->sharedlib('libssl') -}"
84
eval $rld_var=\"${
THERE
}'${'$rld_var':+:$'$rld_var'}'\"; export $rld_var
93
_RLD_LIB_PATH="${
THERE
}:$LD_LIBRARY_PATH"
96
*) LD_LIBRARY_PATH="${
THERE
}:$LD_LIBRARY_PATH" # Linux, ELF HP-UX
97
DYLD_LIBRARY_PATH="${
THERE
}:$DYLD_LIBRARY_PATH" # MacOS X
98
SHLIB_PATH="${
THERE
}:$SHLIB_PATH" # legacy HP-UX
99
LIBPATH="${
THERE
}:$LIBPATH" # AIX, OS/
[
all
...]
/src/crypto/external/bsd/openssl/dist/util/
shlib_wrap.sh.in
30
THERE
="`echo $0 | sed -e 's|[^/]*$||' 2>/dev/null`.."
31
[ -d "${
THERE
}" ] || exec "$@" # should never happen...
33
LIBCRYPTOSO="${
THERE
}/{- platform->sharedlib('libcrypto') -}"
34
LIBSSLSO="${
THERE
}/{- platform->sharedlib('libssl') -}"
84
eval $rld_var=\"${
THERE
}'${'$rld_var':+:$'$rld_var'}'\"; export $rld_var
93
_RLD_LIB_PATH="${
THERE
}:$LD_LIBRARY_PATH"
96
*) LD_LIBRARY_PATH="${
THERE
}:$LD_LIBRARY_PATH" # Linux, ELF HP-UX
97
DYLD_LIBRARY_PATH="${
THERE
}:$DYLD_LIBRARY_PATH" # MacOS X
98
SHLIB_PATH="${
THERE
}:$SHLIB_PATH" # legacy HP-UX
99
LIBPATH="${
THERE
}:$LIBPATH" # AIX, OS/
[
all
...]
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
enum-class.cc
19
HI = 7,
THERE
23
HI = 23,
THERE
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
enum-class.cc
19
HI = 7,
THERE
23
HI = 23,
THERE
/src/crypto/external/bsd/openssl.old/dist/util/
shlib_wrap.sh.in
42
THERE
="`echo $0 | sed -e 's|[^/]*$||' 2>/dev/null`.."
43
[ -d "${
THERE
}" ] || exec "$@" # should never happen...
45
LIBCRYPTOSO="${
THERE
}/{- shlib('libcrypto') -}"
46
LIBSSLSO="${
THERE
}/{- shlib('libssl') -}"
96
eval $rld_var=\"${
THERE
}'${'$rld_var':+:$'$rld_var'}'\"; export $rld_var
99
*) LD_LIBRARY_PATH="${
THERE
}:$LD_LIBRARY_PATH" # Linux, ELF HP-UX
100
DYLD_LIBRARY_PATH="${
THERE
}:$DYLD_LIBRARY_PATH" # MacOS X
101
SHLIB_PATH="${
THERE
}:$SHLIB_PATH" # legacy HP-UX
102
LIBPATH="${
THERE
}:$LIBPATH" # AIX, OS/2
109
PATH="${
THERE
}:$PATH"; export PAT
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/
config
17
THERE
=`dirname $0`
453
echo " invoke '$
THERE
/Configure irix64-mips4-$CC' *manually*."
465
echo " invoke '$
THERE
/Configure darwin64-ppc-cc' *manually*."
480
echo " invoke 'KERNEL_BITS=64 $
THERE
/config $options'."
527
echo " invoke '$
THERE
/Configure linux-ppc64' *manually*."
549
echo " invoke '$
THERE
/Configure linux64-mips64' *manually*."
566
echo " invoke '$
THERE
/Configure linux64-sparcv9' *manually*."
654
echo " invoke '$
THERE
/Configure solaris64-sparcv9-cc' *manually*."
666
echo " invoke '$
THERE
/Configure solaris-sparcv9-gcc' *manually*."
674
echo " invoke '$
THERE
/Configure solaris64-sparcv9-gcc' *manually*.
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Support/
regcomp.c
272
#define
THERE
() (p->slen - 1)
358
g->firststate =
THERE
();
366
g->laststate =
THERE
();
418
prevback =
THERE
();
513
* group must exist (i.e. if \4 is found
there
must have been at
575
AHEAD(
THERE
()); /* ...so fix it */
1141
AHEAD(
THERE
());
1153
AHEAD(
THERE
()); /* ...so fix it */
1307
static int /* character;
there
is no "none" value */
1471
* hard-case backup, but it's just too big and messy unless
there
ar
[
all
...]
/src/external/bsd/nvi/dist/regex/
regcomp.c
167
#define
THERE
() (p->slen - 1)
270
g->firststate =
THERE
();
278
g->laststate =
THERE
();
338
prevback =
THERE
();
468
AHEAD(
THERE
()); /* ...so fix it */
1073
AHEAD(
THERE
());
1085
AHEAD(
THERE
()); /* ...so fix it */
1239
static int /* character;
there
is no "none" value */
1472
* hard-case backup, but it's just too big and messy unless
there
are
1682
if (g->mlen == 0) /*
there
isn't one *
[
all
...]
/src/lib/libc/regex/
regcomp.c
219
#define
THERE
() (p->slen - 1)
375
g->firststate =
THERE
();
381
g->laststate =
THERE
();
654
AHEAD(
THERE
()); /* ...so fix it */
730
bc->back =
THERE
();
1607
AHEAD(
THERE
());
1619
AHEAD(
THERE
()); /* ...so fix it */
1869
* hard-case backup, but it's just too big and messy unless
there
are
2157
if (g->mlen == 0) { /*
there
isn't one */
2411
return(0); /*
there
may not be an OEND *
[
all
...]
/src/sys/arch/m68k/060sp/dist/
fplsp.s
5480
#--
there
is a danger of unwanted overflow in first LOOP iteration. In this
5911
#--
there
is a danger of unwanted overflow in first LOOP iteration. In this
6284
#--SIXTH BITS IS SET TO BE 1. SINCE K = -4, -3, ..., 3,
THERE
6544
# detected inside of satan(), the exception would have been handled
there
6738
# |X| < 16380 log(2).
There
is no harm to have a small #
8018
# Note 1.
There
are 64 different possible values for F, thus 64 #
8497
#--
THERE
ARE ONLY TWO CASES.
fpsp.s
1161
# _fpsp_done(). If
there
is an enabled FP exception, then we insert #
1358
bne.b fu_in_exc #
there
is at least one set
1386
# *
there
will be no other way to pass it the exceptional operand
1627
bne.b fu_out_exc #
there
is at least one set
1964
# *
there
will be no other way to pass it the exceptional operand
3836
# When a "Line F Emulator" exception occurs,
there
are 3 possible #
3969
#
There
are two main cases of instructions that may enter here to #
5586
#--
there
is a danger of unwanted overflow in first LOOP iteration. In this
6017
#--
there
is a danger of unwanted overflow in first LOOP iteration. In this
6390
#--SIXTH BITS IS SET TO BE 1. SINCE K = -4, -3, ..., 3,
THERE
[
all
...]
Completed in 50 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026