HomeSort by: relevance | last modified time | path
    Searched refs:bptr (Results 1 - 25 of 66) sorted by relevancy

1 2 3

  /src/usr.bin/fmt/
buffer.h 41 wchar_t *bptr; member in struct:buffer
48 buf->ptr = buf->bptr = calloc(BUF_SIZE, sizeof(*buf->ptr));
57 free(buf->bptr);
64 size_t len = (buf->eptr - buf->bptr) +
66 wchar_t *nptr = realloc(buf->bptr, len * sizeof(*buf->ptr));
71 if (nptr == buf->bptr) {
72 buf->eptr = buf->bptr + len;
76 diff = nptr - buf->bptr;
77 buf->bptr += diff;
78 buf->eptr = buf->bptr + len
    [all...]
fmt.c 289 cp = lbuf.bptr;
306 for (cp2 = cbuf.ptr - 1; cp2 >= cbuf.bptr && *cp2 == ' '; cp2--)
334 if (buf->ptr == buf->bptr) {
339 for (cp = buf->bptr; *cp == ' '; cp++)
341 np = cp - buf->bptr;
419 pack(word.bptr, wlen);
453 if (outbuf.bptr == outbuf.ptr)
460 s = outbuf.ptr - outbuf.bptr;
486 if (outbuf.bptr == outbuf.ptr)
507 for (cp = buf->ptr - 1; cp >= buf->bptr && *cp == ' '; cp--
    [all...]
  /src/sys/arch/pmax/ibus/
if_le_ibus.c 109 volatile uint16_t *bptr; local
113 bptr = ((volatile uint16_t *)buf) + (boff - 1);
114 *bptr = (*from++ << 8) | (*bptr & 0xff);
115 bptr += 2;
118 bptr = ((volatile uint16_t *)buf) + boff;
120 *bptr = (from[1] << 8) | (from[0] & 0xff);
121 bptr += 2;
126 *bptr = (uint16_t)*from;
134 volatile uint16_t *bptr; local
160 volatile uint16_t *bptr; local
    [all...]
  /src/sys/dev/tc/
if_le_ioasic.c 198 volatile uint16_t *bptr; local
202 bptr = ((volatile uint16_t *)buf) + (boff - 1);
203 *bptr = (*from++ << 8) | (*bptr & 0xff);
204 bptr += 2;
207 bptr = ((volatile uint16_t *)buf) + boff;
209 *bptr = (from[1] << 8) | (from[0] & 0xff);
210 bptr += 2;
215 *bptr = (uint16_t)*from;
223 volatile uint16_t *bptr; local
257 uint8_t *bptr; local
339 uint8_t *bptr; local
411 uint8_t *bptr; local
    [all...]
  /src/sys/arch/vax/if/
if_le.c 239 volatile uint16_t *bptr; local
243 bptr = ((volatile uint16_t *)buf) + (boff - 1);
244 *bptr = (*from++ << 8) | (*bptr & 0xff);
245 bptr += 2;
248 bptr = ((volatile uint16_t *)buf) + boff;
250 *bptr = (from[1] << 8) | (from[0] & 0xff);
251 bptr += 2;
256 *bptr = (uint16_t)*from;
264 volatile uint16_t *bptr; local
290 volatile uint16_t *bptr; local
    [all...]
  /src/libexec/talkd/
announce.c 103 char *bptr, *lptr, vis_user[sizeof(request->l_name) * 4]; local
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'
    [all...]
  /src/sys/dev/ic/
lance.c 685 volatile uint16_t *bptr;
689 bptr = ((volatile uint16_t *)buf) + (boff - 1);
690 *bptr = (*from++ << 8) | (*bptr & 0xff);
691 bptr += 2;
694 bptr = ((volatile uint16_t *)buf) + boff;
696 *bptr = (from[1] << 8) | (from[0] & 0xff);
697 bptr += 2;
702 *bptr = (uint16_t)*from;
710 volatile uint16_t *bptr;
    [all...]
  /src/sys/dev/mca/
if_elmc_mca.c 281 u_int8_t* bptr = dst; local
284 *bptr = bus_space_read_1(sc->bt, sc->bh, offset);
285 offset++; bptr++; size--;
289 bus_space_read_region_2(sc->bt, sc->bh, offset, (u_int16_t *) bptr,
293 bptr += size - 1;
295 *bptr = bus_space_read_1(sc->bt, sc->bh, offset);
304 const u_int8_t* bptr = src; local
307 bus_space_write_1(sc->bt, sc->bh, offset, *bptr);
308 offset++; bptr++; size--;
313 (const u_int16_t *)bptr, size >> 1)
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/generated/
eoshift3_16.c 59 const char *bptr; local
173 bptr = bound->base_addr;
175 bptr = NULL;
221 if (bptr)
224 memcpy (dest, bptr, size);
245 bptr += bstride0;
258 bptr -= bstride[n] * extent[n];
272 bptr += bstride[n];
eoshift3_4.c 59 const char *bptr; local
173 bptr = bound->base_addr;
175 bptr = NULL;
221 if (bptr)
224 memcpy (dest, bptr, size);
245 bptr += bstride0;
258 bptr -= bstride[n] * extent[n];
272 bptr += bstride[n];
eoshift3_8.c 59 const char *bptr; local
173 bptr = bound->base_addr;
175 bptr = NULL;
221 if (bptr)
224 memcpy (dest, bptr, size);
245 bptr += bstride0;
258 bptr -= bstride[n] * extent[n];
272 bptr += bstride[n];
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
eoshift2.c 50 const char *bptr; local
165 bptr = bound->base_addr;
167 bptr = NULL;
209 if (bptr)
212 memcpy (dest, bptr, size);
232 bptr += bstride0;
244 bptr -= bstride[n] * extent[n];
257 bptr += bstride[n];
  /src/external/gpl3/gcc.old/dist/libgfortran/generated/
eoshift3_16.c 59 const char *bptr; local
173 bptr = bound->base_addr;
175 bptr = NULL;
221 if (bptr)
224 memcpy (dest, bptr, size);
245 bptr += bstride0;
258 bptr -= bstride[n] * extent[n];
272 bptr += bstride[n];
eoshift3_4.c 59 const char *bptr; local
173 bptr = bound->base_addr;
175 bptr = NULL;
221 if (bptr)
224 memcpy (dest, bptr, size);
245 bptr += bstride0;
258 bptr -= bstride[n] * extent[n];
272 bptr += bstride[n];
eoshift3_8.c 59 const char *bptr; local
173 bptr = bound->base_addr;
175 bptr = NULL;
221 if (bptr)
224 memcpy (dest, bptr, size);
245 bptr += bstride0;
258 bptr -= bstride[n] * extent[n];
272 bptr += bstride[n];
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
eoshift2.c 50 const char *bptr; local
165 bptr = bound->base_addr;
167 bptr = NULL;
209 if (bptr)
212 memcpy (dest, bptr, size);
232 bptr += bstride0;
244 bptr -= bstride[n] * extent[n];
257 bptr += bstride[n];
  /src/sys/dev/isa/
if_ai.c 140 uint8_t *bptr = dst; local
143 *bptr = bus_space_read_1(sc->bt, sc->bh, offset);
144 offset++; bptr++; size--;
148 bus_space_read_region_2(sc->bt, sc->bh, offset, (uint16_t *)bptr,
152 bptr += size - 1;
154 *bptr = bus_space_read_1(sc->bt, sc->bh, offset);
162 const uint8_t *bptr = src; local
165 bus_space_write_1(sc->bt, sc->bh, offset, *bptr);
166 offset++; bptr++; size--;
171 (const uint16_t *)bptr, size >> 1)
    [all...]
if_ef.c 247 uint8_t *bptr = dst; local
250 *bptr = bus_space_read_1(sc->bt, sc->bh, offset);
251 offset++; bptr++; size--;
255 bus_space_read_region_2(sc->bt, sc->bh, offset, (uint16_t *) bptr,
259 bptr += size - 1;
261 *bptr = bus_space_read_1(sc->bt, sc->bh, offset);
269 const uint8_t *bptr = src; local
272 bus_space_write_1(sc->bt, sc->bh, offset, *bptr);
273 offset++; bptr++; size--;
278 (const uint16_t *)bptr, size >> 1)
    [all...]
if_ix.c 241 uint8_t *bptr = dst; local
252 *bptr = bus_space_read_1(sc->bt, sc->bh, IX_DATAPORT);
254 *bptr = bus_space_read_1(sc->bt, sc->bh, offset);
255 offset++; bptr++; size--;
259 wptr = (uint16_t*)bptr;
268 (uint16_t *)bptr, size / 2);
271 bptr += size - 1;
275 *bptr = bus_space_read_1(sc->bt, sc->bh, IX_DATAPORT);
277 *bptr = bus_space_read_1(sc->bt, sc->bh, offset);
285 const uint8_t *bptr = src local
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
compress.c 162 uint8_t *bptr = isc_buffer_base(buffer); local
173 bptr += new_coff;
176 if (!match_wirename(bptr, sptr, llen, sensitive)) {
186 bptr += llen;
191 if (blen >= 1 && slen == 1 && bptr[0] == 0 && sptr[0] == 0) {
196 if (blen >= 2 && bptr[0] == pptr[0] && bptr[1] == pptr[1]) {
201 return blen >= slen && match_wirename(bptr, sptr, slen, sensitive);
  /src/lib/libedit/TEST/
wtc1.c 62 char *buf, *bptr; local
76 buf = bptr = malloc(mblen);
81 bptr += wctomb(bptr, ptr[i]);
83 *bptr = 0; /* Terminate multibyte string */
84 mblen = bptr - buf;
  /src/external/gpl2/diffutils/dist/src/
diff3.c 958 struct diff_block *block_list, **block_list_end, *bptr;
960 / MIN (sizeof *bptr->lines[1],
961 sizeof *bptr->lengths[1]));
966 bptr = 0; /* Pacify `gcc -W'. */
970 bptr = xmalloc (sizeof *bptr);
971 bptr->lines[0] = bptr->lines[1] = 0;
972 bptr->lengths[0] = bptr->lengths[1] = 0
954 struct diff_block *block_list, **block_list_end, *bptr; local
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
id2entry.c 423 struct berval *bptr; local
427 bptr = a->a_vals;
432 *bptr++ = gluebv;
433 BER_BVZERO(bptr);
434 bptr++;
439 a->a_vals = bptr;
442 *bptr++ = gluebv;
443 BER_BVZERO(bptr);
1050 BerVarray bptr; local
1064 bptr = a->a_vals
    [all...]
  /src/games/phantasia/
gamesupport.c 33 phbool *bptr; /* pointer to bool item to change */ local
371 bptr = &playerp->p_palantir;
376 bptr = &playerp->p_blessing;
381 bptr = &playerp->p_virgin;
386 bptr = &playerp->p_blindness;
438 mvprintw(23, 0, "%s = %c; %s = ", prompt, flag[(int)*bptr],
442 *bptr = TRUE;
445 *bptr = FALSE;
  /src/external/gpl2/xcvs/dist/diff/
diff3.c 1089 struct diff_block *block_list, **block_list_end, *bptr;
1094 bptr = 0; /* Pacify `gcc -W'. */
1098 bptr = ALLOCATE (1, struct diff_block);
1099 bptr->lines[0] = bptr->lines[1] = 0;
1100 bptr->lengths[0] = bptr->lengths[1] = 0;
1102 dt = process_diff_control (&scan_diff, bptr);
1120 bptr->ranges[0][0]++;
1123 bptr->ranges[1][0]++
1085 struct diff_block *block_list, **block_list_end, *bptr; local
    [all...]

Completed in 88 milliseconds

1 2 3