Searched refs:fopen64 (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/ucbhead/ |
H A D | stdio.h | 140 #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 D | stdio.h | 52 #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 D | edquota.c | 329 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 D | fopen.c | 131 fopen64(const char *file, const char *mode) in fopen64() function
|
/titanic_44/usr/src/ucblib/libucb/port/ |
H A D | mapfile-vers | 67 fopen64;
|
/titanic_44/usr/src/cmd/fs.d/ufs/repquota/ |
H A D | repquota.c | 241 qf = fopen64(qffile, "r"); in repquota()
|
/titanic_44/usr/src/cmd/fs.d/ufs/quotacheck/ |
H A D | quotacheck.c | 454 qf = fopen64(qffile, "r+"); in chkquota()
|
/titanic_44/usr/src/cmd/backup/restore/ |
H A D | dirs.c | 671 smf = fopen64(modefile, "r"); in setdirmodes()
|
/titanic_44/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 655 fopen64.o \
|
/titanic_44/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 683 fopen64.o \
|
/titanic_44/usr/src/cmd/ldap/common/ |
H A D | common.c | 2482 return fopen64(filename, mode);
|
/titanic_44/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1532 fopen64;
|