Lines Matching refs:ssaveptr
5529 HChar *ssaveptr; in handle_gdb_monitor_command() local
5533 wcmd = VG_(strtok_r) (s, " ", &ssaveptr); in handle_gdb_monitor_command()
5551 if (VG_(strtok_get_address_and_size) (&address, &szB, &ssaveptr)) { in handle_gdb_monitor_command()
5596 for (kw = VG_(strtok_r) (NULL, " ", &ssaveptr); in handle_gdb_monitor_command()
5598 kw = VG_(strtok_r) (NULL, " ", &ssaveptr)) { in handle_gdb_monitor_command()
5613 wcmd = VG_(strtok_r) (NULL, " ", &ssaveptr); in handle_gdb_monitor_command()
5635 wcmd = VG_(strtok_r) (NULL, " ", &ssaveptr); in handle_gdb_monitor_command()
5658 wcmd = VG_(strtok_r) (NULL, " ", &ssaveptr); in handle_gdb_monitor_command()
5690 VG_(strtok_r) (NULL, " ", &ssaveptr), kwd_report_all); in handle_gdb_monitor_command()
5691 if (!VG_(strtok_get_address_and_size) (&address, &szB, &ssaveptr)) in handle_gdb_monitor_command()
5719 VG_(strtok_r) (NULL, " ", &ssaveptr), kwd_report_all); in handle_gdb_monitor_command()
5720 if (!VG_(strtok_get_address_and_size) (&address, &szB, &ssaveptr)) in handle_gdb_monitor_command()
5778 wl = VG_(strtok_r) (NULL, " ", &ssaveptr); in handle_gdb_monitor_command()
5795 if (!VG_(strtok_get_address_and_size) (&address, &szB, &ssaveptr)) in handle_gdb_monitor_command()