Searched refs:SFRPEEK (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/ |
H A D | sfgetu.c | 49 { if(SFRPEEK(f,s,p) <= 0)
|
H A D | sfgetm.c | 50 { if(SFRPEEK(f,s,p) <= 0)
|
H A D | sfgetl.c | 48 { if(SFRPEEK(f,s,p) <= 0)
|
H A D | sfgetd.c | 54 if(SFRPEEK(f,s,p) <= 0)
|
H A D | sfgetr.c | 81 if(SFRPEEK(f,s,n) <= 0)
|
H A D | sfhdr.h | 964 #define SFRPEEK(f,s,n) (_SFAVAIL(f,s,n) > 0 ? (n) : \ macro
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/ |
H A D | fgets.c | 46 if(SFRPEEK(f,ps,p) <= 0) in _stdgets()
|
H A D | getdelim.c | 56 if(SFRPEEK(f,ps,p) <= 0) in getdelim()
|