Home | History | Annotate | Download | only in newfs_udf

Lines Matching defs:outchp

687 	char	   *outchp;
696 outchp = result;
709 nout = wput_utf8(outchp, result_len, ch);
710 outchp += nout; result_len -= nout;
713 *outchp++ = 0;
729 uint16_t *outchp;
742 outchp = raw_name;
745 *outchp = wget_utf8(&inchp, &cnt);
746 if (*outchp > 0xff)
748 outchp++;
752 *outchp++ = 0;