HomeSort by: relevance | last modified time | path
    Searched defs:O_NOFOLLOW (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libXfont/dist/src/fontfile/
fileio.c 42 #ifndef O_NOFOLLOW
43 #define O_NOFOLLOW 0
53 fd = open (name, O_BINARY|O_CLOEXEC|O_NOFOLLOW);
  /xsrc/external/mit/libXfont2/dist/src/fontfile/
fileio.c 43 #ifndef O_NOFOLLOW
44 #define O_NOFOLLOW 0
54 fd = open (name, O_BINARY|O_CLOEXEC|O_NOFOLLOW);

Completed in 45 milliseconds