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

/ast/src/lib/libpp/
H A Dppdata.c65 static char tmpbuf[MAXTOKEN+1]; /* very temporary buffer */ variable
172 &tmpbuf[0], /* tmpbuf */
H A Dppsearch.c197 variant = sfsprintf(pp.tmpbuf, MAXTOKEN, "%c%s%c%s:archive", VDB_DELIMITER, VDB_MAGIC, VDB_DELIMITER, pp.pass);
198 if (!(s = sfgetr(sp, '\n', 1)) || !strneq(s, pp.tmpbuf, variant))
755 if ((pp.option & PLUSPLUS) && file != pp.tmpbuf)
761 sfsprintf(pp.tmpbuf, MAXTOKEN, "%s.h", file);
762 file = pp.tmpbuf;
H A Dppbuiltin.c58 p = pp.token = pp.tmpbuf;
370 a = pp.tmpbuf;
H A Dppcontrol.c592 p5 = strcpy(pp.tmpbuf, p5);
1317 strcpy(pp.tmpbuf, pp.token);
1322 assert(directive, pp.tmpbuf, pp.args);
1325 assert(directive, pp.tmpbuf, NiL);
1395 p = pp.tmpbuf;
1397 if (p + strlen(pp.token) < &pp.tmpbuf[MAXTOKEN])
1403 p = *pp.tmpbuf ? pp.tmpbuf : ((directive == WARNING) ? "user warning" : "user error");
1438 if (i1) c = sfsprintf(pp.tmpbuf, MAXTOKEN, "%luU", n1);
1439 else c = sfsprintf(pp.tmpbuf, MAXTOKE
[all...]
H A Dppop.c137 s = t = strcopy(pp.tmpbuf, error_info.file);
141 if (s <= pp.tmpbuf || *s == '/')
151 file = pp.tmpbuf;
1156 s = strcpy(pp.tmpbuf, s);
H A Dpplib.h295 char* tmpbuf; /* very temporary buffer */ \
/ast/src/cmd/cs/vcs_src/
H A Difs_news.c59 char tmpbuf[ STRLEN ]; local
62 buf = tmpbuf;
63 bsize = sizeof(tmpbuf);
H A Difs_ftp.c250 char tmpbuf[ STRLEN ]; local
254 buf = tmpbuf;
255 bsize = sizeof(tmpbuf);
/ast/src/cmd/ie/
H A Dvi.c2303 genchar tmpbuf[MAXLINE]; local
2306 p = (genchar*)hist_word(tmpbuf,repeat);
2315 ed_internal((char*)p,tmpbuf);
2316 p = tmpbuf;
/ast/src/lib/libast/port/
H A Dastlicense.c516 char tmpbuf[COMLINE]; local
525 tmp.end = (tmp.buf = tmp.nxt = tmpbuf) + sizeof(tmpbuf);
780 x = &tmpbuf[sizeof(tmpbuf)];
/ast/src/cmd/ksh93/edit/
H A Dvi.c2475 genchar tmpbuf[MAXLINE]; local
2478 p = (genchar*)hist_word((char*)tmpbuf,MAXLINE,vp->repeat);
2485 ed_internal((char*)p,tmpbuf);
2486 p = tmpbuf;
/ast/src/cmd/INIT/
H A Dproto.c389 char* checkpoint; int constack; struct ppinstk* in; char* addp; char* args; char* addbuf; char* catbuf; char* hdrbuf; char* hidebuf; char* path; char* tmpbuf; char* valbuf; char* optflags; int lastout; char* include; char* prefix; struct ppmember* member; int hidden; int hiding; int level; struct { int input; int output; } pool; struct { long ro_state; long ro_mode; long ro_option; long ro_op[2]; int on; char* symtab; } reset; int truncate; struct ppmacstk* macp; char* maxmac; char* mactop; char* toknxt; long* control; long* maxcon; struct oplist* chop; struct ppfile* insert; struct ppfile* original; struct ppdirs* found; int vendor; char* dirtab; char* strtab; PPBUILTIN builtin; PPCOMMENT comment; PPINCREF incref; PPLINESYNC linesync; PPLINESYNC olinesync; PPMACREF macref; PPOPTARG optarg; PPPRAGMA pragma; struct counter counter; char funbuf[256]; member in struct:ppglobals
1870 char tmpbuf[(70+4)]; local
1879 tmp.end = (tmp.buf = tmp.nxt = tmpbuf) + sizeof(tmpbuf);
2134 x = &tmpbuf[sizeof(tmpbuf)];

Completed in 49 milliseconds