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

/macosx-10.10.1/cups-408/cups/cups/
H A Dfile-private.h46 * Some operating systems support large files via open flag O_LARGEFILE...
49 # ifndef O_LARGEFILE
50 # define O_LARGEFILE 0 macro
51 # endif /* !O_LARGEFILE */
H A Dfile.c1068 O_RDWR | O_CREAT | O_APPEND | O_LARGEFILE | O_BINARY);
1072 fd = open(filename, O_RDONLY | O_LARGEFILE | O_BINARY, 0);
1076 fd = cups_open(filename, O_WRONLY | O_LARGEFILE | O_BINARY);
1080 O_WRONLY | O_CREAT | O_EXCL | O_LARGEFILE | O_BINARY);
1082 fd = cups_open(filename, O_WRONLY | O_LARGEFILE | O_BINARY);
/macosx-10.10.1/apr-32/apr/apr/file_io/unix/
H A Dopen.c147 oflags |= O_LARGEFILE;
148 #elif defined(O_LARGEFILE)
150 oflags |= O_LARGEFILE;
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtw.help.c130 if ((f = xopen(short2str(full.s), O_RDONLY|O_LARGEFILE)) != -1)
H A Dsh.sem.c832 if ((fd = xopen(tmp, O_RDONLY|O_LARGEFILE)) < 0)
837 (void) fcntl(fd, F_SETFL, fcntl(fd, F_GETFL) | O_LARGEFILE);
849 (void) xopen(_PATH_DEVNULL, O_RDONLY|O_LARGEFILE);
879 fd = xopen(tmp, O_WRONLY|O_APPEND|O_LARGEFILE);
881 fd = xopen(tmp, O_WRONLY|O_LARGEFILE);
897 (void) fcntl(fd, F_SETFL, fcntl(fd, F_GETFL) | O_LARGEFILE);
H A Dsh.c199 O_WRONLY|O_CREAT|O_LARGEFILE, 0666), 25), "w"));
226 if ((f = xopen(_PATH_DEVNULL, O_RDONLY|O_LARGEFILE)) == -1 &&
227 (f = xopen("/", O_RDONLY|O_LARGEFILE)) == -1)
382 SHIN = xopen(ttyn, O_RDWR|O_LARGEFILE);
939 nofile = xopen(tempv[0], O_RDONLY|O_LARGEFILE);
1409 if ((unit = xopen(f, O_RDONLY|O_LARGEFILE)) == -1)
H A Dsh.misc.c280 (void) xopen(_PATH_DEVNULL, O_RDONLY|O_LARGEFILE);
328 int fd = xopen(_PATH_DEVNULL, O_RDONLY|O_LARGEFILE);
H A Dsh.h348 #ifndef O_LARGEFILE
349 # define O_LARGEFILE 0 macro
H A Dtc.who.c265 if ((utmpfd = xopen(TCSH_PATH_UTMP, O_RDONLY|O_LARGEFILE)) < 0) {
H A Dsh.exec.c403 if ((fd = xopen(f, O_RDONLY|O_LARGEFILE)) != -1) {
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Drtapelib.c340 #ifdef O_LARGEFILE
341 if (oflag & O_LARGEFILE) strcat (buf, "|O_LARGEFILE");
/macosx-10.10.1/gnutar-453/gnutar/rmt/
H A Drmt.c236 #ifdef O_LARGEFILE
237 {"LARGEFILE", O_LARGEFILE}, /* LFS extension for opening large files */
/macosx-10.10.1/sudo-73/src/zlib/
H A Dgzlib.c181 #ifdef O_LARGEFILE
182 O_LARGEFILE |
/macosx-10.10.1/zlib-55/zlib/
H A Dgzlib.c161 #ifdef O_LARGEFILE
162 O_LARGEFILE |
/macosx-10.10.1/libxml2-26/libxml2/
H A Dxzlib.c160 #ifdef O_LARGEFILE
161 O_LARGEFILE |
/macosx-10.10.1/apr-32/apr/apr/
H A Dconfigure18699 if ((fd = open("conftest.lfs", O_LARGEFILE|O_CREAT|O_WRONLY, 0644)) < 0)
/macosx-10.10.1/Heimdal-398.1.2/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...]

Completed in 507 milliseconds