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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dswab.c40 swab_impl(const char *from, char *to, ssize_t n) function
58 * Breaking this code into two parts, swab() and swab_impl(),
68 swab_impl((const char *)src, (char *)dest, n);

Completed in 19 milliseconds