Home
last modified time | relevance | path

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

/titanic_44/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 …]
/titanic_44/usr/src/lib/libeti/form/common/
H A Dfieldtype.c54 #define Fcheck(t) ((t)->fcheck)
82 new_fieldtype(PTF_int fcheck, PTF_int ccheck) in new_fieldtype() argument
86 if ((fcheck || ccheck) && Alloc(t, FIELDTYPE)) { in new_fieldtype()
89 Fcheck(t) = fcheck; in new_fieldtype()
H A Dllib-lform42 new_fieldtype(fcheck, ccheck)
43 PTF_int fcheck;
/titanic_44/usr/src/lib/libeti/form/inc/
H A Dform.h51 PTF_int fcheck; /* field validation */ member