Searched refs:SFgetc (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/ |
H A D | sfvscanf.c | 345 #define SFgetc(f,c) ((c) = (d < endd || (SFend(f), SFbuf(f), d < endd)) ? \ macro 381 { if(SFgetc(f,inp) < 0 || inp == fmt) 405 if(SFgetc(f,inp) != fmt) 417 do SFgetc(f,inp); while(isspace(inp)); /* skip starting blanks */ 777 SFgetc(f,inp); 779 { do { SFgetc(f,inp); } 822 while(--width > 0 && SFgetc(f,inp) >= 0) 836 { if(SFgetc(f,inp) >= 0) 856 if(SFgetc(f,inp) >= 0 && 858 SFgetc(f,inp); [all …]
|