/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | opendir.c | 55 O_RDONLY | O_NDELAY | O_LARGEFILE, 0)) < 0) in opendir()
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/io/ |
H A D | tst.fds.c | 84 O_LARGEFILE | O_NOCTTY | O_NONBLOCK | O_NDELAY | O_RSYNC | in main()
|
/titanic_50/usr/src/lib/libsqlite/src/ |
H A D | os.c | 27 # 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 D | fcntl.h | 64 #define O_LARGEFILE 0x2000 macro
|
/titanic_50/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 | 62 SED_REPLACE(O_LARGEFILE)
|
/titanic_50/usr/src/test/zfs-tests/cmd/getholes/ |
H A D | getholes.c | 149 if ((fd = open(fname, O_LARGEFILE | O_RDONLY)) < 0) { in main()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | fcntl.h | 75 #define O_LARGEFILE 0x2000 macro
|
/titanic_50/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()
|
/titanic_50/usr/src/cmd/backup/restore/ |
H A D | tape.c | 193 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 D | utilities.c | 604 O_WRONLY|O_CREAT|O_TRUNC|O_EXCL|O_LARGEFILE, perms)) < 0) { 622 working_mode |= O_LARGEFILE;
|
H A D | symtab.c | 711 if ((fd = open(filename, O_RDONLY|O_LARGEFILE)) < 0) {
|
H A D | dirs.c | 523 if ((fd = open(name, O_RDONLY | O_LARGEFILE)) == -1) in rst_initdirfile()
|
/titanic_50/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 413 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 D | create.c | 471 fd = open(fname, O_RDONLY|O_LARGEFILE); in eval_file()
|
/titanic_50/usr/src/cmd/rmt/ |
H A D | rmt.c | 442 tape = open(device, O_LARGEFILE | in main()
|
/titanic_50/usr/src/cmd/backup/dump/ |
H A D | dumpmain.c | 1419 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 D | codes.c | 1933 |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 D | libzfs_util.c | 1493 fd = open(path, O_RDONLY | O_LARGEFILE); in zfs_get_hole_count()
|
/titanic_50/usr/src/cmd/sgs/ar/common/ |
H A D | file.c | 1187 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 D | corenote.msg | 1093 @ MSG_PR_O_LARGEFILE "O_LARGEFILE"
|
/titanic_50/usr/src/cmd/lofiadm/ |
H A D | main.c | 1457 if ((uncompfd = open64(filename, O_RDWR|O_LARGEFILE, 0)) == -1) in lofi_compress()
|
/titanic_50/usr/src/cmd/svr4pkg/pkgcond/ |
H A D | main.c | 3259 fd = open(mbPath, O_RDONLY|O_LARGEFILE, 0); in testPath()
|