| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| opaque0.c | 8 struct foo *foop; variable in typeref:struct:foo 10 extern void putfoo (struct foo *foop); 14 foop = getfoo (); 15 putfoo (foop);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| opaque0.c | 8 struct foo *foop; variable in typeref:struct:foo 10 extern void putfoo (struct foo *foop); 14 foop = getfoo (); 15 putfoo (foop);
|
| /src/tests/lib/csu/ |
| h_hello.c | 39 static int *volatile foop = &foo; variable 45 printf("%s: Hello, world! %d\n", getprogname(), *foop);
|
| /src/tests/libexec/ld.elf_so/ |
| h_r_rel.c | 36 * When built as position-independent executable, the value of foop and 46 static int *volatile foop = &foo; variable 47 static int *volatile *volatile foopp = &foop; 120 fprintf(stderr, "foo @ %p, foop = %p, *foop = %p," 122 &foo, foop, *foopp, **foopp);
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| srp-mdns-proxy.c | 3221 char foobuf[385], *foop = foobuf; local 3223 snprintf(foop, 4, k ? ":%02x" : "%02x", address->rdata[k]); 3224 foop += k ? 3 : 2; 3226 *foop = 0; 3270 char foobuf[385], *foop = foobuf; local 3272 snprintf(foop, 4, k ? ":%02x" : "%02x", address->rdata[k]); 3273 foop += k ? 3 : 2; 3275 *foop = 0;
|