Searched refs:movtuc (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | systm.h | 272 int movtuc(size_t, uchar_t *, uchar_t *, uchar_t *);
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ldterm.c | 319 * only so we can use the existing movtuc processing with or without OLCUC. 3549 * lower case. We use "movtuc", 3556 * _might_ be faster to let "movtuc" 3561 * once, and call movtuc with the 3564 * "movtuc will work for all codeset 3576 bytes_moved = movtuc(bytes_to_move, 3581 bytes_moved = movtuc(bytes_to_move, 3974 movtuc(size_t size, unsigned char *from, unsigned char *origto, function
|
Completed in 67 milliseconds