Searched refs:Fopen (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/include/
H A Dos.h324 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 Dos.h352 Fopen(const char *, const char *);
363 #define Fopen(a,b) fopen(a,b) macro
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dauth.c121 f = Fopen (authorization_file, "r");
H A Dutils.c1396 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 Dauth.c122 f = Fopen(authorization_file, "r");
H A Dutils.c1525 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