Searched refs:SFgetc (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libast/common/sfio/ |
H A D | sfvscanf.c | 347 #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(f,inp); [all …]
|