HomeSort by: relevance | last modified time | path
    Searched refs:Fopen (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/include/
os.h 324 extern _X_EXPORT pointer Fopen(char *, char *);
330 #define Fopen(a,b) fopen(a,b)
  /xsrc/external/mit/xorg-server/dist/include/
os.h 352 Fopen(const char *, const char *);
363 #define Fopen(a,b) fopen(a,b)
  /xsrc/external/mit/xorg-server/dist/os/
auth.c 122 f = Fopen(authorization_file, "r");
utils.c 1523 /* fopen that drops privileges */
1525 Fopen(const char *file, const char *type)
1596 DebugF("Fopen(%s), fp = %p\n", file, iop);
1608 iop = fopen(file, type);
  /xsrc/external/mit/xorg-server.old/dist/os/
auth.c 121 f = Fopen (authorization_file, "r");
utils.c 1394 /* fopen that drops privileges */
1396 Fopen(char *file, char *type)
1464 DebugF("Fopen(%s), fp = %p\n", file, iop);
1476 iop = fopen(file, type);

Completed in 6 milliseconds