OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foo1
(Results
1 - 25
of
33
) sorted by relevancy
1
2
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-sync-interp.c
24
foo1
(void)
function
32
foo1
();
py-framefilter.c
154
const char *
foo1
= "Test";
local
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-sync-interp.c
24
foo1
(void)
function
32
foo1
();
py-framefilter.c
154
const char *
foo1
= "Test";
local
/src/external/historical/nawk/dist/testdir/
T.clv
12
' >
foo1
15
diff
foo1
foo2 || echo 'BAD: T.clv (stdin only)'
21
' x=1 >
foo1
24
diff
foo1
foo2 || echo 'BAD: T.clv (x=1 only)'
30
' x=1 x=2 x=3 >
foo1
33
diff
foo1
foo2 || echo 'BAD: T.clv (x=3 only)'
40
' x=1 x=2 x=3 foo >
foo1
43
diff
foo1
foo2 || echo 'BAD: T.clv (x=3 only)'
46
echo 4 >
foo1
48
diff
foo1
foo2 || echo 'BAD: T.clv (x=4 /dev/null)
[
all
...]
T.misc
16
succeeded' >
foo1
23
cmp -s
foo1
foo2 || echo 'BAD: T.misc ghosh RE bug'
28
echo '12345678901' >
foo1
30
cmp -s
foo1
foo2 || echo 'BAD: T.misc last number bug'
33
echo HIJKL >
foo1
35
cmp -s
foo1
foo2 || echo 'BAD: T.misc hex string cvt'
37
echo 012x45 >
foo1
39
cmp -s
foo1
foo2 || echo 'BAD: T.misc oct string cvt'
42
echo 3 5 | $awk '{ i = 1; print $i++ ; print $1, i }' >
foo1
45
cmp -s
foo1
foo2 || echo 'BAD: T.misc bad field increment
[
all
...]
T.-f-f
8
echo 'BEGIN { print "begin" }' >
foo1
10
echo xxx | $awk -f
foo1
-f foo2 >foo3
14
echo '/a/' | $awk -f - /etc/passwd >
foo1
16
diff
foo1
foo2 || echo 'BAD: T.-f-f -f -'
19
cp /etc/passwd
foo1
24
diff
foo1
foo5 || echo 'BAD: T.-f-f 3 files'
Compare.tt
42
$time $awk -f $i $td >
foo1
2>foo1t
44
cmp
foo1
foo2
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
pr10179-a.c
6
foo1
()
function
bfd-errors-lib.c
19
foo1
()
function
21
printf ("
foo1
in lib\n");
structs.c
104
struct struct1
foo1
= {'1'}, L1;
variable in typeref:struct:struct1
125
return
foo1
;
196
void Fun1(struct struct1
foo1
)
198
L1 =
foo1
;
320
Fun1(
foo1
);
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
pr10179-a.c
6
foo1
()
function
bfd-errors-lib.c
19
foo1
()
function
21
printf ("
foo1
in lib\n");
structs.c
104
struct struct1
foo1
= {'1'}, L1;
variable in typeref:struct:struct1
125
return
foo1
;
196
void Fun1(struct struct1
foo1
)
198
L1 =
foo1
;
320
Fun1(
foo1
);
/src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_milter.in10e
8
add_header
foo1
foobar
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.testsuite/
with-override.exp
21
proc
foo1
{} {
35
with_override foo
foo1
{
36
with_test_prefix
foo1
{
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.testsuite/
with-override.exp
21
proc
foo1
{} {
35
with_override foo
foo1
{
36
with_test_prefix
foo1
{
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
cpcompletion.cc
84
Foo
foo1
;
local
85
foo1
.set_foo (42); // Set breakpoint here.
oranking.cc
25
int
foo1
(int) { return 11; } // B -> int : user defined
function
26
int
foo1
(A) { return 12; } // B -> A : standard
function
29
return
foo1
(b); // 12
187
foo1
(b);
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
cpcompletion.cc
84
Foo
foo1
;
local
85
foo1
.set_foo (42); // Set breakpoint here.
oranking.cc
25
int
foo1
(int) { return 11; } // B -> int : user defined
function
26
int
foo1
(A) { return 12; } // B -> A : standard
function
29
return
foo1
(b); // 12
187
foo1
(b);
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
bad-regnum.exp
43
{DW_AT_name
foo1
}
72
gdb_test "info addr
foo1
" \
73
"Symbol \"
foo1
\" is a variable in \\\$bad_register_number."
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
bad-regnum.exp
43
{DW_AT_name
foo1
}
72
gdb_test "info addr
foo1
" \
73
"Symbol \"
foo1
\" is a variable in \\\$bad_register_number."
/src/sys/arch/epoc32/stand/e32boot/ldd/
ekern.h
41
protected: IMPORT_C virtual void
foo1
(){};
function in class:DLogicalChannel
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
lifetime.d
1745
int
foo1
(lazy int i) { return i; }
1746
int foo2(A)(auto ref A i) { return
foo1
(forward!i); }
1758
int
foo1
(int a, int b) { return a + b; }
1759
int foo2(A...)(auto ref A args) { return
foo1
(forward!args); }
1771
int
foo1
(int a, lazy int b) { return a + b; }
1772
int foo2(A...)(auto ref A args) { return
foo1
(forward!args); }
1782
void
foo1
(int a, out int b) { b = a; }
1783
void foo2(A...)(auto ref A args) {
foo1
(forward!args); }
2287
Foo
foo1
= void; // uninitialized
2291
// Using `move(foo2,
foo1
)` would have an undefined effect because it would destro
[
all
...]
Completed in 46 milliseconds
1
2
Indexes created Sat Feb 28 05:31:39 UTC 2026