Searched refs:dst_size (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Ddevices.cpp66 * spaces size of dst is dst_size, size of src is dst_size-1
70 beautify_string(char *dst, char *src, int dst_size) argument
74 memcpy(dst, src, dst_size - 1);
76 for (i = dst_size - 2; i >= 0; --i) {

Completed in 32 milliseconds