Home
last modified time | relevance | path

Searched refs:SFWPEEK (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libast/common/sfio/
H A D_sfputu.c56 if(n > 8 || SFWPEEK(f,ps,p) < n)
H A D_sfputm.c59 if(n > 8 || SFWPEEK(f,ps,p) < n)
H A D_sfputl.c63 if(n > 8 || SFWPEEK(f,ps,p) < n)
H A Dsfputr.c49 { if(SFWPEEK(f,ps,p) < 0)
H A Dsfhdr.h948 #define SFWPEEK(f,s,n) (_SFAVAIL(f,s,n) > 0 ? (n) : \ macro