OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:percent_loc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdbsupport/
format.cc
28
const char *
percent_loc
;
local
147
percent_loc
= f - 1;
390
int length_before_ll = f -
percent_loc
- 1 - lcount;
392
strncpy (current_substring,
percent_loc
, length_before_ll);
395
percent_loc
[length_before_ll + lcount];
402
int length_before_ls = f -
percent_loc
- 2;
404
strncpy (current_substring,
percent_loc
, length_before_ls);
410
strncpy (current_substring,
percent_loc
, f -
percent_loc
);
411
current_substring += f -
percent_loc
;
[
all
...]
/src/external/gpl3/gdb.old/dist/gdbsupport/
format.cc
28
const char *
percent_loc
;
local
147
percent_loc
= f - 1;
390
int length_before_ll = f -
percent_loc
- 1 - lcount;
392
strncpy (current_substring,
percent_loc
, length_before_ll);
395
percent_loc
[length_before_ll + lcount];
402
int length_before_ls = f -
percent_loc
- 2;
404
strncpy (current_substring,
percent_loc
, length_before_ls);
410
strncpy (current_substring,
percent_loc
, f -
percent_loc
);
411
current_substring += f -
percent_loc
;
[
all
...]
Completed in 24 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026