| 678 | */ |
| 679 | |
| 680 | int |
| 681 | strvis(char *mbdst, const char *mbsrc, int flags) |
| 682 | { |
| 683 | return istrsenvisxl(mbdst, NULL, mbsrc, flags, "", NULL); |
| 684 | } |
| 685 | |
| 686 | int |
| 687 | strnvis(char *mbdst, size_t dlen, const char *mbsrc, int flags) |
no test coverage detected