Searched refs:O_LARGEFILE (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/apr/file_io/unix/
H A Dopen.c155 oflags |= O_LARGEFILE;
156 #elif defined(O_LARGEFILE)
158 oflags |= O_LARGEFILE;
/freebsd-10-stable/contrib/tcsh/
H A Dtw.help.c130 if ((f = xopen(short2str(full.s), O_RDONLY|O_LARGEFILE)) != -1)
H A Dtc.os.h370 #ifndef O_LARGEFILE
371 # define O_LARGEFILE 0 macro
372 #endif /* O_LARGEFILE */
H A Dsh.sem.c862 if ((fd = xopen(tmp, O_RDONLY|O_LARGEFILE)) < 0)
867 (void) fcntl(fd, F_SETFL, fcntl(fd, F_GETFL) | O_LARGEFILE);
879 (void) xopen(_PATH_DEVNULL, O_RDONLY|O_LARGEFILE);
909 fd = xopen(tmp, O_WRONLY|O_APPEND|O_LARGEFILE);
911 fd = xopen(tmp, O_WRONLY|O_LARGEFILE);
927 (void) fcntl(fd, F_SETFL, fcntl(fd, F_GETFL) | O_LARGEFILE);
H A Dsh.misc.c282 (void) xopen(_PATH_DEVNULL, O_RDONLY|O_LARGEFILE);
330 int fd = xopen(_PATH_DEVNULL, O_RDONLY|O_LARGEFILE);
H A Dsh.c282 O_WRONLY|O_CREAT|O_LARGEFILE, 0666), 25), "w"));
309 if ((f = xopen(_PATH_DEVNULL, O_RDONLY|O_LARGEFILE)) == -1 &&
310 (f = xopen("/", O_RDONLY|O_LARGEFILE)) == -1)
472 SHIN = xopen(ttyn, O_RDWR|O_LARGEFILE);
1053 nofile = xopen(tempv[0], O_RDONLY|O_LARGEFILE);
1548 if ((unit = xopen(f, O_RDONLY|O_LARGEFILE)) == -1)
H A Dtc.who.c285 if ((utmpfd = xopen(TCSH_PATH_UTMP, O_RDONLY|O_LARGEFILE)) < 0) {
H A Dsh.exec.c411 if ((fd = xopen(f, O_RDONLY|O_LARGEFILE)) != -1) {
/freebsd-10-stable/contrib/zlib/
H A Dgzlib.c224 #ifdef O_LARGEFILE
225 O_LARGEFILE |
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c24849 #ifndef O_LARGEFILE
24850 # define O_LARGEFILE 0 macro
24853 # undef O_LARGEFILE macro
24854 # define O_LARGEFILE 0 macro
[all...]
/freebsd-10-stable/contrib/apr/
H A Dconfigure18729 if ((fd = open("conftest.lfs", O_LARGEFILE|O_CREAT|O_WRONLY, 0644)) < 0)
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c29614 # define O_LARGEFILE macro
29617 # undef O_LARGEFILE macro
29618 # define O_LARGEFILE macro
[all...]

Completed in 1211 milliseconds