/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | opendir.c | 53 O_RDONLY | O_NDELAY | O_LARGEFILE, 0)) < 0) in opendir()
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | os.c | 24 # 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 D | tst.fds.c | 82 O_LARGEFILE | O_NOCTTY | O_NONBLOCK | O_NDELAY | O_RSYNC | in main()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | io.d.in | 165 inline int O_LARGEFILE = @O_LARGEFILE@; variable 166 #pragma D binding "1.1" O_LARGEFILE
|
H A D | io.sed.in | 60 SED_REPLACE(O_LARGEFILE)
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | fcntl.h | 64 #define O_LARGEFILE 0x2000 macro
|
/illumos-gate/usr/src/test/zfs-tests/cmd/getholes/ |
H A D | getholes.c | 149 if ((fd = open(fname, O_LARGEFILE | O_RDONLY)) < 0) { in main()
|
/illumos-gate/usr/src/test/zfs-tests/cmd/mkholes/ |
H A D | mkholes.c | 140 if ((fd = open(fname, O_LARGEFILE | O_RDWR | O_CREAT | O_SYNC, in main()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | fcntl.h | 75 #define O_LARGEFILE 0x2000 macro
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | tape.c | 194 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 D | utilities.c | 581 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 D | symtab.c | 692 if ((fd = open(filename, O_RDONLY|O_LARGEFILE)) < 0) { in initsymtable()
|
H A D | dirs.c | 505 if ((fd = open(name, O_RDONLY | O_LARGEFILE)) == -1) in rst_initdirfile()
|
/illumos-gate/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 388 O_CREAT | O_TRUNC | O_EXCL | O_NOCTTY | O_LARGEFILE 437 if (flags & O_LARGEFILE) in show_fileflags()
|
/illumos-gate/usr/src/cmd/bart/ |
H A D | create.c | 471 fd = open(fname, O_RDONLY|O_LARGEFILE); in eval_file()
|
/illumos-gate/usr/src/cmd/rmt/ |
H A D | rmt.c | 440 tape = open(device, O_LARGEFILE | in main()
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dumpmain.c | 1458 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 D | codes.c | 2201 |O_EXCL|O_NOCTTY|O_LARGEFILE|O_RSYNC|O_XATTR|O_NOFOLLOW|O_NOLINKS\ 2250 if (arg & O_LARGEFILE) in openarg()
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_mount.c | 218 O_RDONLY | O_NDELAY | O_LARGEFILE | O_CLOEXEC, 0)) < 0) { in dir_is_empty_readdir()
|
H A D | libzfs_util.c | 1654 fd = open(path, O_RDONLY | O_LARGEFILE); in zfs_get_hole_count()
|
/illumos-gate/usr/src/cmd/sgs/ar/common/ |
H A D | file.c | 1188 ar_outfile.fd = open(ar_outfile.path, O_RDWR|O_CREAT|O_LARGEFILE, 0666); in writefile()
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 1113 @ MSG_PR_O_LARGEFILE "O_LARGEFILE"
|
/illumos-gate/usr/src/cmd/lofiadm/ |
H A D | main.c | 1538 if ((uncompfd = open64(filename, O_RDWR|O_LARGEFILE, 0)) == -1) in lofi_compress()
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/ |
H A D | main.c | 3264 fd = open(mbPath, O_RDONLY|O_LARGEFILE, 0); in testPath()
|
/illumos-gate/usr/src/contrib/zlib/ |
H A D | ChangeLog | 519 - Always gzopen() with O_LARGEFILE if available
|