Lines Matching refs:tostr
54 CHAR_T **tostr = (CHAR_T **)(void *)&cw->bp1;
57 BINC_RETW(NULL, *tostr, *blen, len);
62 memcpy((*tostr) + i, &w, sizeof(**tostr));
115 CHAR_T **tostr = (CHAR_T **)(void *)&cw->bp1;
129 BINC_RETW(NULL, *tostr, *blen, nlen);
143 memcpy((*tostr) + i, &w, sizeof(**tostr));
148 memcpy((*tostr) + i, &w, sizeof(**tostr));
154 BINC_GOTOW(NULL, *tostr, *blen, nlen);
232 char **tostr = (char **)(void *)&cw->bp1;
235 BINC_RETC(NULL, *tostr, *blen, len);
241 (*tostr)[i] = w;
255 char **tostr = (char **)(void *)&cw->bp1;
295 BINC_RETC(NULL, *tostr, *blen, nlen);
296 dst = *tostr; buflen = *blen;
322 BINC_RETC(NULL, *tostr, *blen, nlen);
323 dst = *tostr; buflen = *blen;