Lines Matching refs:istrsenvisx
350 istrsenvisx(char *mbdst, size_t *dlen, const char *mbsrc, size_t mblength, in istrsenvisx() function
552 ret = istrsenvisx(mbdst, NULL, cc, 1, flags, mbextra, NULL); in svis()
567 ret = istrsenvisx(mbdst, &dlen, cc, 1, flags, mbextra, NULL); in snvis()
576 return istrsenvisx(mbdst, NULL, mbsrc, 0, flags, mbextra, NULL); in strsvis()
582 return istrsenvisx(mbdst, &dlen, mbsrc, 0, flags, mbextra, NULL); in strsnvis()
588 return istrsenvisx(mbdst, NULL, mbsrc, len, flags, mbextra, NULL); in strsvisx()
595 return istrsenvisx(mbdst, &dlen, mbsrc, len, flags, mbextra, NULL); in strsnvisx()
602 return istrsenvisx(mbdst, &dlen, mbsrc, len, flags, mbextra, cerr_ptr); in strsenvisx()
619 ret = istrsenvisx(mbdst, NULL, cc, 1, flags, "", NULL); in vis()
634 ret = istrsenvisx(mbdst, &dlen, cc, 1, flags, "", NULL); in nvis()
651 return istrsenvisx(mbdst, NULL, mbsrc, 0, flags, "", NULL); in strvis()
657 return istrsenvisx(mbdst, &dlen, mbsrc, 0, flags, "", NULL); in strnvis()
674 return istrsenvisx(mbdst, NULL, mbsrc, len, flags, "", NULL); in strvisx()
680 return istrsenvisx(mbdst, &dlen, mbsrc, len, flags, "", NULL); in strnvisx()
687 return istrsenvisx(mbdst, &dlen, mbsrc, len, flags, "", cerr_ptr); in strenvisx()