OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newValue
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/elftosb/dist/common/
OptionDictionary.cpp
85
OptionValue
newValue
;
102
newValue
.m_isLocked = it->second.m_isLocked;
106
newValue
.m_value = value;
107
m_options[name] =
newValue
;
/src/external/gpl3/binutils/dist/gprofng/src/
StringBuilder.cc
70
char *
newValue
= (char *) xmalloc (newCapacity);
72
memcpy (
newValue
, value, count);
73
memset (
newValue
+ count, 0, maxCapacity - count);
75
value =
newValue
;
83
char *
newValue
= (char *) xmalloc (count);
85
memcpy (
newValue
, value, count);
87
value =
newValue
;
/src/external/gpl3/binutils.old/dist/gprofng/src/
StringBuilder.cc
70
char *
newValue
= (char *) xmalloc (newCapacity);
72
memcpy (
newValue
, value, count);
73
memset (
newValue
+ count, 0, maxCapacity - count);
75
value =
newValue
;
83
char *
newValue
= (char *) xmalloc (count);
85
memcpy (
newValue
, value, count);
87
value =
newValue
;
/src/external/public-domain/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 52 milliseconds
Indexes created Sat Apr 18 00:22:28 UTC 2026