Searched refs:O_CREAT (Results 1 - 25 of 53) sorted by relevance

123

/xsrc/external/mit/bdftopcf/dist/
H A Dfilewr.c48 fd = open(name, O_CREAT | O_TRUNC | O_RDWR | O_BINARY | O_CLOEXEC, 0666);
/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Dfilewr.c48 fd = open (name, O_CREAT|O_TRUNC|O_RDWR|O_BINARY|O_CLOEXEC, 0666);
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Dfilewr.c49 fd = open (name, O_CREAT|O_TRUNC|O_RDWR|O_BINARY|O_CLOEXEC, 0666);
/xsrc/external/mit/libdrm/dist/tests/etnaviv/
H A Dwrite_bmp.c108 fd = open(filename, O_WRONLY| O_TRUNC | O_CREAT, 0666);
124 fd = open(filename, O_WRONLY| O_TRUNC | O_CREAT, 0666);
140 fd = open(filename, O_WRONLY| O_TRUNC | O_CREAT, 0666);
/xsrc/external/mit/rgb/dist/
H A Drgb.c91 fd = open (name, O_WRONLY|O_CREAT, 0666);
101 fd = open (name, O_WRONLY|O_CREAT, 0666);
110 rgb_dbm = dbm_open (dbname, O_RDWR|O_CREAT, 0666);
/xsrc/external/mit/libXau/dist/
H A DAuLock.c78 creat_fd = open (creat_name, O_WRONLY | O_CREAT | O_EXCL | O_CLOEXEC,
/xsrc/external/mit/xf86-video-intel-old/dist/src/bios_reader/
H A Dbios_dumper.c89 fd = open(argv[1], O_RDWR | O_CREAT | O_TRUNC, DEFFILEMODE);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dos_file.c18 #define O_CREAT _O_CREAT macro
32 int fd = open(filename, O_CREAT | O_EXCL | O_WRONLY, filemode);
H A Danon_file.c127 fd = shm_open(SHM_ANON, O_CREAT | O_RDWR | O_CLOEXEC, 0600);
H A Ddisk_cache_os.c676 fd = open(filename_tmp, O_WRONLY | O_CLOEXEC | O_CREAT, 0644);
685 fd = open(filename_tmp, O_WRONLY | O_CLOEXEC | O_CREAT, 0644);
921 fd = open(path, O_RDWR | O_CREAT | O_CLOEXEC, 0644);
/xsrc/external/mit/xfs/dist/os/
H A Derror.c92 i = open(ErrorFile, O_WRONLY | O_APPEND | O_CREAT, 0666);
H A Dutils.c551 pidFd = open (pidFile, O_RDWR|O_CREAT, 0666);
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXw32defs.h59 # define O_CREAT _O_CREAT macro
/xsrc/external/mit/fontconfig/dist/src/
H A Dfccompat.c116 fd = FcOpen (template, FC_O_BINARY | O_CREAT | O_EXCL | FC_O_TEMPORARY | FC_O_NOINHERIT | O_RDWR, 0600);
131 if (flags & O_CREAT)
176 fd = FcOpen(template, O_RDWR | O_EXCL | O_CREAT, 0600);
/xsrc/external/mit/libxshmfence/dist/src/
H A Dxshmfence_semaphore.c214 ret = sem_open(name, O_CREAT|O_EXCL, 0600, 0);
/xsrc/external/mit/libXpm/dist/src/
H A DWrFFrI.c56 #define O_CREAT _O_CREAT macro
339 int fd = open(filename, O_WRONLY|O_CREAT|O_TRUNC|O_CLOEXEC, 0644);
/xsrc/local/programs/ttf2wsfont/
H A Dmain.c195 if ((out = open(filename, O_RDWR | O_CREAT | O_TRUNC, DEFFILEMODE)) > 0) {
/xsrc/external/mit/luit/dist/
H A Dluit.c279 ilog = open(argv[i + 1], O_WRONLY | O_CREAT | O_TRUNC, 0777);
288 olog = open(argv[i + 1], O_WRONLY | O_CREAT | O_TRUNC, 0777);
/xsrc/external/mit/xdm/dist/xdm/
H A Ddm.c929 pidFd = open (pidFile, O_WRONLY|O_CREAT|O_EXCL, 0666);
953 pidFd = open (pidFile, O_WRONLY|O_CREAT|O_EXCL, 0666);
/xsrc/external/mit/libICE/dist/src/
H A Dauthutil.c179 O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC, 0666);
/xsrc/external/bsd/libuuid_ul/dist/
H A Dgen_uuid.c209 state_fd = open(LIBUUID_CLOCK_FILE, O_RDWR|O_CREAT|O_CLOEXEC, 0660);
/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A Dasm.c392 outfd = open(outfile, O_WRONLY | O_CREAT | O_TRUNC, 0644);
/xsrc/external/mit/smproxy/dist/
H A Dsave.c367 tempFd = open(tempFile, O_RDWR | O_CREAT | O_EXCL, 0600);
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Ddisk_cache.c306 fd = open(path, O_RDWR | O_CREAT | O_CLOEXEC, 0644);
894 fd = open(filename_tmp, O_WRONLY | O_CLOEXEC | O_CREAT, 0644);
903 fd = open(filename_tmp, O_WRONLY | O_CLOEXEC | O_CREAT, 0644);
/xsrc/external/mit/xmh/dist/
H A Dutil.c213 tofid = myopen(to, O_WRONLY | O_TRUNC | O_CREAT, 0666);

Completed in 22 milliseconds

123