OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmptok
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
break-cond-parse.c
493
const char *
tmptok
;
local
494
thread_info *thr = parse_thread_id (tok_value.c_str (), &
tmptok
);
495
gdb_assert (*
tmptok
== '\0');
505
char *
tmptok
;
local
506
long inferior_id = strtol (tok_value.c_str (), &
tmptok
, 0);
507
if (*
tmptok
!= '\0')
508
error (_("Junk '%s' after inferior keyword."),
tmptok
);
523
char *
tmptok
;
local
524
long task_id = strtol (tok_value.c_str (), &
tmptok
, 0);
525
if (*
tmptok
!= '\0'
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
break-cond-parse.c
492
const char *
tmptok
;
local
493
thread_info *thr = parse_thread_id (tok_value.c_str (), &
tmptok
);
494
gdb_assert (*
tmptok
== '\0');
504
char *
tmptok
;
local
505
long inferior_id = strtol (tok_value.c_str (), &
tmptok
, 0);
506
if (*
tmptok
!= '\0')
507
error (_("Junk '%s' after inferior keyword."),
tmptok
);
522
char *
tmptok
;
local
523
long task_id = strtol (tok_value.c_str (), &
tmptok
, 0);
524
if (*
tmptok
!= '\0'
[
all
...]
Completed in 21 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026