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

/freebsd-10.0-release/libexec/talkd/
H A Dannounce.c105 char *bptr, *lptr, *vis_user; local
142 bptr = big_buf;
143 *bptr++ = '\007'; /* send something to wake them up */
144 *bptr++ = '\r'; /* add a \r in case of raw mode */
145 *bptr++ = '\n';
150 *(bptr++) = *(lptr++);
153 *(bptr++) = ' ';
154 *(bptr++) = '\r'; /* add a \r in case of raw mode */
155 *(bptr++) = '\n';
157 *bptr
[all...]
/freebsd-10.0-release/sys/dev/le/
H A Dlance.c692 volatile uint16_t *bptr;
696 bptr = ((volatile uint16_t *)buf) + (boff - 1);
697 *bptr = (*from++ << 8) | (*bptr & 0xff);
698 bptr += 2;
701 bptr = ((volatile uint16_t *)buf) + boff;
703 *bptr = (from[1] << 8) | (from[0] & 0xff);
704 bptr += 2;
709 *bptr = (uint16_t)*from;
717 volatile uint16_t *bptr;
[all...]
/freebsd-10.0-release/contrib/tcsh/
H A Dgethost.c167 const char *ptr, *bptr, *eptr = NULL, *name; local
175 for (ptr = defs; (bptr = strstr(ptr, def)) != NULL; ptr = eptr + 1) {
176 if (ptr != bptr)
177 buf = cat(buf, ptr, bptr - ptr);
183 buf = cat(buf, bptr, eptr - bptr + 1);
184 name = bptr + sizeof(def) - 1;
H A Dtw.parse.c273 Char *bptr; local
287 for (bptr = qline.s + wordp; bptr < slshp; bptr++) {
292 if (isglob(*bptr)) {
343 for (bptr = word_start; bptr < str_end; bptr++) {
348 if (isglob(*bptr)) {
422 bptr
599 Char *bptr; local
[all...]
H A Dtw.init.c271 const struct biltins *bptr; local
273 for (bptr = bfunc; bptr < &bfunc[nbfunc]; bptr++)
274 if (bptr->bname)
275 tw_cmd_add(str2short(bptr->bname));
277 for (bptr = nt_bfunc; bptr < &nt_bfunc[nt_nbfunc]; bptr++)
278 if (bptr
[all...]
H A Dsh.exec.c932 const struct biltins *bptr; local
973 for (bptr = bfunc; bptr < &bfunc[nbfunc]; bptr++) {
974 if (eq(sp->word, str2short(bptr->bname))) {
989 for (bptr = nt_bfunc; bptr < &nt_bfunc[nt_nbfunc]; bptr++) {
990 if (eq(sp->word, str2short(bptr->bname))) {
1084 const struct biltins *bptr; local
[all...]
/freebsd-10.0-release/sys/powerpc/booke/
H A Dplatform_bare.c254 uint32_t bptr, eebpcr; local
283 bptr = ((uint32_t)__boot_page - KERNBASE) + kernload;
284 KASSERT((bptr & 0xfff) == 0,
285 ("%s: boot page is not aligned (%#x)", __func__, bptr));
286 bptr = (bptr >> 12) | 0x80000000u;
287 ccsr_write4(OCP85XX_BPTR, bptr);
/freebsd-10.0-release/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-10.0-release/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-10.0-release/usr.bin/gencat/
H A Dgencat.c237 static char buf[BUFSIZ], *bptr = buf, *bend = buf; local
249 for (; bptr < bend && cptr < cend; ++cptr, ++bptr) {
250 if (*bptr == '\n') {
252 ++bptr;
255 *cptr = *bptr;
261 if (bptr == bend) {
271 bptr = buf;
/freebsd-10.0-release/crypto/openssl/engines/ccgost/
H A Dgosthash.c231 byte *bptr; local
243 bptr=buf;
247 *(bptr++)=(byte)(fin_len&0xFF);
/freebsd-10.0-release/sys/dev/drm/
H A Dsis_ds.c162 #define ISFREE(bptr) ((bptr)->free)
/freebsd-10.0-release/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-10.0-release/contrib/openbsm/libbsm/
H A Dbsm_io.c1864 u_char *bptr; local
1871 bptr = buf + tok->len;
1873 tok->tt.execarg.text[i] = (char*)bptr;
1876 while (bptr && (*bptr != '\0')) {
1879 bptr = buf + tok->len;
1881 if (!bptr)
1922 u_char *bptr; local
1929 bptr = buf + tok->len;
1931 tok->tt.execenv.text[i] = (char*)bptr;
4513 u_char *bptr; local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
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 andcm bptr=rptr,topbit
341 { .mii; or nptr=aptr,bptr
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...]
H A Dx86_64-mont.pl695 my $bptr="%rdx"; # not used
/freebsd-10.0-release/crypto/openssh/
H A Dauthfile.c180 const u_char *bptr; local
208 if ((blen = BIO_get_mem_data(bio, &bptr)) <= 0)
211 buffer_append(blob, bptr, blen);
/freebsd-10.0-release/sys/dev/ie/
H A Dif_ie.c948 volatile u_short *bptr = &sc->scb->ie_command_list; local
990 *bptr = MK_16(sc->iomem, sc->xmit_cmds[sc->xmit_count]);
991 bptr = &sc->xmit_cmds[sc->xmit_count]->com.ie_cmd_link;
/freebsd-10.0-release/sys/powerpc/ofw/
H A Dofw_syscons.c1087 u_int16_t *bptr = base; local
1090 *bptr++ = pat;

Completed in 410 milliseconds