OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ndest
(Results
1 - 5
of
5
) sorted by null
/external/elfutils/0.153/libelf/
version_xlate.h
161
GElf_Verneed *
ndest
;
local
183
ndest
= (GElf_Verneed *) ((char *) dest + need_offset);
189
ndest
->vn_version = bswap_16 (nsrc->vn_version);
190
ndest
->vn_cnt = bswap_16 (nsrc->vn_cnt);
191
ndest
->vn_file = bswap_32 (nsrc->vn_file);
192
ndest
->vn_aux = bswap_32 (nsrc->vn_aux);
193
ndest
->vn_next = bswap_32 (nsrc->vn_next);
195
aux_offset = need_offset +
ndest
->vn_aux;
231
ndest
->vn_version = bswap_16 (nsrc->vn_version);
232
ndest
->vn_cnt = bswap_16 (nsrc->vn_cnt)
[
all
...]
/external/valgrind/main/include/
pub_tool_libcbase.h
92
extern HChar* VG_(strncpy) ( HChar* dest, const HChar* src, SizeT
ndest
);
132
/* Like strncpy(), but if 'src' is longer than '
ndest
' inserts a '\0' as the
134
extern void VG_(strncpy_safely) ( HChar* dest, const HChar* src, SizeT
ndest
);
/external/valgrind/main/coregrind/
m_libcbase.c
277
void VG_(strncpy_safely) ( HChar* dest, const HChar* src, SizeT
ndest
)
283
if (i >=
ndest
-1) return;
289
HChar* VG_(strncpy) ( HChar* dest, const HChar* src, SizeT
ndest
)
293
if (i >=
ndest
) return dest; /* reached limit */
297
while (i <
ndest
) dest[i++] = 0;
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.core_2.3.5.v201308161310.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar
Completed in 272 milliseconds