| 684 | } |
| 685 | |
| 686 | int |
| 687 | strnvis(char *mbdst, size_t dlen, const char *mbsrc, int flags) |
| 688 | { |
| 689 | return istrsenvisxl(mbdst, &dlen, mbsrc, flags, "", NULL); |
| 690 | } |
| 691 | |
| 692 | /* |
| 693 | * strvisx - visually encode characters from src into dst |
nothing calls this directly
no test coverage detected