Searched refs:memmove (Results 1 - 25 of 129) sorted by relevance

123456

/haiku/src/system/libroot/posix/wchar/
H A Dwmemmove.c14 return memmove(dest, src, count * sizeof(wchar_t));
/haiku/src/system/libroot/posix/string/
H A Dbcopy.c19 return memmove(dest, src, count);
H A Dmemmove.c19 memmove(void* dest, void const* src, size_t count) function
75 __attribute__((__alias__("memmove")));
/haiku/src/libs/libtelnet/
H A Dread_password.c95 memmove((char *)env, (char *)old_env, sizeof(env));
145 memmove((char *)old_env, (char *)env, sizeof(env));
H A Denc_des.c391 memmove((void *)fbp->krbdes_key, (void *)key->data, sizeof(Block));
499 memmove((void *)stp->str_iv, (void *)seed, sizeof(Block));
500 memmove((void *)stp->str_output, (void *)seed, sizeof(Block));
510 memmove((void *)stp->str_ikey, (void *)key, sizeof(Block));
513 memmove((void *)stp->str_output, (void *)stp->str_iv, sizeof(Block));
551 memmove((void *)stp->str_feed, (void *)b, sizeof(Block));
584 memmove((void *)stp->str_feed, (void *)b, sizeof(Block));
624 memmove((void *)stp->str_feed, (void *)b, sizeof(Block));
654 memmove((void *)stp->str_feed, (void *)b, sizeof(Block));
H A Drsaencpwd.c206 memmove((void *)auth.dat, (void *)data, auth.length = cnt);
290 memmove(ptr, challenge, challenge_len);
295 memmove(ptr, key, i);
341 memmove((void *)chalkey, (void *)data, cnt);
350 memmove(challenge, ptr, challenge_len);
358 memmove(pubkey, ptr, pubkey_len);
H A Dkrb4encpwd.c213 memmove((void *)auth.dat, (void *)data, auth.length = cnt);
233 memmove((void *)session_key, (void *)adat.session, sizeof(Block));
243 memmove((void *)challenge, (void *)data, sizeof(Block));
309 memmove((void *)challenge, (void *)data, cnt);
H A Dkerberos.c259 memmove((void *)auth.dat, (void *)data, auth.length = cnt);
276 memmove((void *)session_key, (void *)adat.session, sizeof(Block));
302 memmove((void *)datablock, (void *)data, sizeof(Block));
/haiku/src/libs/util/
H A Dtrimdomain.c67 memmove(domain, s + 1, strlen(s + 1) + 1);
87 memmove(s, s + dlen + 1, len + 1);
/haiku/headers/libs/agg/util/
H A Dagg_color_conv.h75 memmove(dst, src, width*BPP);
/haiku/headers/posix/
H A Dstrings.h29 #define bcopy(source, dest, length) memmove((dest), (source), (length))
/haiku/headers/private/kernel/util/
H A DBitUtils.h76 memmove(&bits[nElements], bits, sizeof(T) * (elementsCount - nElements));
80 memmove(bits, &bits[nElements], sizeof(T) * (elementsCount - nElements));
/haiku/src/libs/x86emu/
H A Dsys.c124 memmove(&ret, p, sizeof(*p));
133 memmove(&ret, p, sizeof(*p));
142 memmove(&ret, p, sizeof(*p));
151 memmove(p, &tmp, sizeof(*p));
159 memmove(p, &tmp, sizeof(*p));
167 memmove(p, &tmp, sizeof(*p));
/haiku/headers/private/interface/
H A DTextViewSupportBuffer.h78 memmove((void*)(loc + inNumItems), (void*)loc,
98 memmove(loc, loc + inNumItems,
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dkey_wrap.c53 memmove(C + 8, P, n * 8); /* P and C may overlap */
87 memmove(P, C + 8, n * 8); /* P and C may overlap */
/haiku/src/build/libroot/
H A Dfs_attr_extattr.h40 memmove(buffer, buffer + 1, bytesRead - 1);
/haiku/src/system/libnetwork/musl/network/
H A Dinet_ntop.c46 memmove(buf+best+2, buf+best+max, i-best-max+1);
H A Dinet_pton.c66 memmove(ip+brk+7-i, ip+brk, 2*(i+1-brk));
/haiku/src/libs/libfdt/
H A Dfdt_sw.c174 memmove(buf, fdt, headsize);
175 memmove(newtail, oldtail, tailsize);
177 memmove(newtail, oldtail, tailsize);
178 memmove(buf, fdt, headsize);
356 memmove(p + newstroffset, p + oldstroffset, fdt_size_dt_strings(fdt));
H A Dfdt_rw.c66 memmove(p + newlen, p + oldlen, ((char *)fdt + dsize) - (p + oldlen));
407 memmove(new + mem_rsv_off, old + fdt_off_mem_rsvmap(old), mem_rsv_size);
410 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size);
414 memmove(new + strings_off, old + fdt_off_dt_strings(old), strings_size);
476 memmove(buf, tmp, newsize);
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCLayla24DspCommObject.cpp420 memmove( byMonitors, m_pDspCommPage->byMonitors, MONITOR_ARRAY_SIZE );
435 memmove( m_pDspCommPage->byMonitors, byMonitors, MONITOR_ARRAY_SIZE );
/haiku/src/kits/interface/textview_support/
H A DTextGapBuffer.cpp331 memmove(fBuffer + dstIndex, fBuffer + srcIndex, count);
344 memmove(fBuffer + fGapIndex + inCount, fBuffer + fGapIndex + fGapCount,
358 memmove(fBuffer + fGapIndex + inCount, fBuffer + fGapIndex + fGapCount,
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.cpp668 memmove(newValues + index + 1,values + index,sizeof(off_t) * (node->all_key_count - 1 - index));
669 memmove(newValues,values,sizeof(off_t) * index);
676 memmove(newKeyLengths,keyLengths,sizeof(uint16) * index);
684 memmove(keys + newKeyLengths[index],keys + newKeyLengths[index] - keyLength,size);
832 // (but with memmove() instead of memcpy(), because they may overlap)
894 memmove(inKeys,inKeys + total,bytesBefore);
896 memmove(inKeys + bytesBefore + bytes,inKeys + total + bytesBefore,bytesAfter);
899 memmove(outKeyLengths,inKeyLengths + skip,keys * sizeof(uint16));
902 memmove(outKeyLengths + keyIndex + 1,inKeyLengths + skip + keyIndex,in * sizeof(uint16));
905 memmove(outKeyValue
[all...]
/haiku/src/kits/support/
H A DList.cpp28 memmove(items + offset, items, count * sizeof(void*));
293 memmove(fObjectList + from, fObjectList + from + 1,
296 memmove(fObjectList + to + 1, fObjectList + to,
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DUnBitArrayBase.cpp99 memmove((void *) (m_pBitArray), static_cast<const void*>(m_pBitArray

Completed in 159 milliseconds

123456