| 615 | } |
| 616 | |
| 617 | int |
| 618 | strsvisx(char *mbdst, const char *mbsrc, size_t len, int flags, const char *mbextra) |
| 619 | { |
| 620 | return istrsenvisx(mbdst, NULL, mbsrc, len, flags, mbextra, NULL); |
| 621 | } |
| 622 | |
| 623 | int |
| 624 | strsnvisx(char *mbdst, size_t dlen, const char *mbsrc, size_t len, int flags, |
nothing calls this directly
no test coverage detected