HomeSort by: relevance | last modified time | path
    Searched defs:nothing (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/bsd/atf/dist/atf-c++/detail/
sanity_test.cpp 32 ATF_TEST_CASE_WITHOUT_HEAD(nothing); variable
33 ATF_TEST_CASE_BODY(nothing)
40 ATF_ADD_TEST_CASE(tcs, nothing);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
twice.c 2 int nothing () function
14 y = nothing () ;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
twice.c 2 int nothing () function
14 y = nothing () ;
  /src/crypto/external/apache2/openssl/dist/providers/implementations/digests/
null_prov.c 15 unsigned char nothing; member in struct:__anon526
  /src/crypto/external/bsd/openssl/dist/providers/implementations/digests/
null_prov.c 15 unsigned char nothing; member in struct:__anon1587
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
stap-trace.c 57 nothing (void) function
68 nothing (); /* end-here */
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
stap-trace.c 57 nothing (void) function
68 nothing (); /* end-here */
  /src/games/hack/
hack.potion.c 79 int unkn = 0, nothing = 0; local
112 nothing++;
190 nothing++;
221 nothing++;
243 nothing++;
251 if (nothing) {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-framefilter-mi.c 25 char *nothing; member in struct:__anon21062
82 fb.nothing = "Foo Bar";
87 bf->nothing = (char *) malloc (128);
88 bf->nothing = "Bar Foo";
93 free (bf->nothing);
py-framefilter.c 25 char *nothing; member in struct:__anon21063
83 fb.nothing = "Foo Bar";
88 bf->nothing = (char *) alloca (128);
89 bf->nothing = "Bar Foo";
111 fb.nothing = "Elided Foo Bar";
116 bf->nothing = (char *) alloca (128);
117 bf->nothing = "Elided Bar Foo";
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-framefilter-mi.c 25 char *nothing; member in struct:__anon692
82 fb.nothing = "Foo Bar";
87 bf->nothing = (char *) malloc (128);
88 bf->nothing = "Bar Foo";
93 free (bf->nothing);
py-framefilter.c 25 char *nothing; member in struct:__anon693
83 fb.nothing = "Foo Bar";
88 bf->nothing = (char *) alloca (128);
89 bf->nothing = "Bar Foo";
111 fb.nothing = "Elided Foo Bar";
116 bf->nothing = (char *) alloca (128);
117 bf->nothing = "Elided Bar Foo";
  /src/games/hunt/hunt/
otto.c 149 STATIC void nothing(int);
156 nothing(int dummy __unused) function
173 (void) signal(SIGALRM, nothing);
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
refint.c 88 BerValue nothing; /* the nothing value, if needed */ member in struct:refint_data_s
175 if ( !BER_BVISEMPTY( &dd->nothing )) {
177 &dd->nothing );
227 ch_free( dd->nothing.bv_val );
229 BER_BVZERO( &dd->nothing );
281 ch_free ( dd->nothing.bv_val );
283 dd->nothing = c->value_dn;
352 ch_free( id->nothing.bv_val );
353 BER_BVZERO( &id->nothing );
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-var-child.c 97 void nothing (void);
142 func = nothing;
159 nothing () function
247 weird->func_ptr = nothing;
var-cmd.c 115 void nothing (void);
164 func = nothing;
181 nothing () function
270 weird->func_ptr = nothing;
397 mi_varobj_update * {} "update varobjs: nothing changed"
408 mi_varobj_update * {} "update varobjs: nothing changed"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-var-child.c 97 void nothing (void);
142 func = nothing;
159 nothing () function
247 weird->func_ptr = nothing;
var-cmd.c 115 void nothing (void);
164 func = nothing;
181 nothing () function
270 weird->func_ptr = nothing;
397 mi_varobj_update * {} "update varobjs: nothing changed"
408 mi_varobj_update * {} "update varobjs: nothing changed"
  /src/sys/dev/scsipi/
scsipi_cd.h 215 uint8_t nothing; member in struct:scsipi_read_trackinfo
  /src/external/gpl3/binutils/dist/bfd/
coffgen.c 236 enum { nothing, compress, decompress } action = nothing; enumerator in enum:__anon9643
615 return internal_relocs; /* Nothing to do. */
2855 /* Nothing to do. */
  /src/external/gpl3/binutils.old/dist/bfd/
coffgen.c 236 enum { nothing, compress, decompress } action = nothing; enumerator in enum:__anon11134
615 return internal_relocs; /* Nothing to do. */
2847 /* Nothing to do. */
  /src/external/gpl3/gdb.old/dist/bfd/
coffgen.c 234 enum { nothing, compress, decompress } action = nothing; enumerator in enum:__anon10
613 return internal_relocs; /* Nothing to do. */
2825 /* Nothing to do. */
  /src/external/gpl3/gdb/dist/bfd/
coffgen.c 236 enum { nothing, compress, decompress } action = nothing; enumerator in enum:__anon12
615 return internal_relocs; /* Nothing to do. */
2847 /* Nothing to do. */
  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 232 nothing = 0,
239 } do_debug_sections = nothing;
3093 nothing we still add this entry to the merge list. */
4011 Since objcopy/strip does nothing with these files except
231 nothing = 0, enumerator in enum:__anon9896
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 238 nothing = 0,
245 } do_debug_sections = nothing;
3088 nothing we still add this entry to the merge list. */
237 nothing = 0, enumerator in enum:__anon11378

Completed in 106 milliseconds

1 2