Searched refs:fopen64 (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/ucbhead/
H A Dstdio.h140 #pragma redefine_extname fopen64 fopen
143 #define fopen64 fopen macro
151 #pragma redefine_extname fopen fopen64
154 #define fopen fopen64
251 extern FILE *fopen64(const char *, const char *);
/illumos-gate/usr/src/head/
H A Dstdio.h52 #pragma redefine_extname fopen fopen64
65 #pragma redefine_extname fopen64 fopen
219 extern FILE *fopen64(const char *, const char *);
224 #define fopen fopen64
244 #define fopen64 fopen macro
356 extern FILE *fopen64(const char *, const char *);
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Dfopen.c126 * There should not be fopen64() calls.
131 fopen64(const char *file, const char *mode) function
/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c329 if ((fd = fopen64(tmpfil, "w")) == NULL) {
358 fd = fopen64(tmpfil, "r");
504 if ((fd = fopen64(tmpfil, "w")) == NULL) {
529 fd = fopen64(tmpfil, "r");
/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c241 qf = fopen64(qffile, "r");
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c454 qf = fopen64(qffile, "r+");
/illumos-gate/usr/src/cmd/backup/restore/
H A Ddirs.c671 smf = fopen64(modefile, "r");
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com653 # Note: fopen64 is a special case, as we build it small.
655 fopen64.o \
/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c2482 return fopen64(filename, mode);
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com687 # Note: fopen64 is a special case, as we build it small.
689 fopen64.o \

Completed in 75 milliseconds