Searched refs:ibufp (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/ed/
H A Dre.c56 if ((delimiter = *ibufp) == ' ') {
59 } else if (delimiter == '\n' || *++ibufp == '\n' || *ibufp == delimiter) {
93 for (nd = ibufp; *nd != delimiter && *nd != '\n'; nd++)
110 len = nd - ibufp;
112 memcpy(lhbuf, ibufp, len);
114 ibufp = nd;
H A Dsub.c54 if ((delimiter = *ibufp) == '\n') {
60 else if (*ibufp == '\n') {
63 } else if (*ibufp == delimiter)
64 ibufp++;
65 if ('1' <= *ibufp && *ibufp <= '9') {
66 STRTOL(*np, ibufp);
68 } else if (*ibufp == 'g') {
69 ibufp++;
85 char delimiter = *ibufp
[all...]
H A Dmain.c85 char *ibufp; /* pointer to ed command-line buffer */ variable
288 if (*ibufp != ',' && *ibufp != ';')
290 else if (*ibufp++ == ';')
299 #define SKIP_BLANKS() while (isspace((unsigned char)*ibufp) && *ibufp != '\n') \
300 ibufp++
316 for (hd = ibufp;; first = 0)
317 switch (c = *ibufp) {
323 ibufp
[all...]
H A Dglbl.c56 if ((delimiter = *ibufp) == ' ' || delimiter == '\n') {
61 else if (*ibufp == delimiter)
62 ibufp++;
94 if (!strcmp(ibufp, "\n"))
135 ibufp = cmd;
136 for (; *ibufp;)
H A Dio.c225 char *t = ibufp;
229 if ((l = t - ibufp) < 2 || !has_trailing_escape(ibufp, ibufp + l - 1)) {
231 return ibufp;
235 memcpy(cvbuf, ibufp, l);
278 ibufp = ibuf;
285 ibufp = NULL;
294 ibufp = ibuf;
H A Ded.h264 extern char *ibufp;
/netbsd-6-1-5-RELEASE/dist/dhcp/common/
H A Dlpf.c292 unsigned hbufp = 0, ibufp = 0; local
308 ibufp = hbufp + fudge;
309 assemble_udp_ip_header (interface, buf, &ibufp, from.s_addr,
312 memcpy (buf + ibufp, raw, len);
322 buf + fudge, ibufp + len - fudge, 0, &sa, sizeof sa);
H A Dnit.c293 unsigned hbufp, ibufp; local
310 ibufp = 0;
314 assemble_udp_ip_header (interface, buf, &ibufp,
319 memcpy (buf + ibufp, raw, len);
331 data.maxlen = data.len = ibufp + len;
H A Dupf.c257 unsigned hbufp = 0, ibufp = 0; local
271 (unsigned char *)ip, &ibufp, from.s_addr,
279 iov [1].iov_len = ibufp;
H A Dbpf.c371 unsigned hbufp = 0, ibufp = 0; local
384 (unsigned char *)ip, &ibufp, from.s_addr,
392 iov [1].iov_len = ibufp;
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Dtty.c990 u_char *ibufp, *obufp; local
1077 ibufp = obufp = NULL;
1152 ibufp = inpacket_buf;
1153 nibuf = read(ifd, ibufp, PPP_MRU + PPP_HDRLEN);
1173 if (!record_write(recordf, 2, ibufp, nibuf, &lasttime))
1230 n = write(pty_master, ibufp, n);
1240 ibufp += n;
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Dcom.c906 u_char *ibufp; local
934 ibufp = sc->sc_ibuf;
937 if (ibufp == ibufend) {
942 sc->sc_ibufp = sc->sc_ibuf = (ibufp == sc->sc_ibufs[0]) ?
961 while (ibufp < ibufend) {
962 c = *ibufp++;
963 if (*ibufp & LSR_OE) {
970 c |= lsrmap[(*ibufp++ & (LSR_BI|LSR_FE|LSR_PE)) >> 2];

Completed in 131 milliseconds