Lines Matching refs:bptr
103 char *bptr, *lptr, vis_user[sizeof(request->l_name) * 4];
139 bptr = big_buf;
140 *bptr++ = '\a'; /* send something to wake them up */
141 *bptr++ = '\r'; /* add a \r in case of raw mode */
142 *bptr++ = '\n';
147 *(bptr++) = *(lptr++);
150 *(bptr++) = ' ';
151 *(bptr++) = '\r'; /* add a \r in case of raw mode */
152 *(bptr++) = '\n';
154 *bptr = '\0';
156 iovec.iov_len = bptr - big_buf;