Searched refs:sfungetc (Results 1 - 25 of 36) sorted by relevance

12

/ast/src/lib/libast/stdio/
H A Dungetc.c31 return sfungetc(f, c);
H A Dungetwc.c36 if (sfungetc(f, *s++) == EOF)
/ast/src/cmd/tests/sfio/
H A Dtungetc.c36 if(sfungetc(f,n+'0') != n+'0')
51 if(sfungetc(f,n+'0') != n+'0')
62 if(sfungetc(f,'0') != '0')
68 if(sfungetc(f,'\n') != '\n')
70 if(sfungetc(f,'d') != 'd')
72 if(sfungetc(f,'c') != 'c')
74 if(sfungetc(f,'\n') != '\n')
76 if(sfungetc(f,'b') != 'b')
78 if(sfungetc(f,'a') != 'a')
H A Dtbadargs.c95 CALL(sfungetc(0,0));
H A Dtpool.c53 sfungetc(f1,'a');
54 sfungetc(f4,'b');
56 sfungetc(f1,'a');
/ast/src/lib/libast/sfio/
H A D_sfgetl.c40 sfungetc(f, (unsigned char)_SF_(f)->val);
H A D_sfgetl2.c48 sfungetc(f, v);
H A D_sfgetu.c40 sfungetc(f, (unsigned char)_SF_(f)->val);
H A D_sfgetu2.c48 sfungetc(f, v);
H A Dsfungetc.c52 int sfungetc(Sfio_t* f, int c) function
54 int sfungetc(f,c)
/ast/src/cmd/html/
H A Dhtml2db.c75 sfungetc(ip, c);
H A Dbb2tok.c274 sfungetc(ip, c);
/ast/src/cmd/msgcc/
H A Dmsgcvt.c185 sfungetc(ip, name[i]);
248 sfungetc(ip, c);
264 sfungetc(ip, c);
349 sfungetc(ip, c);
381 sfungetc(ip, c);
382 sfungetc(ip, '<');
389 sfungetc(ip, c);
/ast/src/cmd/ncsl/
H A Dncsl.c145 sfungetc(sp, c);
/ast/src/lib/libardir/
H A Dar-local.c78 if (!(state->sp = sfpopen(NiL, cmd, "r")) || (c = sfgetc(state->sp)) == EOF || sfungetc(state->sp, c) == EOF)
/ast/src/lib/libpz/
H A Dpzread.c138 sfungetc(pz->io, 0);
149 sfungetc(pz->io, k);
H A Dpzhead.c329 sfungetc(pz->io, j);
330 sfungetc(pz->io, i);
H A Dpzinflate.c230 sfungetc(pz->io, k);
/ast/src/cmd/pax/
H A Dnocomment.c98 sfungetc(ip, c);
105 sfungetc(ip, c);
/ast/src/cmd/dsslib/bgp/
H A Dbgp-ipma.c117 sfungetc(file->io, c);
248 sfungetc(file->io, c);
/ast/src/cmd/jcl/
H A Djcm.c250 sfungetc(sp, c);
257 sfungetc(sp, o);
262 sfungetc(sp, c);
263 sfungetc(sp, o);
746 sfungetc(sp, n);
/ast/src/cmd/re/
H A Dsed0.c206 sfungetc(input.ifile, c);
/ast/src/cmd/std/
H A Dunexpand.c181 sfungetc(in,c);
/ast/src/cmd/ksh93/edit/
H A Dhexpand.c500 sfungetc(tmp, '\n');
675 sfungetc(tmp, c);
/ast/src/lib/libast/include/
H A Dsfio.h259 extern int sfungetc _ARG_((Sfio_t*, int));

Completed in 40 milliseconds

12