Searched defs:SFgetc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfvscanf.c347 #define SFgetc(f,c) ((c) = (d < endd || (SFend(f), SFbuf(f), d < endd)) ? \ macro
383 { if(SFgetc(f,inp) < 0 || inp == fmt)
407 if(SFgetc(f,inp) != fmt)
419 do SFgetc(f,inp); while(isspace(inp)); /* skip starting blanks */
780 SFgetc(f,inp);
782 { do { SFgetc(f,inp); }
825 while(--width > 0 && SFgetc(f,inp) >= 0)
839 { if(SFgetc(f,inp) >= 0)
859 if(SFgetc(f,inp) >= 0 &&
861 SFgetc(
[all...]

Completed in 58 milliseconds