HomeSort by: relevance | last modified time | path
    Searched defs:mbdst (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gen/
vis.c 409 char *mbdst, *mbwrite, *mdst; local in function:istrsenvisx
460 mbdst = *mbdstp;
542 *mbdst = '\0'; /* can't create extra, return "" */
593 * we'll just do the conversion in-place into mbdst. We
599 mbwrite = mbdst;
603 if (clen > 0 && mbwrite != mbdst) {
614 memcpy(mbdst, mbwrite, clen);
637 mbdst[clen++] = (char)(
646 * We'll be dereferencing mbdst[clen] after this to write the
653 mbdst += clen
    [all...]
vis.c 409 char *mbdst, *mbwrite, *mdst; local in function:istrsenvisx
460 mbdst = *mbdstp;
542 *mbdst = '\0'; /* can't create extra, return "" */
593 * we'll just do the conversion in-place into mbdst. We
599 mbwrite = mbdst;
603 if (clen > 0 && mbwrite != mbdst) {
614 memcpy(mbdst, mbwrite, clen);
637 mbdst[clen++] = (char)(
646 * We'll be dereferencing mbdst[clen] after this to write the
653 mbdst += clen
    [all...]

Completed in 26 milliseconds