Home
last modified time | relevance | path

Searched refs:ncopy (Results 1 – 6 of 6) sorted by relevance

/external/opencore/oscl/oscl/osclutil/src/
Doscl_string.cpp248 uint32 ncopy = length; in write() local
250 ncopy = get_maxsize() - offset;//truncate in write()
251 oscl_strncpy(curbuf + offset, ptr, ncopy); in write()
252 curbuf[offset+ncopy] = '\0'; in write()
278 uint32 ncopy = length; in write() local
280 ncopy = get_maxsize() - offset;//truncate in write()
281 oscl_strncpy(curbuf + offset, ptr, ncopy); in write()
282 curbuf[offset+ncopy] = '\0'; in write()
Doscl_string_containers.cpp706 uint32 ncopy = len; in append() local
708 ncopy = maxsize - size;//truncate in append()
709 if (ncopy > 0) in append()
711 oscl_strncat((char*)buffer, cp, ncopy); in append()
712 size += ncopy; in append()
719 uint32 ncopy = len; in append() local
721 ncopy = maxsize - size;//truncate in append()
722 if (ncopy > 0) in append()
724 oscl_strncat((oscl_wchar*)buffer, cp, ncopy); in append()
725 size += ncopy; in append()
/external/elfutils/src/
Dld.h861 size_t ncopy; member
Di386_ld.c547 ++statep->ncopy; in elf_i386_count_relocations()
Delflint.c1881 size_t ncopy = MIN (len - 1, strlen (known_flags[cnt].name)); in section_flags_string() local
1882 cp = mempcpy (cp, known_flags[cnt].name, ncopy); in section_flags_string()
1883 len -= ncopy; in section_flags_string()
Dldgeneric.c2802 if (ld_state.ncopy > 0 || ld_state.common_syms != NULL) in sort_sections_lscript()
2832 if (ld_state.ncopy > 0) in sort_sections_lscript()