Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dget_diff.c55 if ((fd1 = open(fname1, O_LARGEFILE | O_RDONLY)) < 0) { in main()
62 if ((fd2 = open(fname2, O_LARGEFILE | O_RDONLY)) < 0) { in main()
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dfcntl.h31 #define O_LARGEFILE 0 macro
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dfcntl.h31 #define O_LARGEFILE 0 macro
/freebsd/contrib/tcsh/
H A Dsh.sem.c858 if ((fd = xopen(tmp, O_RDONLY|O_LARGEFILE)) < 0) in doio()
863 (void) fcntl(fd, F_SETFL, fcntl(fd, F_GETFL) | O_LARGEFILE); in doio()
875 (void) xopen(_PATH_DEVNULL, O_RDONLY|O_LARGEFILE); in doio()
905 fd = xopen(tmp, O_WRONLY|O_APPEND|O_LARGEFILE); in doio()
907 fd = xopen(tmp, O_WRONLY|O_LARGEFILE); in doio()
923 (void) fcntl(fd, F_SETFL, fcntl(fd, F_GETFL) | O_LARGEFILE); in doio()
H A Dtc.os.h369 #ifndef O_LARGEFILE
370 # define O_LARGEFILE 0 macro
H A Dtw.help.c126 if ((f = xopen(short2str(full.s), O_RDONLY|O_LARGEFILE)) != -1) in do_help()
H A Dsh.c280 O_WRONLY|O_CREAT|O_LARGEFILE, 0666), 25), "w")); in main()
307 if ((f = xopen(_PATH_DEVNULL, O_RDONLY|O_LARGEFILE)) == -1 && in main()
308 (f = xopen("/", O_RDONLY|O_LARGEFILE)) == -1) in main()
470 SHIN = xopen(ttyn, O_RDWR|O_LARGEFILE); in main()
1051 nofile = xopen(tempv[0], O_RDONLY|O_LARGEFILE); in main()
1553 if ((unit = xopen(f, O_RDONLY|O_LARGEFILE)) == -1) in srcfile()
H A Dsh.misc.c292 (void) xopen(_PATH_DEVNULL, O_RDONLY|O_LARGEFILE); in closem()
340 int fd = xopen(_PATH_DEVNULL, O_RDONLY|O_LARGEFILE); in donefds()
H A Dtc.who.c264 if ((utmpfd = xopen(TCSH_PATH_UTMP, O_RDONLY|O_LARGEFILE)) < 0) {
H A Dsh.dol.c999 if (xopen(tmp, O_RDWR|O_CREAT|O_EXCL|O_TEMPORARY|O_LARGEFILE, 0600) == in heredoc()
H A Dsh.exec.c407 if ((fd = xopen(f, O_RDONLY|O_LARGEFILE)) != -1) { in texec()
H A Dtc.os.c1075 fd = xopen(root, O_RDONLY|O_LARGEFILE); in fix_strcoll_bug()
H A Dtc.func.c650 fd = xopen("/dev/tty", O_RDWR|O_LARGEFILE); in xgetpass()
H A DFixes501 34. Set O_LARGEFILE properly (Miloslav Trmac)
575 10. win32 compilation fixes for O_LARGEFILE (amol)
/freebsd/sys/contrib/zlib/
H A Dgzlib.c213 #ifdef O_LARGEFILE in gz_open()
214 O_LARGEFILE | in gz_open()
H A DChangeLog559 - Always gzopen() with O_LARGEFILE if available
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dgzlib.c224 #ifdef O_LARGEFILE
225 O_LARGEFILE |
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_file.c84 return (mode | O_LARGEFILE); in vdev_file_open_mode()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_file.c84 return (mode | O_LARGEFILE); in vdev_file_open_mode()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_config.c190 int oflags = O_RDWR | O_TRUNC | O_CREAT | O_LARGEFILE; in spa_config_write()
H A Dzfs_replay.c944 error = zfs_space(zp, F_FREESP, &fl, O_RDWR | O_LARGEFILE, in zfs_replay_truncate()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_mount.c135 O_RDONLY | O_NDELAY | O_LARGEFILE | O_CLOEXEC, 0)) < 0) { in dir_is_empty_readdir()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c38701 #ifndef O_LARGEFILE
38702 # define O_LARGEFILE 0
38705 # undef O_LARGEFILE
38706 # define O_LARGEFILE 0
44737 openFlags |= (O_LARGEFILE|O_BINARY|O_NOFOLLOW);