Home
last modified time | relevance | path

Searched refs:wbuf (Results 1 – 15 of 15) sorted by relevance

/original-bsd/usr.bin/mail/
H A Dhead.c209 nextword(wp, wbuf) in nextword() argument
210 register char *wp, *wbuf; in nextword()
215 *wbuf = 0;
219 *wbuf++ = c;
222 *wbuf++ = c;
224 *wbuf++ = c;
229 *wbuf = '\0';
H A Dnames.c141 yankword(ap, wbuf) in yankword() argument
142 char *ap, wbuf[]; in yankword()
171 for (cp2 = wbuf; *cp && (*cp2++ = *cp++) != '>';)
174 for (cp2 = wbuf; *cp && !index(" \t,(", *cp); *cp2++ = *cp++)
/original-bsd/bin/csh/
H A Ddol.c145 Dpack(wbuf, wp) in Dpack() argument
146 Char *wbuf, *wp; in Dpack()
158 Gcat(STRNULL, wbuf);
169 Gcat(STRNULL, wbuf);
177 Gcat(STRNULL, wbuf);
196 Char wbuf[BUFSIZ]; in Dword() local
216 Gcat(STRNULL, wbuf); in Dword()
275 i = MAXWLEN - (wp - wbuf); in Dword()
298 i = MAXWLEN - (wp - wbuf); in Dword()
383 Char wbuf[BUFSIZ]; in Dgetdol() local
[all …]
H A Dlex.c214 Char wbuf[BUFSIZ]; in word() local
218 wp = wbuf; in word()
322 wp = &wbuf[1]; in word()
328 return (Strsave(wbuf)); in word()
898 Char wbuf[BUFSIZ]; local
918 wp = wbuf;
960 return (Strsave(wbuf));
/original-bsd/usr.bin/apropos/
H A Dapropos.c110 char buf[LINE_MAX + 1], wbuf[LINE_MAX + 1]; local
134 lowstr(buf, wbuf);
136 if (match(wbuf, *p)) {
142 if (match(wbuf, *p))
/original-bsd/usr.bin/whatis/
H A Dwhatis.c108 char buf[MAXLINELEN + 1], wbuf[MAXLINELEN + 1]; local
128 dashtrunc(buf, wbuf);
130 if (match(wbuf, *p)) {
136 if (match(wbuf, *p))
/original-bsd/lib/libc/gen/
H A Dgetcwd.c79 char *p, *q, wbuf[MAXPATHLEN]; local
135 (void)strcpy(wbuf, p);
153 if (*wbuf) {
154 if (strlen(resolved) + strlen(wbuf) + rootd + 1 > MAXPATHLEN) {
160 (void)strcat(resolved, wbuf);
/original-bsd/libexec/bugfiler/
H A Dunixtomh.c539 nextword(wp, wbuf) in nextword() argument
540 char wp[], wbuf[]; in nextword()
545 copy("", wbuf);
548 cp2 = wbuf;
/original-bsd/local/ditroff/ditroff.old.okeeffe/troff/
H A Dn3.c35 tchar *wbuf; variable
39 tchar wbuf[BLK]; variable
353 wbuf = &corebuf[woff]; /* INCORE only */
357 wbuf[wbfi++] = i;
380 write(ibf, (char *)wbuf, wbfi * sizeof(tchar)); in wbfl()
/original-bsd/old/roff/common_source/
H A Dn3.c76 int wbuf[BLK]; variable
79 int *wbuf; variable
332 wbuf = &Buf[woff];
336 wbuf[wbfi++] = i;
354 write(ibf, (char *)wbuf, wbfi * sizeof(int)); in wbfl()
/original-bsd/lib/libc/stdio/
H A DMakefile.inc15 wbuf.c wsetup.c
/original-bsd/local/ditroff/ditroff.okeeffe/
H A Dn3.c30 tchar *wbuf; variable
398 wbuf = &corebuf[woff]; /* INCORE only */
401 wbuf[wbfi++] = i;
/original-bsd/local/ditroff/ditroff.okeeffe/troff/
H A Dn3.c30 tchar *wbuf; variable
398 wbuf = &corebuf[woff]; /* INCORE only */
401 wbuf[wbfi++] = i;
/original-bsd/usr.sbin/sendmail/src/
H A Ddeliver.c492 char wbuf[MAXNAME + 20]; local
494 (void) sprintf(wbuf, "sendall(%s)", q->q_paddr);
495 checkfd012(wbuf);
1010 char wbuf[MAXLINE]; local
1013 sprintf(wbuf, "%s... openmailer(%s)", e->e_to, m->m_name);
1014 checkfd012(wbuf);
1614 char wbuf[MAXLINE]; local
1617 sprintf(wbuf, "%s... end of deliver(%s)",
1620 checkfd012(wbuf);
H A Dusersmtp.c884 char wbuf[MAXLINE]; local
885 char *p = wbuf;
893 checkfd012(wbuf);