Searched refs:bptr (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/libexec/talkd/
H A Dannounce.c101 char *bptr, *lptr, *vis_user; local
138 bptr = big_buf;
139 *bptr++ = '\007'; /* send something to wake them up */
140 *bptr++ = '\r'; /* add a \r in case of raw mode */
141 *bptr++ = '\n';
146 *(bptr++) = *(lptr++);
149 *(bptr++) = ' ';
150 *(bptr++) = '\r'; /* add a \r in case of raw mode */
151 *(bptr++) = '\n';
153 *bptr
[all...]
/freebsd-11-stable/sys/dev/le/
H A Dlance.c686 volatile uint16_t *bptr;
690 bptr = ((volatile uint16_t *)buf) + (boff - 1);
691 *bptr = (*from++ << 8) | (*bptr & 0xff);
692 bptr += 2;
695 bptr = ((volatile uint16_t *)buf) + boff;
697 *bptr = (from[1] << 8) | (from[0] & 0xff);
698 bptr += 2;
703 *bptr = (uint16_t)*from;
711 volatile uint16_t *bptr;
[all...]
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Dplatform_mpc85xx.c335 vm_paddr_t rel_pa, bptr; local
359 bptr = ((vm_paddr_t)(uintptr_t)__boot_page - KERNBASE) + kernload;
362 rel->entry_h = (bptr >> 32);
363 rel->entry_l = bptr; __asm __volatile("sync");
380 vm_paddr_t bptr; local
428 bptr = ((vm_paddr_t)(uintptr_t)__boot_page - KERNBASE) + kernload;
429 KASSERT((bptr & 0xfff) == 0,
430 ("%s: boot page is not aligned (%#jx)", __func__, (uintmax_t)bptr));
450 ccsr_write4(OCP85XX_BSTRH, bptr >> 32);
451 ccsr_write4(OCP85XX_BSTRL, bptr);
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dgethost.c170 const char *ptr, *bptr, *eptr = NULL, *name; local
179 for (ptr = defs; (bptr = strstr(ptr, def)) != NULL; ptr = eptr + 1) {
180 if (ptr != bptr)
181 buf = cat(buf, ptr, bptr - ptr + 1);
189 buf = cat(buf, bptr, eptr - bptr + 1);
190 name = bptr + sizeof(def) - 1;
H A Dtw.parse.c269 Char *bptr; local
283 for (bptr = qline.s + wordp; bptr < slshp; bptr++) {
288 if (isglob(*bptr)) {
339 for (bptr = word_start; bptr < str_end; bptr++) {
344 if (isglob(*bptr)) {
418 bptr
595 Char *bptr; local
[all...]
H A Dtw.init.c266 const struct biltins *bptr; local
268 for (bptr = bfunc; bptr < &bfunc[nbfunc]; bptr++)
269 if (bptr->bname)
270 tw_cmd_add(str2short(bptr->bname));
272 for (bptr = nt_bfunc; bptr < &nt_bfunc[nt_nbfunc]; bptr++)
273 if (bptr
[all...]
H A Dsh.exec.c929 const struct biltins *bptr; local
970 for (bptr = bfunc; bptr < &bfunc[nbfunc]; bptr++) {
971 if (eq(sp->word, str2short(bptr->bname))) {
986 for (bptr = nt_bfunc; bptr < &nt_bfunc[nt_nbfunc]; bptr++) {
987 if (eq(sp->word, str2short(bptr->bname))) {
1084 const struct biltins *bptr; local
[all...]
/freebsd-11-stable/lib/libedit/TEST/
H A Dwtc1.c68 char *buf, *bptr; local
82 buf = bptr = malloc(mblen);
87 bptr += wctomb(bptr, ptr[i]);
89 *bptr = 0; /* Terminate multibyte string */
90 mblen = bptr - buf;
/freebsd-11-stable/contrib/diff/src/
H A Ddiff3.c933 struct diff_block *block_list, **block_list_end, *bptr;
935 / MIN (sizeof *bptr->lines[1],
936 sizeof *bptr->lengths[1]));
941 bptr = 0; /* Pacify `gcc -W'. */
945 bptr = xmalloc (sizeof *bptr);
946 bptr->lines[0] = bptr->lines[1] = 0;
947 bptr->lengths[0] = bptr
929 struct diff_block *block_list, **block_list_end, *bptr; local
[all...]
H A Dutil.c620 long int *aptr, long int *bptr)
623 *bptr = translate_line_number (file, b + 1) - 1;
610 translate_range(struct file_data const *file, lin a, lin b, long int *aptr, long int *bptr) argument
/freebsd-11-stable/sys/dev/snc/
H A Ddp83932subr.c578 u_int8_t* bptr = dst; local
592 bptr, asize);
593 bptr += asize;
598 (u_int32_t *) bptr, size >> 2);
599 bptr += size & ~3;
604 bus_space_read_region_1(memt, memh, noffset, bptr, size);
618 u_int8_t* bptr = src; local
630 bptr, asize);
631 bptr += asize;
636 (u_int32_t *)bptr, siz
[all...]
/freebsd-11-stable/usr.bin/gencat/
H A Dgencat.c239 static char buf[BUFSIZ], *bptr = buf, *bend = buf; local
251 for (; bptr < bend && cptr < cend; ++cptr, ++bptr) {
252 if (*bptr == '\n') {
254 ++bptr;
257 *cptr = *bptr;
263 if (bptr == bend) {
273 bptr = buf;
/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A Dgosthash.c247 byte *bptr; local
258 bptr = buf;
261 *(bptr++) = (byte) (fin_len & 0xFF);
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dx86_64-mont.pl779 my $bptr="%rdx"; # not used
1038 my ($aptr, $bptr, $nptr, $tptr, $mi, $bi, $zero, $num)=
1040 my $rptr=$bptr;
1042 lea 8($bp),$bptr
1050 mov $bptr,8(%rsp) # off-load &b[i]
1055 mov $mi,$bptr # borrow $bptr
1066 adcx %rax,$bptr # discarded
1072 mov 48(%rsp),$bptr # counter value
1123 dec $bptr # o
[all...]
H A Darmv4-mont.pl258 my ($rptr,$aptr,$bptr,$nptr,$n0,$num)=map("r$_",(0..5));
275 vld1.32 {${Bi}[0]}, [$bptr,:32]!
333 vld1.32 {${Bi}[0]}, [$bptr,:32]!
452 vld1.32 {${Bi}[0]}, [$bptr,:32]!
614 add $bptr,sp,$num,lsl#2
623 teq $aptr,$bptr @ preserves carry
629 sub r11,$bptr,sp @ this is num*4
633 mov $nptr,$bptr @ second 3/4th of frame
655 teq $aptr,$bptr @ preserves carry
H A Dx86_64-mont5.pl1041 my $bptr="%rdx"; # const void *table,
1140 movq $bptr,%xmm4
1154 movq %xmm4,$bptr
2323 my ($aptr, $bptr, $nptr, $tptr, $mi, $bi, $zero, $num)=
2325 my $rptr=$bptr;
2332 lea 128($bp),$bptr # size optimization
2384 pand `16*($i+0)-128`($bptr),%xmm0 # while it's still in register
2385 pand `16*($i+1)-128`($bptr),%xmm1
2386 pand `16*($i+2)-128`($bptr),%xmm2
2388 pand `16*($i+3)-128`($bptr),
[all...]
H A Dia64-mont.pl93 rptr=r8; aptr=r9; bptr=r14; nptr=r15;
115 $ADDP bptr=0,in2
123 { .mmi; ldf8 bi=[bptr],8 // (*bp++)
205 { .mmi; ldf8 bi=[bptr],8 // (*bp++)
339 mov bptr=tptr
347 (p16) ld8 t[0]=[bptr],8
417 $ADDP bptr=0,in2 }
421 { .mmi; ldf8 bj[7]=[bptr],16 // bp[0]
434 { .mfi; (p4)ldf8 bj[5]=[bptr],16 // bp[2]
457 { .mfi; (p8)ldf8 bj[3]=[bptr],1
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Dsis_ds.c162 #define ISFREE(bptr) ((bptr)->free)
/freebsd-11-stable/sys/geom/vinum/
H A Dgeom_vinum_subr.c61 char *aptr, *bptr, *cptr; local
71 for (aptr = buf; *aptr != '\0'; aptr = bptr) {
72 bptr = aptr;
76 while (*bptr != '\n')
77 bptr++;
78 *bptr = '\0';
79 bptr++;
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_io.c1863 u_char *bptr; local
1870 bptr = buf + tok->len;
1872 tok->tt.execarg.text[i] = (char*)bptr;
1875 while (bptr && (*bptr != '\0')) {
1878 bptr = buf + tok->len;
1880 if (!bptr)
1921 u_char *bptr; local
1928 bptr = buf + tok->len;
1930 tok->tt.execenv.text[i] = (char*)bptr;
4512 u_char *bptr; local
[all...]
/freebsd-11-stable/contrib/file/src/
H A Dreadelf.c965 char *bptr; local
983 for (bptr = buf; *bptr && isprint(CAST(unsigned char, *bptr)); bptr++)
985 if (*bptr != '\0')
988 return bptr - buf;
/freebsd-11-stable/sys/dev/ie/
H A Dif_ie.c941 volatile u_short *bptr = &sc->scb->ie_command_list; local
978 *bptr = MK_16(sc->iomem, sc->xmit_cmds[sc->xmit_count]);
979 bptr = &sc->xmit_cmds[sc->xmit_count]->com.ie_cmd_link;
/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_syscons.c1067 u_int16_t *bptr = base; local
1070 *bptr++ = pat;
/freebsd-11-stable/crypto/openssh/
H A Dsshkey.c3521 const u_char *bptr; local
3552 if ((blen = BIO_get_mem_data(bio, &bptr)) <= 0) {
3556 if ((r = sshbuf_put(blob, bptr, blen)) != 0)

Completed in 504 milliseconds