Searched refs:Fopen (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | os.h | 324 extern _X_EXPORT pointer Fopen(char *, char *); 330 #define Fopen(a,b) fopen(a,b) macro
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | os.h | 352 Fopen(const char *, const char *); 363 #define Fopen(a,b) fopen(a,b) macro
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | auth.c | 121 f = Fopen (authorization_file, "r");
|
| H A D | utils.c | 1396 Fopen(char *file, char *type) function in typeref:typename:pointer 1464 DebugF("Fopen(%s), fp = %p\n", file, iop);
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | auth.c | 122 f = Fopen(authorization_file, "r");
|
| H A D | utils.c | 1525 Fopen(const char *file, const char *type) function in typeref:typename:void * 1596 DebugF("Fopen(%s), fp = %p\n", file, iop);
|
Completed in 7 milliseconds