Searched refs:tmpbuf (Results 1 - 12 of 12) sorted by relevance
/ast/src/lib/libpp/ |
H A D | ppdata.c | 65 static char tmpbuf[MAXTOKEN+1]; /* very temporary buffer */ variable 172 &tmpbuf[0], /* tmpbuf */
|
H A D | ppsearch.c | 197 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 D | ppbuiltin.c | 58 p = pp.token = pp.tmpbuf; 370 a = pp.tmpbuf;
|
H A D | ppcontrol.c | 592 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 D | ppop.c | 137 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 D | pplib.h | 295 char* tmpbuf; /* very temporary buffer */ \
|
/ast/src/cmd/cs/vcs_src/ |
H A D | ifs_news.c | 59 char tmpbuf[ STRLEN ]; local 62 buf = tmpbuf; 63 bsize = sizeof(tmpbuf);
|
H A D | ifs_ftp.c | 250 char tmpbuf[ STRLEN ]; local 254 buf = tmpbuf; 255 bsize = sizeof(tmpbuf);
|
/ast/src/cmd/ie/ |
H A D | vi.c | 2303 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 D | astlicense.c | 516 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 D | vi.c | 2475 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 D | proto.c | 389 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