Lines Matching refs:ssaveptr
5105 Char *ssaveptr; in handle_gdb_monitor_command() local
5109 wcmd = VG_(strtok_r) (s, " ", &ssaveptr); in handle_gdb_monitor_command()
5127 VG_(strtok_get_address_and_size) (&address, &szB, &ssaveptr); in handle_gdb_monitor_command()
5172 for (kw = VG_(strtok_r) (NULL, " ", &ssaveptr); in handle_gdb_monitor_command()
5174 kw = VG_(strtok_r) (NULL, " ", &ssaveptr)) { in handle_gdb_monitor_command()
5208 wcmd = VG_(strtok_r) (NULL, " ", &ssaveptr); in handle_gdb_monitor_command()
5238 VG_(strtok_r) (NULL, " ", &ssaveptr), kwd_report_all); in handle_gdb_monitor_command()
5239 VG_(strtok_get_address_and_size) (&address, &szB, &ssaveptr); in handle_gdb_monitor_command()
5267 VG_(strtok_r) (NULL, " ", &ssaveptr), kwd_report_all); in handle_gdb_monitor_command()
5268 VG_(strtok_get_address_and_size) (&address, &szB, &ssaveptr); in handle_gdb_monitor_command()
5325 wl = VG_(strtok_r) (NULL, " ", &ssaveptr); in handle_gdb_monitor_command()
5341 VG_(strtok_get_address_and_size) (&address, &szB, &ssaveptr); in handle_gdb_monitor_command()