Searched refs:readp (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/tests/lib/libcurses/director/
H A Dreturns.h64 size_t readp; member in struct:__anon32
H A Dtestlang_parse.y973 data = saved_output.data[saved_output.readp];
975 saved_output.readp++;
1028 &saved_output.data[saved_output.readp], saved_output.count);
1034 saved_output.readp = 0;
1234 &saved_output.data[saved_output.readp], saved_output.count);
1441 saved_output.readp = 0;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_mem.c59 * In that case the readp just stores the original state
64 struct buf_mem_st *readp; /* read pointer */ member in struct:bio_buf_mem_st
102 *bb->readp = *bb->buf;
119 if ((bb->readp = OPENSSL_zalloc(sizeof(*bb->readp))) == NULL) {
124 *bb->readp = *bb->buf;
152 OPENSSL_free(bb->readp);
182 if (bbm->readp->data != bbm->buf->data) {
183 memmove(bbm->buf->data, bbm->readp->data, bbm->readp
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbss_mem.c63 * In that case the readp just stores the original state
68 struct buf_mem_st *readp; /* read pointer */ member in struct:bio_buf_mem_st
106 *bb->readp = *bb->buf;
123 if ((bb->readp = OPENSSL_zalloc(sizeof(*bb->readp))) == NULL) {
128 *bb->readp = *bb->buf;
156 OPENSSL_free(bb->readp);
185 if (bbm->readp->data != bbm->buf->data) {
186 memmove(bbm->buf->data, bbm->readp->data, bbm->readp
[all...]
/netbsd-current/usr.bin/look/
H A Dlook.c160 char *readp, *writep; local
163 for (readp = writep = string; (ch = *readp++) != 0; ) {
/netbsd-current/sys/arch/arm/iomd/
H A Diomd_dma.c97 dma_setup(struct dma_ctrl *dp, u_char *start, int len, int readp) argument
101 printf("dma_setup(start = %p, len = 0x%08x, readp = %d\n",
102 start, len, readp);
109 *dp->dc_cr = DMA_CR_CLEAR | DMA_CR_ENABLE | (readp?DMA_CR_DIR:0) |
111 *dp->dc_cr = DMA_CR_ENABLE | (readp?DMA_CR_DIR:0) | dp->dc_dmasize;
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dhttp.c4534 char *readbuf = NULL, *readp = NULL, *token = NULL, *query = NULL; local
4552 readp = readbuf;
4564 token = strchr(readp, ':');
4565 if (token && scheme_ok(readp,token)) {
4567 uri->scheme = mm_strdup(readp);
4572 readp = token+1; /* eat : */
4576 if (readp[0]=='/' && readp[1] == '/') {
4578 readp += 2;
4579 authority = readp;
[all...]
/netbsd-current/external/bsd/libevent/dist/
H A Dhttp.c4777 char *readbuf = NULL, *readp = NULL, *token = NULL, *query = NULL; local
4795 readp = readbuf;
4807 token = strchr(readp, ':');
4808 if (token && scheme_ok(readp,token)) {
4810 uri->scheme = mm_strdup(readp);
4815 readp = token+1; /* eat : */
4819 if (readp[0]=='/' && readp[1] == '/') {
4821 readp += 2;
4822 authority = readp;
[all...]

Completed in 232 milliseconds