Home
last modified time | relevance | path

Searched refs:SFRPEEK (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfgetu.c49 { if(SFRPEEK(f,s,p) <= 0)
H A Dsfgetm.c50 { if(SFRPEEK(f,s,p) <= 0)
H A Dsfgetl.c48 { if(SFRPEEK(f,s,p) <= 0)
H A Dsfgetd.c54 if(SFRPEEK(f,s,p) <= 0)
H A Dsfgetr.c81 if(SFRPEEK(f,s,n) <= 0)
H A Dsfhdr.h964 #define SFRPEEK(f,s,n) (_SFAVAIL(f,s,n) > 0 ? (n) : \ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dfgets.c46 if(SFRPEEK(f,ps,p) <= 0) in _stdgets()
H A Dgetdelim.c56 if(SFRPEEK(f,ps,p) <= 0) in getdelim()