OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sources
(Results
1 - 25
of
250
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
break-inline-psymtab.exp
18
set
sources
[list $srcfile $srcfile2]
19
if { [prepare_for_testing "failed to prepare" ${testfile} $
sources
] } {
dw2-abs-hi-pc.exp
22
set
sources
\
27
set
sources
[lmap i $
sources
{ set tmp $srcdir/$subdir/$i }]
29
lassign [function_range hello $
sources
] \
31
lassign [function_range world $
sources
] \
34
set
sources
\
52
if {[build_executable ${testfile}.exp ${executable} $
sources
$flags] == -1} {
dw2-ranges-psym-warning.exp
44
set
sources
[list ${srcdir}/${subdir}/$srcfile ${srcdir}/${subdir}/$srcfile2]
46
lassign [function_range foo $
sources
] \
50
lassign [function_range foo_low $
sources
] \
54
lassign [function_range bar $
sources
] \
58
lassign [function_range baz $
sources
] \
dw2-ranges-psym.exp
46
set
sources
[list ${srcdir}/${subdir}/$srcfile ${srcdir}/${subdir}/$srcfile2]
48
lassign [function_range foo $
sources
] \
52
lassign [function_range foo_low $
sources
] \
56
lassign [function_range bar $
sources
] \
60
lassign [function_range baz $
sources
] \
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
break-inline-psymtab.exp
18
set
sources
[list $srcfile $srcfile2]
19
if { [prepare_for_testing "failed to prepare" ${testfile} $
sources
] } {
dw2-abs-hi-pc.exp
22
set
sources
\
27
set
sources
[lmap i $
sources
{ set tmp $srcdir/$subdir/$i }]
29
lassign [function_range hello $
sources
] \
31
lassign [function_range world $
sources
] \
34
set
sources
\
52
if {[build_executable ${testfile}.exp ${executable} $
sources
$flags] == -1} {
dw2-ranges-psym-warning.exp
44
set
sources
[list ${srcdir}/${subdir}/$srcfile ${srcdir}/${subdir}/$srcfile2]
46
lassign [function_range foo $
sources
] \
50
lassign [function_range foo_low $
sources
] \
54
lassign [function_range bar $
sources
] \
58
lassign [function_range baz $
sources
] \
dw2-ranges-psym.exp
46
set
sources
[list ${srcdir}/${subdir}/$srcfile ${srcdir}/${subdir}/$srcfile2]
48
lassign [function_range foo $
sources
] \
52
lassign [function_range foo_low $
sources
] \
56
lassign [function_range bar $
sources
] \
60
lassign [function_range baz $
sources
] \
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
pr10179.exp
17
set
sources
"pr10179-a.c pr10179-b.c"
19
if {[build_executable ${testname}.exp $testname $
sources
{debug}] == -1} {
decl-before-def.exp
17
set
sources
[list $srcfile $srcfile2]
19
if {[prepare_for_testing "failed to prepare" $testfile $
sources
]} {
c-linkage-name.exp
22
set
sources
"${srcdir}/${subdir}/${srcfile} ${srcdir}/${subdir}/${srcfile2}"
23
if { [gdb_compile "${
sources
}" "${binfile}" executable {debug}] != "" } {
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
pr10179.exp
17
set
sources
"pr10179-a.c pr10179-b.c"
19
if {[build_executable ${testname}.exp $testname $
sources
{debug}] == -1} {
decl-before-def.exp
17
set
sources
[list $srcfile $srcfile2]
19
if {[prepare_for_testing "failed to prepare" $testfile $
sources
]} {
c-linkage-name.exp
22
set
sources
"${srcdir}/${subdir}/${srcfile} ${srcdir}/${subdir}/${srcfile2}"
23
if { [gdb_compile "${
sources
}" "${binfile}" executable {debug}] != "" } {
/src/external/gpl2/gettext/dist/build-aux/
csharpcomp.sh.in
72
sources
=
122
sources
="$
sources
"`echo "$1" | sed -e "$sed_quote_subst"`
133
test -z "$CSHARP_VERBOSE" || echo cscc $options_cscc $
sources
134
exec cscc $options_cscc $
sources
144
test -z "$CSHARP_VERBOSE" || echo mcs $options_mcs $
sources
145
mcs $options_mcs $
sources
> "$tmp"/mcs.err
152
test -z "$CSHARP_VERBOSE" || echo csc $options_csc $
sources
153
exec csc $options_csc $
sources
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
csharpcomp.h
25
sources
is an array of source file names, including resource files.
31
extern bool compile_csharp_class (const char * const *
sources
,
/src/external/bsd/libpcap/dist/
mkdep
101
sources
=""
104
sources
="$
sources
$SOURCE_DIRECTORY/$srcfile"
108
# $flags and $
sources
are meant to expand
110
"$CC" "$DEPENDENCY_CFLAG" $flags $
sources
|
/src/external/bsd/tcpdump/dist/
mkdep
96
sources
=""
99
sources
="$
sources
$SOURCE_DIRECTORY/$srcfile"
103
# $flags and $
sources
are meant to expand
105
"$CC" "$DEPENDENCY_CFLAG" $flags $
sources
|
/src/external/gpl3/gcc.old/dist/libphobos/m4/
gdc.m4
12
AC_MSG_CHECKING([[If $GDC can compile D
sources
]])
16
AC_MSG_ERROR([[can't compile D
sources
!]])])
/src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
Makefile.am
41
sources
= \
49
libstdc__fs_la_SOURCES = $(
sources
)
50
libstdc__fsconvenience_la_SOURCES = $(
sources
)
/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
rust-support.exp
29
proc gdb_compile_rust {
sources
dest options} {
32
if {[llength $
sources
] > 1} {
71
if {[gdb_compile [lindex $
sources
0] $dest executable \
/src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
rust-support.exp
29
proc gdb_compile_rust {
sources
dest options} {
32
if {[llength $
sources
] > 1} {
71
if {[gdb_compile [lindex $
sources
0] $dest executable \
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++26/
Makefile.am
1
## Makefile for the C++26
sources
of the GNU C++ Standard library.
38
sources
= text_encoding.cc
44
libc__26convenience_la_SOURCES = $(
sources
) $(inst_sources)
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++20/
Makefile.am
1
## Makefile for the C++20
sources
of the GNU C++ Standard library.
39
sources
=
43
libc__20convenience_la_SOURCES = $(
sources
) $(inst_sources)
/src/external/mpl/bind/dist/lib/dns/
ipkeylist.c
31
ipkl->
sources
= NULL;
50
if (ipkl->
sources
!= NULL) {
51
isc_mem_cput(mctx, ipkl->
sources
, ipkl->allocated,
52
sizeof(ipkl->
sources
[0]));
121
if (src->
sources
!= NULL) {
122
memmove(dst->
sources
, src->
sources
,
180
ipkl->
sources
= isc_mem_creget(mctx, ipkl->
sources
, ipkl->allocated, n,
181
sizeof(ipkl->
sources
[0]))
[
all
...]
Completed in 33 milliseconds
1
2
3
4
5
6
7
8
9
10
Indexes created Sat Feb 28 05:31:39 UTC 2026