Home | History | Annotate | Download | only in src

Lines Matching defs:cc

546 	char cc[2];
549 cc[0] = c;
550 cc[1] = nextc;
552 ret = istrsenvisx(mbdst, NULL, cc, 1, flags, mbextra, NULL);
561 char cc[2];
564 cc[0] = c;
565 cc[1] = nextc;
567 ret = istrsenvisx(mbdst, &dlen, cc, 1, flags, mbextra, NULL);
613 char cc[2];
616 cc[0] = c;
617 cc[1] = nextc;
619 ret = istrsenvisx(mbdst, NULL, cc, 1, flags, "", NULL);
628 cc[2];
631 cc[0] = c;
632 cc[1] = nextc;
634 ret = istrsenvisx(mbdst, &dlen, cc, 1, flags, "", NULL);