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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
local-watch-wrong-thread.c 31 volatile int *myp = (volatile int *) &args[my_number]; local
33 while (*myp > 0)
35 (*myp) ++;
55 volatile int *myp = (volatile int *) &args[my_number]; local
57 while (*myp > 0)
59 (*myp) ++;
thread-specific.c 54 int *myp = (int *) &args[my_number]; local
57 while (*myp > 0)
60 (*myp) ++;
signal-while-stepping-over-bp-other-thread.c 44 volatile int *myp = (int *) &args[my_number]; local
48 while (*myp > 0)
50 (*myp) ++; /* set breakpoint child_two here */
61 volatile int *myp = (int *) &args[my_number]; local
65 while (*myp > 0)
67 (*myp) ++;
71 *myp = 1;
72 while (*myp > 0)
74 (*myp) ++;
pending-step.c 52 int *myp = (int *) &args[my_number]; local
55 while (*myp > 0)
57 (*myp) ++; /* insert breakpoint here */
watchthreads.c 69 int *myp = (int *) &args[my_number]; local
72 while (*myp > 0)
74 (*myp) ++; usleep (1); /* Loop increment. */
multiple-step-overs.c 42 volatile int *myp = (int *) &args[my_number]; local
46 while (*myp > 0)
48 (*myp) ++;
59 volatile int *myp = (int *) &args[my_number]; local
63 while (*myp > 0)
65 (*myp) ++;
schedlock.c 77 unsigned long long int *myp = (unsigned long long int *) &args[my_number]; local
83 MAYBE_CALL_SOME_FUNCTION(); (*myp) ++;
threadapply.c 73 int *myp = (int *) &args[my_number]; local
75 (*myp) ++; /* Increment so parent knows child started. */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
local-watch-wrong-thread.c 31 volatile int *myp = (volatile int *) &args[my_number]; local
33 while (*myp > 0)
35 (*myp) ++;
55 volatile int *myp = (volatile int *) &args[my_number]; local
57 while (*myp > 0)
59 (*myp) ++;
thread-specific.c 54 int *myp = (int *) &args[my_number]; local
57 while (*myp > 0)
60 (*myp) ++;
signal-while-stepping-over-bp-other-thread.c 44 volatile int *myp = (int *) &args[my_number]; local
48 while (*myp > 0)
50 (*myp) ++; /* set breakpoint child_two here */
61 volatile int *myp = (int *) &args[my_number]; local
65 while (*myp > 0)
67 (*myp) ++;
71 *myp = 1;
72 while (*myp > 0)
74 (*myp) ++;
pending-step.c 52 int *myp = (int *) &args[my_number]; local
55 while (*myp > 0)
57 (*myp) ++; /* insert breakpoint here */
watchthreads.c 69 int *myp = (int *) &args[my_number]; local
72 while (*myp > 0)
74 (*myp) ++; usleep (1); /* Loop increment. */
multiple-step-overs.c 42 volatile int *myp = (int *) &args[my_number]; local
46 while (*myp > 0)
48 (*myp) ++;
59 volatile int *myp = (int *) &args[my_number]; local
63 while (*myp > 0)
65 (*myp) ++;
schedlock.c 77 unsigned long long int *myp = (unsigned long long int *) &args[my_number]; local
83 MAYBE_CALL_SOME_FUNCTION(); (*myp) ++;
threadapply.c 73 int *myp = (int *) &args[my_number]; local
75 (*myp) ++; /* Increment so parent knows child started. */
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
nsintrall.c 53 int *myp = (int *) &args[my_number]; local
56 while (*myp > 0)
59 (*myp) ++;
nsmoribund.c 33 volatile int *myp = (volatile int *) &args[my_number]; local
36 while (*myp > 0 && !done)
38 (*myp)++; /* set breakpoint here */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
nsintrall.c 53 int *myp = (int *) &args[my_number]; local
56 while (*myp > 0)
59 (*myp) ++;
nsmoribund.c 33 volatile int *myp = (volatile int *) &args[my_number]; local
36 while (*myp > 0 && !done)
38 (*myp)++; /* set breakpoint here */
  /src/crypto/external/bsd/openssl/dist/apps/
s_server.c 3219 const char *myp; local
3220 for (myp = local_argv[i]; *myp; myp++)
3221 switch (*myp) {
3232 BIO_write(io, myp, 1);
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_server.c 3159 const char *myp; local
3160 for (myp = local_argv[i]; *myp; myp++)
3161 switch (*myp) {
3172 BIO_write(io, myp, 1);
  /src/crypto/external/apache2/openssl/dist/apps/
s_server.c 3469 const char *myp; local
3471 for (myp = local_argv[i]; *myp; myp++)
3472 switch (*myp) {
3483 BIO_write(io, myp, 1);

Completed in 45 milliseconds