Home
last modified time | relevance | path

Searched refs:tostr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/nvi/common/
H A Dconv.c54 CHAR_T **tostr = &cw->bp1.wc; in raw2int() local
57 BINC_RETW(NULL, *tostr, *blen, len); in raw2int()
61 (*tostr)[i] = (u_char) str[i]; in raw2int()
105 CHAR_T **tostr = &cw->bp1.wc; in default_char2int() local
118 BINC_RETW(NULL, *tostr, *blen, nlen); in default_char2int()
126 n = mbrtowc((*tostr)+i, src+j, len-j, &mbs); in default_char2int()
137 BINC_RETW(NULL, *tostr, *blen, nlen); in default_char2int()
182 char **tostr = &cw->bp1.c; in int2raw() local
185 BINC_RETC(NULL, *tostr, *blen, len); in int2raw()
189 (*tostr)[i] = str[i]; in int2raw()
[all …]