Searched defs:wbuf (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfwr.c38 { reg char *sp, *wbuf, *endbuf; local
42 wbuf = buf;
88 if(buf > wbuf)
93 if((wr = syswritef(f->file,wbuf,buf-wbuf)) > 0)
97 if(wr != (buf-wbuf))
99 wbuf = buf;
109 wbuf = (buf += s);
/osnet-11/usr/src/cmd/sendmail/src/
H A Dusersmtp.c3169 char wbuf[MAXLINE]; local
3171 p = wbuf;
3175 SPACELEFT(wbuf, p),
3180 (void) sm_snprintf(p, SPACELEFT(wbuf, p),
3183 checkfd012(wbuf);
H A Ddeliver.c884 char wbuf[MAXNAME + 20]; local
886 (void) sm_snprintf(wbuf, sizeof(wbuf), "sendall(%.*s)",
888 checkfd012(wbuf);
1887 char wbuf[MAXLINE]; local
1890 (void) sm_snprintf(wbuf, sizeof(wbuf), "%s... openmailer(%s)",
1893 checkfd012(wbuf);
3633 char wbuf[MAXLINE]; local
3636 (void) sm_snprintf(wbuf, sizeo
[all...]

Completed in 25 milliseconds