OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strlen_pos
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/ppc/
ld-insn.c
110
int
strlen_pos
;
local
123
strlen_pos
= chp - start_pos;
124
if (*chp == '.' &&
strlen_pos
> 0)
169
new_field->pos_string = (char*)zalloc(
strlen_pos
+1);
170
strncpy(new_field->pos_string, start_pos,
strlen_pos
);
/src/external/gpl3/gdb.old/dist/sim/ppc/
ld-insn.c
110
int
strlen_pos
;
local
123
strlen_pos
= chp - start_pos;
124
if (*chp == '.' &&
strlen_pos
> 0)
169
new_field->pos_string = (char*)zalloc(
strlen_pos
+1);
170
strncpy(new_field->pos_string, start_pos,
strlen_pos
);
/src/external/gpl3/gdb.old/dist/sim/igen/
ld-insn.c
58
int
strlen_pos
;
local
74
strlen_pos
= back_spaces (start_pos, chp) - start_pos;
83
strlen_val =
strlen_pos
;
85
strlen_pos
= 0;
202
if (
strlen_pos
== 0)
246
new_field->pos_string = NZALLOC (char,
strlen_pos
+ 1);
247
strncpy (new_field->pos_string, start_pos,
strlen_pos
);
248
if (
strlen_pos
== 0)
365
int
strlen_pos
;
local
376
strlen_pos
= end_pos - start_pos
[
all
...]
/src/external/gpl3/gdb/dist/sim/igen/
ld-insn.c
58
int
strlen_pos
;
local
74
strlen_pos
= back_spaces (start_pos, chp) - start_pos;
83
strlen_val =
strlen_pos
;
85
strlen_pos
= 0;
202
if (
strlen_pos
== 0)
246
new_field->pos_string = NZALLOC (char,
strlen_pos
+ 1);
247
strncpy (new_field->pos_string, start_pos,
strlen_pos
);
248
if (
strlen_pos
== 0)
365
int
strlen_pos
;
local
376
strlen_pos
= end_pos - start_pos
[
all
...]
Completed in 21 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026