Searched refs:fcheck (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/stand/lib/sa/
H A Dstdio.c50 fcheck(FILE *stream, int flags) function
63 if (!fcheck(stream, F_OPEN))
76 if (!fcheck(stream, F_OPEN))
85 if (!fcheck(stream, F_OPEN))
100 if (!fcheck(stream, F_OPEN))
113 if (!fcheck(stream, F_OPEN))
224 if (!fcheck(stream, F_OPEN))
254 if (!fcheck(stream, F_OPEN))
285 if (!fcheck(stream, F_OPEN | F_SEEKABLE))
323 if (!fcheck(strea
[all...]
/opensolaris-onvv-gate/usr/src/lib/libeti/form/common/
H A Dfieldtype.c54 #define Fcheck(t) ((t)->fcheck)
72 (PTF_int) 0, /* fcheck */
82 new_fieldtype(PTF_int fcheck, PTF_int ccheck) argument
86 if ((fcheck || ccheck) && Alloc(t, FIELDTYPE)) {
89 Fcheck(t) = fcheck;
H A Dllib-lform42 new_fieldtype(fcheck, ccheck)
43 PTF_int fcheck;
/opensolaris-onvv-gate/usr/src/lib/libeti/form/inc/
H A Dform.h51 PTF_int fcheck; /* field validation */ member in struct:typenode

Completed in 32 milliseconds