Home
last modified time | relevance | path

Searched refs:O_LARGEFILE (Results 1 – 25 of 25) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dopendir.c53 O_RDONLY | O_NDELAY | O_LARGEFILE, 0)) < 0) in opendir()
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dos.c24 # ifndef O_LARGEFILE
25 # define O_LARGEFILE 0 macro
28 # undef O_LARGEFILE
29 # define O_LARGEFILE 0 macro
465 id->fd = open(zFilename, O_RDWR|O_CREAT|O_LARGEFILE|O_BINARY, 0644); in sqliteOsOpenReadWrite()
472 id->fd = open(zFilename, O_RDONLY|O_LARGEFILE|O_BINARY); in sqliteOsOpenReadWrite()
597 O_RDWR|O_CREAT|O_EXCL|O_NOFOLLOW|O_LARGEFILE|O_BINARY, 0600); in sqliteOsOpenExclusive()
684 id->fd = open(zFilename, O_RDONLY|O_LARGEFILE|O_BINARY); in sqliteOsOpenReadOnly()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/io/
H A Dtst.fds.c82 O_LARGEFILE | O_NOCTTY | O_NONBLOCK | O_NDELAY | O_RSYNC | in main()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dio.d.in165 inline int O_LARGEFILE = @O_LARGEFILE@; variable
166 #pragma D binding "1.1" O_LARGEFILE
H A Dio.sed.in60 SED_REPLACE(O_LARGEFILE)
/illumos-gate/usr/src/ucbhead/sys/
H A Dfcntl.h64 #define O_LARGEFILE 0x2000 macro
/illumos-gate/usr/src/test/zfs-tests/cmd/getholes/
H A Dgetholes.c149 if ((fd = open(fname, O_LARGEFILE | O_RDONLY)) < 0) { in main()
/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h75 #define O_LARGEFILE 0x2000 macro
/illumos-gate/usr/src/test/zfs-tests/cmd/mkholes/
H A Dmkholes.c140 if ((fd = open(fname, O_LARGEFILE | O_RDWR | O_CREAT | O_SYNC, in main()
/illumos-gate/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c367 O_CREAT | O_TRUNC | O_EXCL | O_NOCTTY | O_LARGEFILE
416 if (flags & O_LARGEFILE) in show_fileflags()
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c194 mt = open(archivefile, O_RDONLY|O_LARGEFILE); in setup()
209 else if ((mt = open(magtape, O_RDONLY|O_LARGEFILE)) < 0) { in setup()
557 (mt = open(magtape, O_RDONLY|O_LARGEFILE)) == -1)) { in getvol()
2084 if ((fd = open(magtape, O_RDONLY|O_LARGEFILE, in autoload_tape()
2101 (mt = open(magtape, O_RDONLY|O_LARGEFILE)) == -1)) { in autoload_tape()
H A Dutilities.c581 O_WRONLY|O_CREAT|O_TRUNC|O_EXCL|O_LARGEFILE, perms)) < 0) { in safe_open()
599 working_mode |= O_LARGEFILE; in safe_open()
H A Dsymtab.c692 if ((fd = open(filename, O_RDONLY|O_LARGEFILE)) < 0) { in initsymtable()
H A Ddirs.c505 if ((fd = open(name, O_RDONLY | O_LARGEFILE)) == -1) in rst_initdirfile()
/illumos-gate/usr/src/cmd/bart/
H A Dcreate.c471 fd = open(fname, O_RDONLY|O_LARGEFILE); in eval_file()
/illumos-gate/usr/src/cmd/rmt/
H A Drmt.c440 tape = open(device, O_LARGEFILE | in main()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c1458 if ((fd = open(filename, O_WRONLY|O_CREAT|O_TRUNC|O_EXCL|O_LARGEFILE, in safe_open_common()
1470 working_mode |= O_LARGEFILE; in safe_open_common()
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c1962 |O_EXCL|O_NOCTTY|O_LARGEFILE|O_RSYNC|O_XATTR|O_NOFOLLOW|O_NOLINKS\
2011 if (arg & O_LARGEFILE) in openarg()
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c1188 ar_outfile.fd = open(ar_outfile.path, O_RDWR|O_CREAT|O_LARGEFILE, 0666); in writefile()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c218 O_RDONLY | O_NDELAY | O_LARGEFILE | O_CLOEXEC, 0)) < 0) { in dir_is_empty_readdir()
H A Dlibzfs_util.c1651 fd = open(path, O_RDONLY | O_LARGEFILE); in zfs_get_hole_count()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg1112 @ MSG_PR_O_LARGEFILE "O_LARGEFILE"
/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c1538 if ((uncompfd = open64(filename, O_RDWR|O_LARGEFILE, 0)) == -1) in lofi_compress()
/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c3264 fd = open(mbPath, O_RDONLY|O_LARGEFILE, 0); in testPath()
/illumos-gate/usr/src/contrib/zlib/
H A DChangeLog519 - Always gzopen() with O_LARGEFILE if available