Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/gen/
H A Dopendir.c55 O_RDONLY | O_NDELAY | O_LARGEFILE, 0)) < 0) in opendir()
/titanic_50/usr/src/cmd/dtrace/test/tst/common/io/
H A Dtst.fds.c84 O_LARGEFILE | O_NOCTTY | O_NONBLOCK | O_NDELAY | O_RSYNC | in main()
/titanic_50/usr/src/lib/libsqlite/src/
H A Dos.c27 # ifndef O_LARGEFILE
28 # define O_LARGEFILE 0 macro
31 # undef O_LARGEFILE
32 # define O_LARGEFILE 0 macro
468 id->fd = open(zFilename, O_RDWR|O_CREAT|O_LARGEFILE|O_BINARY, 0644); in sqliteOsOpenReadWrite()
475 id->fd = open(zFilename, O_RDONLY|O_LARGEFILE|O_BINARY); in sqliteOsOpenReadWrite()
600 O_RDWR|O_CREAT|O_EXCL|O_NOFOLLOW|O_LARGEFILE|O_BINARY, 0600); in sqliteOsOpenExclusive()
687 id->fd = open(zFilename, O_RDONLY|O_LARGEFILE|O_BINARY); in sqliteOsOpenReadOnly()
/titanic_50/usr/src/ucbhead/sys/
H A Dfcntl.h64 #define O_LARGEFILE 0x2000 macro
/titanic_50/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.in62 SED_REPLACE(O_LARGEFILE)
/titanic_50/usr/src/test/zfs-tests/cmd/getholes/
H A Dgetholes.c149 if ((fd = open(fname, O_LARGEFILE | O_RDONLY)) < 0) { in main()
/titanic_50/usr/src/uts/common/sys/
H A Dfcntl.h75 #define O_LARGEFILE 0x2000 macro
/titanic_50/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()
/titanic_50/usr/src/cmd/backup/restore/
H A Dtape.c193 mt = open(archivefile, O_RDONLY|O_LARGEFILE); in setup()
208 else if ((mt = open(magtape, O_RDONLY|O_LARGEFILE)) < 0) { in setup()
556 (mt = open(magtape, O_RDONLY|O_LARGEFILE)) == -1)) { in getvol()
2087 if ((fd = open(magtape, O_RDONLY|O_LARGEFILE, in autoload_tape()
2104 (mt = open(magtape, O_RDONLY|O_LARGEFILE)) == -1)) { in autoload_tape()
H A Dutilities.c604 O_WRONLY|O_CREAT|O_TRUNC|O_EXCL|O_LARGEFILE, perms)) < 0) {
622 working_mode |= O_LARGEFILE;
H A Dsymtab.c711 if ((fd = open(filename, O_RDONLY|O_LARGEFILE)) < 0) {
H A Ddirs.c523 if ((fd = open(name, O_RDONLY | O_LARGEFILE)) == -1) in rst_initdirfile()
/titanic_50/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c413 O_CREAT | O_TRUNC | O_EXCL | O_NOCTTY | O_LARGEFILE
462 if (flags & O_LARGEFILE) in show_fileflags()
/titanic_50/usr/src/cmd/bart/
H A Dcreate.c471 fd = open(fname, O_RDONLY|O_LARGEFILE); in eval_file()
/titanic_50/usr/src/cmd/rmt/
H A Drmt.c442 tape = open(device, O_LARGEFILE | in main()
/titanic_50/usr/src/cmd/backup/dump/
H A Ddumpmain.c1419 if ((fd = open(filename, O_WRONLY|O_CREAT|O_TRUNC|O_EXCL|O_LARGEFILE, in safe_open_common()
1431 working_mode |= O_LARGEFILE; in safe_open_common()
/titanic_50/usr/src/cmd/truss/
H A Dcodes.c1933 |O_EXCL|O_NOCTTY|O_LARGEFILE|O_RSYNC|O_XATTR|O_NOFOLLOW|O_NOLINKS\
1982 if (arg & O_LARGEFILE) in openarg()
/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c1493 fd = open(path, O_RDONLY | O_LARGEFILE); in zfs_get_hole_count()
/titanic_50/usr/src/cmd/sgs/ar/common/
H A Dfile.c1187 ar_outfile.fd = open(ar_outfile.path, O_RDWR|O_CREAT|O_LARGEFILE, 0666); in writefile()
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg1093 @ MSG_PR_O_LARGEFILE "O_LARGEFILE"
/titanic_50/usr/src/cmd/lofiadm/
H A Dmain.c1457 if ((uncompfd = open64(filename, O_RDWR|O_LARGEFILE, 0)) == -1) in lofi_compress()
/titanic_50/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c3259 fd = open(mbPath, O_RDONLY|O_LARGEFILE, 0); in testPath()