Searched refs:FOPEN_CLOEXEC (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/libXpm/dist/src/
H A DWrFFrBuf.c48 FILE *fp = fopen(filename, "w" FOPEN_CLOEXEC);
H A DXpmI.h107 # define FOPEN_CLOEXEC "e" macro
109 # define FOPEN_CLOEXEC "" macro
H A Drgb.c69 if ((rgbf = fopen(rgb_fname, "r" FOPEN_CLOEXEC)) == NULL)
/xsrc/external/mit/libXau/dist/
H A DAuGetAddr.c34 #define FOPEN_CLOEXEC "e" macro
36 #define FOPEN_CLOEXEC "" macro
73 auth_file = fopen (auth_name, "rb" FOPEN_CLOEXEC);
H A DAuGetBest.c37 #define FOPEN_CLOEXEC "e" macro
39 #define FOPEN_CLOEXEC "" macro
76 auth_file = fopen (auth_name, "rb" FOPEN_CLOEXEC);
/xsrc/external/mit/libXcursor/dist/src/
H A Dxcursorint.h43 #define FOPEN_CLOEXEC "e" macro
45 #define FOPEN_CLOEXEC "" macro
H A Dfile.c1246 f = fopen (file, "r" FOPEN_CLOEXEC);
1266 f = fopen (file, "r" FOPEN_CLOEXEC);
1286 f = fopen (file, "r" FOPEN_CLOEXEC);
1306 f = fopen (file, "r" FOPEN_CLOEXEC);
1328 f = fopen (file, "r" FOPEN_CLOEXEC);
1348 f = fopen (file, "w" FOPEN_CLOEXEC);
1371 f = fopen (file, "w" FOPEN_CLOEXEC);
H A Dlibrary.c183 f = fopen (full, "r" FOPEN_CLOEXEC);
265 f = fopen (full, "r" FOPEN_CLOEXEC);
H A Dcursor.c150 FILE *f = fopen ("/tmp/images", "a" FOPEN_CLOEXEC);
168 FILE *f = fopen ("/tmp/images", "a" FOPEN_CLOEXEC);
/xsrc/external/mit/libICE/dist/src/
H A Dgetauth.c149 if (!(auth_file = fopen (filename, "rb" FOPEN_CLOEXEC)))
H A DICElibint.h47 #define FOPEN_CLOEXEC "e" macro
49 #define FOPEN_CLOEXEC "" macro
H A Dauthutil.c351 if (!(auth_file = fopen (filename, "rb" FOPEN_CLOEXEC)))
/xsrc/external/mit/libfontenc/dist/src/
H A Dencparse.c42 #define FOPEN_CLOEXEC "e" macro
44 #define FOPEN_CLOEXEC "" macro
900 if ((file = fopen(dirname, "r" FOPEN_CLOEXEC)) == NULL) {
/xsrc/external/mit/libXaw/dist/src/
H A DTextPop.c65 #define FOPEN_CLOEXEC "e" macro
67 #define FOPEN_CLOEXEC "" macro
315 (file = fopen(str, "r" FOPEN_CLOEXEC)) == NULL)

Completed in 13 milliseconds