Home
last modified time | relevance | path

Searched refs:sfgetc (Results 1 – 25 of 36) sorted by relevance

12

/titanic_44/usr/src/cmd/ast/msgcc/
H A Dmsgcvt.c136 if ((c = sfgetc(ip)) == EOF) in decode()
142 while ((c = sfgetc(ip)) != EOF && c != ';') in decode()
211 while (isspace(c = sfgetc(ip))); in sfnext()
222 while ((c = sfgetc(ip)) != EOF) in html2msg()
227 isspace(c = sfgetc(ip)) && in html2msg()
245 c = sfgetc(ip); in html2msg()
252 switch (c = sfgetc(ip)) in html2msg()
261 while (isspace(c = sfgetc(ip))); in html2msg()
272 (c = sfgetc(ip)) == 'L' && in html2msg()
284 if ((c = sfgetc(ip)) == 'R' && in html2msg()
[all …]
/titanic_44/usr/src/lib/libast/common/sfio/
H A D_sfgetc.c24 #undef sfgetc
27 int sfgetc(reg Sfio_t* f) in sfgetc() function
29 int sfgetc(f) in sfgetc()
H A Dsfgetd.c43 if((sign = sfgetc(f)) < 0 || (exp = (int)sfgetu(f)) < 0)
/titanic_44/usr/src/lib/libshell/common/edit/
H A Dhexpand.c445 while((c = sfgetc(ref)) > 0)
476 while((c = sfgetc(ref)) > 0 && (!isspace(c) || q));
499 if(sfgetc(tmp) == '\n')
555 while((c = sfgetc(tmp)) > 0)
571 while((c = sfgetc(tmp)) > 0)
579 while((c = sfgetc(tmp)) > 0)
663 while((c = sfgetc(tmp)) > 0)
673 while((c = sfgetc(tmp)) > 0 && isspace(c));
/titanic_44/usr/src/lib/libast/common/port/
H A Dastquery.c84 for (n = c = sfgetc(ip);; c = sfgetc(ip)) in astquery()
/titanic_44/usr/src/lib/libast/common/misc/
H A Dfastfind.c437 if ((j = sfgetc(fp->fp)) == EOF) in findopen()
444 if ((j = sfgetc(fp->fp)) == EOF) in findopen()
480 while (j = sfgetc(fp->fp)) in findopen()
492 if ((j = sfgetc(fp->fp)) == EOF) in findopen()
498 if ((j = sfgetc(fp->fp)) == EOF) in findopen()
501 if ((j = sfgetc(fp->fp)) == EOF) in findopen()
505 if ((fp->decode.peek = sfgetc(fp->fp)) != FF_OFF) in findopen()
734 if ((c = sfgetc(fp->fp)) == EOF) in findread()
738 if ((c = sfgetc(fp->fp)) == EOF) in findread()
741 if ((c = sfgetc(fp->fp)) == EOF) in findread()
[all …]
/titanic_44/usr/src/lib/libast/common/stdio/
H A Dgetchar.c37 return sfgetc(sfstdin);
H A Dfgetc.c31 return sfgetc(f); in fgetc()
H A Dgetc.c39 return sfgetc(f);
/titanic_44/usr/src/lib/libpp/common/
H A Dppsym.c58 switch (c = sfgetc(sfstdin)) in main()
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dsfio.h294 extern int sfgetc _ARG_((Sfio_t*));
374 __INLINE__ int sfgetc(Sfio_t* f) { return __sf_getc(f); } in sfgetc() function
397 #define sfgetc(f) ( __sf_getc(f) )
H A Dast_stdio.h561 #define getc(f) sfgetc(f)
562 #define getchar() sfgetc(sfstdin)
/titanic_44/usr/src/lib/libast/common/include/
H A Dsfio.h294 extern int sfgetc _ARG_((Sfio_t*));
374 __INLINE__ int sfgetc(Sfio_t* f) { return __sf_getc(f); } in sfgetc() function
397 #define sfgetc(f) ( __sf_getc(f) )
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio.h294 extern int sfgetc _ARG_((Sfio_t*));
374 __INLINE__ int sfgetc(Sfio_t* f) { return __sf_getc(f); } in sfgetc() function
397 #define sfgetc(f) ( __sf_getc(f) )
H A Dast_stdio.h561 #define getc(f) sfgetc(f)
562 #define getchar() sfgetc(sfstdin)
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dsfio.h294 extern int sfgetc _ARG_((Sfio_t*));
374 __INLINE__ int sfgetc(Sfio_t* f) { return __sf_getc(f); } in sfgetc() function
397 #define sfgetc(f) ( __sf_getc(f) )
H A Dast_stdio.h561 #define getc(f) sfgetc(f)
562 #define getchar() sfgetc(sfstdin)
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dsfio.h294 extern int sfgetc _ARG_((Sfio_t*));
374 __INLINE__ int sfgetc(Sfio_t* f) { return __sf_getc(f); } in sfgetc() function
397 #define sfgetc(f) ( __sf_getc(f) )
H A Dast_stdio.h561 #define getc(f) sfgetc(f)
562 #define getchar() sfgetc(sfstdin)
/titanic_44/usr/src/lib/libast/common/comp/
H A Dwordexp.c133 while((c=sfgetc(iop)) != EOF) in wordexp()
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h540 #define getc(f) sfgetc(f)
541 #define getchar() sfgetc(sfstdin)
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h540 #define getc(f) sfgetc(f)
541 #define getchar() sfgetc(sfstdin)
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_stdio.h540 #define getc(f) sfgetc(f)
541 #define getchar() sfgetc(sfstdin)
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h540 #define getc(f) sfgetc(f)
541 #define getchar() sfgetc(sfstdin)
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dtrestore.c196 ap->argflag = sfgetc(infile); in r_arg()

12