HomeSort by: relevance | last modified time | path
    Searched refs:_foo (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
gdb701.c 1 struct _foo struct
8 typedef struct _foo Foo;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
gdb701.c 1 struct _foo struct
8 typedef struct _foo Foo;
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
stk5.s 8 CALL _foo;
24 _foo: label
zcall.s 7 CALL _foo;
34 _foo: label
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
stk5.s 8 CALL _foo;
24 _foo: label
zcall.s 7 CALL _foo;
34 _foo: label
  /src/external/gpl3/gdb/dist/sim/testsuite/m32c/
gloss.s 28 .global _foo
29 _foo: label
  /src/external/gpl3/gdb.old/dist/sim/testsuite/m32c/
gloss.s 28 .global _foo
29 _foo: label
  /src/external/gpl2/groff/dist/contrib/groffer/
groffer2.sh 45 export _foo;
46 _foo=bar;
47 _res="$(unset _foo 2>&1)";
48 if unset _foo >${_NULL_DEV} 2>&1 && \
49 test _"${_res}"_ = __ && test _"${_foo}"_ = __
52 eval "${_UNSET}" _foo;

Completed in 35 milliseconds