Searched refs:bufptr (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dcaptoinfo.c591 save_tc_char(char *bufptr, int c1) argument
597 bufptr = save_char(bufptr, '\\');
598 bufptr = save_char(bufptr, c1);
604 bufptr = save_string(bufptr, temp);
606 return bufptr;
610 save_tc_inequality(char *bufptr, int c1, int c2) argument
612 bufptr
647 char *bufptr = init_string(); local
[all...]
H A Dcomp_scan.c108 static char *bufptr; /* otherwise, the input buffer pointer */ variable
127 bufstart = bufptr = buf;
142 size_t len = strlen(bufptr);
144 if (!isspace(UChar(bufptr[len])))
145 return bufptr[len];
181 if (bufptr == 0 || *bufptr == '\0')
183 if (*bufptr == '\n') {
186 } else if (*bufptr == '\t') {
189 } else if (!bufptr || !*bufpt
[all...]
/freebsd-9.3-release/contrib/top/
H A Dscreen.c105 char *bufptr; local
182 bufptr = string_buffer;
187 clear_line = tgetstr("ce", &bufptr);
191 if ((clear_screen = tgetstr("cl", &bufptr)) == NULL ||
192 (cursor_motion = tgetstr("cm", &bufptr)) == NULL)
199 clear_to_end = tgetstr("cd", &bufptr);
200 terminal_init = tgetstr("ti", &bufptr);
201 terminal_end = tgetstr("te", &bufptr);
202 start_standout = tgetstr("so", &bufptr);
203 end_standout = tgetstr("se", &bufptr);
[all...]
/freebsd-9.3-release/contrib/gcc/config/
H A Ddarwin-c.c344 char *bufptr; local
350 bufptr = strchr (fname, '/');
353 if (bufptr == 0)
356 fname_len = bufptr - fname;
362 bufptr = strstr (pname, dot_framework);
366 if (!bufptr)
369 /* Now translate. For example, +- bufptr
379 bufptr += strlen (dot_framework);
381 sfrname_len = bufptr - pname;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dvalprint.c1091 char *bufptr; /* Pointer to next available byte in buffer. */
1126 bufptr = buffer;
1129 nfetch = partial_memory_read (addr, bufptr, len * width, &errcode)
1132 bufptr += nfetch * width;
1151 bufptr = buffer + bufsize * width;
1155 nfetch = partial_memory_read (addr, bufptr, nfetch * width, &errcode)
1160 that bufptr is explicitly left pointing at the next character
1164 limit = bufptr + nfetch * width;
1165 while (bufptr < limit)
1169 c = extract_unsigned_integer (bufptr, widt
1090 char *bufptr; /* Pointer to next available byte in buffer. */ local
[all...]
H A Dtarget.c770 char *bufptr; local
776 bufptr = buffer;
798 if (bufptr - buffer + tlen > buffer_allocated)
801 bytes = bufptr - buffer;
804 bufptr = buffer + bytes;
809 *bufptr++ = buf[i + offset];
/freebsd-9.3-release/libexec/bootpd/
H A Dhwaddr.c223 char *bufptr; local
228 bufptr = haddrbuf;
230 sprintf(bufptr, "%02X:", (unsigned) (*haddr++ & 0xFF));
231 bufptr += 3;
234 bufptr[-1] = 0;
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_acts.c214 char *bufptr; /* next incoming char stored here */ member in struct:actsunit
215 char buf[BMAX]; /* bufptr roams within buf[] */
276 up->bufptr = up->buf;
334 octets = sizeof(up->buf) - (up->bufptr - up->buf);
338 if (up->bufptr == up->buf) {
342 *up->bufptr = '\0';
343 up->bufptr = up->buf;
347 *up->bufptr++ = *tptr;
530 up->bufptr = up->buf;
/freebsd-9.3-release/sys/dev/e1000/
H A De1000_manage.c228 u8 *bufptr = buffer; local
246 *(tmp + j) = *bufptr++;
265 *(tmp + j) = *bufptr++;
275 *(tmp + j) = *bufptr++;
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dpex-win32.c556 char *bufptr; local
568 bufptr = env_block;
570 bufptr = stpcpy (bufptr, env_copy[var]) + 1;
572 *bufptr = '\0';
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-linux.c941 char * bufptr; local
962 if ((bufptr = strstr(buffer, if_name)) &&
963 (bufptr == buffer || *(bufptr-1) == ' ') &&
964 *(bufptr + if_name_sz) == ':')
966 bufptr = bufptr + if_name_sz + 1;
969 while( --field_to_convert && *bufptr != '\0')
971 while (*bufptr != '\0' && *(bufptr
[all...]
/freebsd-9.3-release/contrib/binutils/ld/
H A Ddeffilep.y850 static int bufptr = 0;
855 if (bufptr == buflen)
863 buffer[bufptr++] = c;
864 buffer[bufptr] = 0; /* not optimal, but very convenient. */
981 bufptr = 0;
998 bufptr = 0;
1046 bufptr = 0;
/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.c1440 char *bufptr, unsigned long need);
3640 char *bufptr,
3646 at = bufptr - *buf;
3647 need -= *bufend - bufptr;
3694 char *bufptr;
3708 bufptr = *buf + offset;
3842 if (bufptr >= *bufend)
3843 bufptr = ecoff_add_bytes (buf, bufend, bufptr, (long) 1);
3844 *bufptr
3606 ecoff_add_bytes(char **buf, char **bufend, char *bufptr, unsigned long need) argument
3662 char *bufptr; local
[all...]
/freebsd-9.3-release/sys/dev/tsec/
H A Dif_tsec.h315 volatile uint32_t bufptr; /* buffer pointer */ member in struct:tsec_desc
H A Dif_tsec.c481 tx_desc[i].bufptr = 0;
490 rx_desc[i].bufptr = sc->rx_data[i].paddr;
819 tx_desc->bufptr = segs[seg].ds_addr;
1353 rx_desc->bufptr = rx_data[i].paddr;
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcslex.c1030 char *bufptr = (char *) f->base;
1033 ssize_t r = read(fd, bufptr, bufsiz);
1045 bufptr += r;
/freebsd-9.3-release/sys/dev/sound/pci/
H A Dcmi.c519 u_int32_t physptr, bufptr, sz; local
530 bufptr = (physptr - ch->phys_buf + sz - ch->bps) % sz;
532 return bufptr;

Completed in 181 milliseconds