HomeSort by: relevance | last modified time | path
    Searched defs:foop (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/csu/
h_hello.c 39 static int *volatile foop = &foo; variable in typeref:typename:int * volatile
45 printf("%s: Hello, world! %d\n", getprogname(), *foop);
  /src/tests/libexec/ld.elf_so/
h_r_rel.c 35 * When built as position-independent executable, the value of foop and
45 static int *volatile foop = &foo; variable in typeref:typename:int * volatile
46 static int *volatile *volatile foopp = &foop;
119 fprintf(stderr, "foo @ %p, foop = %p, *foop = %p,"
121 &foo, foop, *foopp, **foopp);

Completed in 48 milliseconds