Lines Matching refs:dcl_f
1030 #define DCL_OPEN64(dcl_f) \ argument
1031 int dcl_f (const char *path, int oflag, ...) \
1546 #define DCL_FOPEN(dcl_f) \ argument
1547 FILE *dcl_f (const char *filename, const char *mode) \
1594 #define DCL_FCLOSE(dcl_f) \ argument
1595 int dcl_f (FILE *stream) \
1683 #define DCL_FDOPEN(dcl_f) \ argument
1684 FILE *dcl_f (int fildes, const char *mode) \
2118 #define DCL_PREAD(dcl_f) \ argument
2119 ssize_t dcl_f (int fildes, void *buf, size_t nbyte, off_t offset) \
2944 #define DCL_FGETPOS(dcl_f) \ argument
2945 int dcl_f (FILE *stream, fpos_t *pos) \
2992 #define DCL_FGETPOS64(dcl_f) \ argument
2993 int dcl_f (FILE *stream, fpos64_t *pos) \
3042 #define DCL_FSETPOS(dcl_f) \ argument
3043 int dcl_f (FILE *stream, const fpos_t *pos) \
3091 #define DCL_FSETPOS64(dcl_f) \ argument
3092 int dcl_f (FILE *stream, const fpos64_t *pos) \