Searched refs:FOPEN_CLOEXEC (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/libXpm/dist/src/ |
| H A D | WrFFrBuf.c | 48 FILE *fp = fopen(filename, "w" FOPEN_CLOEXEC);
|
| H A D | XpmI.h | 107 # define FOPEN_CLOEXEC "e" macro 109 # define FOPEN_CLOEXEC "" macro
|
| H A D | rgb.c | 69 if ((rgbf = fopen(rgb_fname, "r" FOPEN_CLOEXEC)) == NULL)
|
| /xsrc/external/mit/libXau/dist/ |
| H A D | AuGetAddr.c | 34 #define FOPEN_CLOEXEC "e" macro 36 #define FOPEN_CLOEXEC "" macro 73 auth_file = fopen (auth_name, "rb" FOPEN_CLOEXEC);
|
| H A D | AuGetBest.c | 37 #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 D | xcursorint.h | 43 #define FOPEN_CLOEXEC "e" macro 45 #define FOPEN_CLOEXEC "" macro
|
| H A D | file.c | 1246 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 D | library.c | 183 f = fopen (full, "r" FOPEN_CLOEXEC); 265 f = fopen (full, "r" FOPEN_CLOEXEC);
|
| H A D | cursor.c | 150 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 D | getauth.c | 149 if (!(auth_file = fopen (filename, "rb" FOPEN_CLOEXEC)))
|
| H A D | ICElibint.h | 47 #define FOPEN_CLOEXEC "e" macro 49 #define FOPEN_CLOEXEC "" macro
|
| H A D | authutil.c | 351 if (!(auth_file = fopen (filename, "rb" FOPEN_CLOEXEC)))
|
| /xsrc/external/mit/libfontenc/dist/src/ |
| H A D | encparse.c | 42 #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 D | TextPop.c | 65 #define FOPEN_CLOEXEC "e" macro 67 #define FOPEN_CLOEXEC "" macro 315 (file = fopen(str, "r" FOPEN_CLOEXEC)) == NULL)
|
Completed in 13 milliseconds