Home
last modified time | relevance | path

Searched refs:fopen64 (Results 1 – 12 of 12) sorted by relevance

/titanic_44/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 *);
/titanic_44/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 *);
/titanic_44/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c329 if ((fd = fopen64(tmpfil, "w")) == NULL) { in getprivs()
358 fd = fopen64(tmpfil, "r"); in putprivs()
504 if ((fd = fopen64(tmpfil, "w")) == NULL) { in gettimes()
529 fd = fopen64(tmpfil, "r"); in puttimes()
/titanic_44/usr/src/ucblib/libucb/port/stdio/
H A Dfopen.c131 fopen64(const char *file, const char *mode) in fopen64() function
/titanic_44/usr/src/ucblib/libucb/port/
H A Dmapfile-vers67 fopen64;
/titanic_44/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c241 qf = fopen64(qffile, "r"); in repquota()
/titanic_44/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c454 qf = fopen64(qffile, "r+"); in chkquota()
/titanic_44/usr/src/cmd/backup/restore/
H A Ddirs.c671 smf = fopen64(modefile, "r"); in setdirmodes()
/titanic_44/usr/src/lib/libc/i386/
H A DMakefile.com655 fopen64.o \
/titanic_44/usr/src/lib/libc/sparc/
H A DMakefile.com683 fopen64.o \
/titanic_44/usr/src/cmd/ldap/common/
H A Dcommon.c2482 return fopen64(filename, mode);
/titanic_44/usr/src/lib/libc/port/
H A Dmapfile-vers1532 fopen64;