Home
last modified time | relevance | path

Searched refs:fmtbuf (Results 1 – 25 of 27) sorted by relevance

12

/original-bsd/games/gomoku/
H A Dmain.c43 char fmtbuf[128]; variable
253 log(fmtbuf);
310 cp = fmtbuf;
336 if (!getline(fmtbuf, sizeof(fmtbuf)))
346 dlog(fmtbuf);
361 dlog(fmtbuf);
406 str = fmtbuf;
410 dlog(fmtbuf);
419 dlog(fmtbuf);
423 dlog(fmtbuf);
[all …]
H A Dpickmove.c80 dlog(fmtbuf);
97 dlog(fmtbuf);
104 dlog(fmtbuf);
307 dlog(fmtbuf);
366 dlog(fmtbuf);
372 dlog(fmtbuf);
730 dlog(fmtbuf);
732 dlog(fmtbuf);
773 dlog(fmtbuf);
1188 dlog(fmtbuf);
[all …]
H A Dgomoku.h223 extern char fmtbuf[];
/original-bsd/usr.bin/f77/libI77/
H A Ddolio.c28 if(not_legal(lunit)) err(errflag,F_ERUNIT,fmtbuf)
31 err(errflag,n,fmtbuf)
37 if(!curunit->ufmt) err(errflag,F_ERNOFIO,fmtbuf)
38 if(curunit->url) err(errflag,F_ERNOSIO,fmtbuf)
H A Derr.c32 char *fmtbuf, *icptr, *icend, *fmtptr; variable
95 { if(fmtbuf) prnt_fmt(n);
139 { i = fmtptr - fmtbuf;
141 if(ep != fmtbuf) fprintf(stderr, "... ");
145 { ep = fmtbuf;
147 fmtptr = fmtbuf - 1;
H A Diio.c107 fmtbuf=a->icifmt;
186 fmtbuf = NULL; in e_rsfi()
208 fmtbuf="int list io";
245 { fmtbuf = NULL; in e_rsli()
250 { fmtbuf = NULL; in e_wsli()
H A Dfmt.c65 s_ptr = (short *) fmtbuf; in pars_f()
70 l_ptr = (long *) fmtbuf; in pars_f()
71 fmtbuf = s_init = (char *) *(l_ptr+1); in pars_f()
77 s_init = fmtbuf; in pars_f()
78 return((f_s(fmtbuf,0)==FMTERR)? ERROR : OK); in pars_f()
H A Dwsli.c31 { fmtbuf = NULL; in e_wsli()
H A Drsli.c34 { fmtbuf = NULL; in e_rsli()
H A Dc_iio.c84 fmtbuf=a->icifmt;
155 fmtbuf="int list io";
H A Dwfi.c59 fmtbuf = NULL; in e_wsfi()
H A Drfi.c58 fmtbuf = NULL; in e_rsfi()
H A Dfio.h43 extern char *fmtbuf, *icptr, *icend, *fmtptr;
H A Drsfe.c73 fmtbuf=NULL; in e_rsfe()
H A Dsfe.c67 fmtbuf=NULL; in e_rsfe()
76 fmtbuf=a->cifmt;
H A Dc_sfe.c24 fmtbuf=a->cifmt;
H A Dwsnmle.c35 fmtbuf = "ext namelist io";
H A Dwsfe.c92 fmtbuf=NULL; in e_wsfe()
H A Dc_dfe.c28 fmtbuf = a->cifmt;
H A Ddfe.c70 fmtbuf = a->cifmt;
H A Dlwrite.c27 fmtbuf = "ext list io";
/original-bsd/usr.bin/lam/
H A Dlam.c79 static char fmtbuf[BUFSIZ]; local
80 char *fmtp = fmtbuf;
126 if (fmtp > fmtbuf + BUFSIZ)
/original-bsd/usr.sbin/sendmail/src/
H A Dsrvrsmtp.c1092 char fmtbuf[20]; local
1094 strcpy(fmtbuf, "250");
1095 fmtbuf[3] = last ? ' ' : '-';
1100 strcpy(&fmtbuf[4], "<%s@%s>");
1102 strcpy(&fmtbuf[4], "<%s>");
1103 message(fmtbuf, a->q_user, MyHostName);
1108 strcpy(&fmtbuf[4], "%s <%s@%s>");
1110 strcpy(&fmtbuf[4], "%s <%s>");
1111 message(fmtbuf, a->q_fullname, a->q_user, MyHostName);
/original-bsd/sbin/scsiformat/
H A Dscsiformat.c549 u_char fmtbuf[128]; in do_format() local
580 bzero(fmtbuf, sizeof(fmtbuf)); in do_format()
581 do_command(fd, &format, fmtbuf, sizeof(fmtbuf)); in do_format()
/original-bsd/libexec/mail.local/
H A Dmail.local.c569 char fmtbuf[10240]; local
571 (void) sprintf(fmtbuf, fmt, ap);
572 syslog(LOG_ERR, "%s", fmtbuf);

12