HomeSort by: relevance | last modified time | path
    Searched defs:O_CLOEXEC (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/bdftopcf/dist/
fileio.c 39 #ifndef O_CLOEXEC
40 #define O_CLOEXEC 0
49 fd = open(name, O_BINARY | O_CLOEXEC);
filewr.c 39 #ifndef O_CLOEXEC
40 #define O_CLOEXEC 0
48 fd = open(name, O_CREAT | O_TRUNC | O_RDWR | O_BINARY | O_CLOEXEC, 0666);
  /xsrc/external/mit/libXfont/dist/src/fontfile/
filewr.c 39 #ifndef O_CLOEXEC
40 #define O_CLOEXEC 0
48 fd = open (name, O_CREAT|O_TRUNC|O_RDWR|O_BINARY|O_CLOEXEC, 0666);
fileio.c 39 #ifndef O_CLOEXEC
40 #define O_CLOEXEC 0
53 fd = open (name, O_BINARY|O_CLOEXEC|O_NOFOLLOW);
  /xsrc/external/mit/libXfont2/dist/src/fontfile/
filewr.c 40 #ifndef O_CLOEXEC
41 #define O_CLOEXEC 0
49 fd = open (name, O_CREAT|O_TRUNC|O_RDWR|O_BINARY|O_CLOEXEC, 0666);
fileio.c 40 #ifndef O_CLOEXEC
41 #define O_CLOEXEC 0
54 fd = open (name, O_BINARY|O_CLOEXEC|O_NOFOLLOW);
dirfile.c 50 #ifndef O_CLOEXEC
51 #define O_CLOEXEC 0
103 file_fd = open(dir_file, O_RDONLY | O_NOFOLLOW | O_CLOEXEC);
300 file_fd = open(alias_file, O_RDONLY | O_NOFOLLOW | O_CLOEXEC);
  /xsrc/external/mit/libXau/dist/
AuLock.c 44 #ifndef O_CLOEXEC
45 #define O_CLOEXEC 0
78 creat_fd = open (creat_name, O_WRONLY | O_CREAT | O_EXCL | O_CLOEXEC,
  /xsrc/external/mit/libXpm/dist/test/
XpmRead.c 36 #ifndef O_CLOEXEC
37 # define O_CLOEXEC 0
154 g_assert_no_errno(fd = open(filepath, O_RDONLY | O_CLOEXEC));
XpmWrite.c 41 #ifndef O_CLOEXEC
42 # define O_CLOEXEC 0
341 g_assert_no_errno(fd = open(newfilepath, O_RDONLY | O_CLOEXEC));
  /xsrc/external/mit/libpciaccess/dist/src/
pciaccess_private.h 44 * O_CLOEXEC fixes an fd leak case (see 'man 2 open' for details). I don't
50 #ifndef O_CLOEXEC
51 #warning O_CLOEXEC not available, please upgrade.
52 #define O_CLOEXEC 0
  /xsrc/external/mit/libXpm/dist/src/
XpmI.h 87 #ifdef O_CLOEXEC
91 # define O_CLOEXEC 0
  /xsrc/external/mit/libICE/dist/src/
ICElibint.h 46 #ifdef O_CLOEXEC
50 #define O_CLOEXEC 0
  /xsrc/external/mit/libXaw/dist/src/
AsciiSrc.c 58 #ifndef O_CLOEXEC
59 #define O_CLOEXEC 0
1294 if ((fd = open(name, O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC, 0666)) == -1)
1350 if ((fd = open(name, O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC, 0666)) == -1)
1454 open_mode = O_RDONLY | O_CLOEXEC;
1466 open_mode = O_RDWR | O_NOFOLLOW | O_CLOEXEC;
MultiSrc.c 78 #ifndef O_CLOEXEC
79 #define O_CLOEXEC 0
1095 if ((fd = open(name, O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC, 0666)) == -1)
1221 open_mode = O_RDONLY | O_CLOEXEC;
1233 open_mode = O_RDWR | O_NOFOLLOW | O_CLOEXEC;

Completed in 22 milliseconds