HomeSort by: relevance | last modified time | path
    Searched refs:O_CREAT (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /xsrc/external/mit/bdftopcf/dist/
filewr.c 48 fd = open(name, O_CREAT | O_TRUNC | O_RDWR | O_BINARY | O_CLOEXEC, 0666);
  /xsrc/external/mit/libXfont/dist/src/fontfile/
filewr.c 48 fd = open (name, O_CREAT|O_TRUNC|O_RDWR|O_BINARY|O_CLOEXEC, 0666);
  /xsrc/external/mit/libXfont2/dist/src/fontfile/
filewr.c 49 fd = open (name, O_CREAT|O_TRUNC|O_RDWR|O_BINARY|O_CLOEXEC, 0666);
  /xsrc/external/mit/libdrm/dist/tests/etnaviv/
write_bmp.c 108 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/
rgb.c 91 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/
AuLock.c 78 creat_fd = open (creat_name, O_WRONLY | O_CREAT | O_EXCL | O_CLOEXEC,
  /xsrc/external/mit/xf86-video-intel-old/dist/src/bios_reader/
bios_dumper.c 89 fd = open(argv[1], O_RDWR | O_CREAT | O_TRUNC, DEFFILEMODE);
  /xsrc/external/mit/MesaLib/dist/src/util/
os_file.c 18 #define O_CREAT _O_CREAT
32 int fd = open(filename, O_CREAT | O_EXCL | O_WRONLY, filemode);
anon_file.c 127 fd = shm_open(SHM_ANON, O_CREAT | O_RDWR | O_CLOEXEC, 0600);
disk_cache_os.c 676 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/
error.c 92 i = open(ErrorFile, O_WRONLY | O_APPEND | O_CREAT, 0666);
utils.c 551 pidFd = open (pidFile, O_RDWR|O_CREAT, 0666);
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xw32defs.h 59 # define O_CREAT _O_CREAT
  /xsrc/external/mit/fontconfig/dist/src/
fccompat.c 116 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/
xshmfence_semaphore.c 214 ret = sem_open(name, O_CREAT|O_EXCL, 0600, 0);
  /xsrc/local/programs/ttf2wsfont/
main.c 195 if ((out = open(filename, O_RDWR | O_CREAT | O_TRUNC, DEFFILEMODE)) > 0) {
  /xsrc/external/mit/luit/dist/
luit.c 279 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/
dm.c 929 pidFd = open (pidFile, O_WRONLY|O_CREAT|O_EXCL, 0666);
953 pidFd = open (pidFile, O_WRONLY|O_CREAT|O_EXCL, 0666);
  /xsrc/external/bsd/libuuid_ul/dist/
gen_uuid.c 209 state_fd = open(LIBUUID_CLOCK_FILE, O_RDWR|O_CREAT|O_CLOEXEC, 0660);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
asm.c 392 outfd = open(outfile, O_WRONLY | O_CREAT | O_TRUNC, 0644);
  /xsrc/external/mit/libICE/dist/src/
authutil.c 179 O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC, 0666);
  /xsrc/external/mit/smproxy/dist/
save.c 367 tempFd = open(tempFile, O_RDWR | O_CREAT | O_EXCL, 0600);
  /xsrc/external/mit/libXpm/dist/src/
WrFFrI.c 324 int fd = open(filename, O_WRONLY|O_CREAT|O_TRUNC|O_CLOEXEC, 0644);
  /xsrc/external/mit/MesaLib.old/dist/src/util/
disk_cache.c 306 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/MesaLib/dist/src/intel/common/
intel_measure.c 141 if (mkfifoat(AT_FDCWD, control_path, O_CREAT | S_IRUSR | S_IWUSR)) {

Completed in 26 milliseconds

1 2 3