Home
last modified time | relevance | path

Searched refs:fcheck (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/stand/lib/sa/
H A Dstdio.c50 fcheck(FILE *stream, int flags) in fcheck() function
63 if (!fcheck(stream, F_OPEN)) in fclose()
76 if (!fcheck(stream, F_OPEN)) in feof()
85 if (!fcheck(stream, F_OPEN)) in ferror()
100 if (!fcheck(stream, F_OPEN)) in fflush()
113 if (!fcheck(stream, F_OPEN)) in fgets()
224 if (!fcheck(stream, F_OPEN)) in fprintf()
254 if (!fcheck(stream, F_OPEN)) in fread()
285 if (!fcheck(stream, F_OPEN | F_SEEKABLE)) in fseek()
323 if (!fcheck(stream, F_OPEN | F_SEEKABLE)) in ftell()
[all …]
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dfieldtype.c52 #define Fcheck(t) ((t)->fcheck)
80 new_fieldtype(PTF_int fcheck, PTF_int ccheck) in new_fieldtype() argument
84 if ((fcheck || ccheck) && Alloc(t, FIELDTYPE)) { in new_fieldtype()
87 Fcheck(t) = fcheck; in new_fieldtype()
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dform.h49 PTF_int fcheck; /* field validation */ member