Searched refs:fopen64 (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/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 *);
|
/illumos-gate/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 *);
|
/illumos-gate/usr/src/ucblib/libucb/port/stdio/ |
H A D | fopen.c | 126 * 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 D | edquota.c | 329 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 D | repquota.c | 241 qf = fopen64(qffile, "r");
|
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/ |
H A D | quotacheck.c | 454 qf = fopen64(qffile, "r+");
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | dirs.c | 671 smf = fopen64(modefile, "r");
|
/illumos-gate/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 653 # Note: fopen64 is a special case, as we build it small. 655 fopen64.o \
|
/illumos-gate/usr/src/cmd/ldap/common/ |
H A D | common.c | 2482 return fopen64(filename, mode);
|
/illumos-gate/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 687 # Note: fopen64 is a special case, as we build it small. 689 fopen64.o \
|
Completed in 75 milliseconds