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