OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:string_local
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
stabsread.c
3326
gdb_byte *
string_local
= (gdb_byte *) alloca (strlen (p));
3343
string_local
[ind] = (gdb_byte) quote;
3349
string_local
[ind] = (gdb_byte) (*p);
3364
string_local
[ind] = 0;
3375
memcpy (string_value,
string_local
, ind + 1);
3323
gdb_byte *
string_local
= (gdb_byte *) alloca (strlen (p));
local
/src/external/gpl3/gdb/dist/gdb/
stabsread.c
3328
gdb_byte *
string_local
= (gdb_byte *) alloca (strlen (p));
3345
string_local
[ind] = (gdb_byte) quote;
3351
string_local
[ind] = (gdb_byte) (*p);
3366
string_local
[ind] = 0;
3377
memcpy (string_value,
string_local
, ind + 1);
3325
gdb_byte *
string_local
= (gdb_byte *) alloca (strlen (p));
local
Completed in 21 milliseconds
Indexes created Wed Apr 22 00:22:44 UTC 2026