Searched refs:FcOpen (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/fontconfig/dist/src/
H A Dfccompat.c116 fd = FcOpen (template, FC_O_BINARY | O_CREAT | O_EXCL | FC_O_TEMPORARY | FC_O_NOINHERIT | O_RDWR, 0600);
127 FcOpen(const char *pathname, int flags, ...) function in typeref:typename:int
176 fd = FcOpen(template, O_RDWR | O_EXCL | O_CREAT, 0600);
H A Dfcstat.c434 int fd = FcOpen ((const char *) dir, O_RDONLY);
H A Dfccache.c246 if ((fd = FcOpen ((char *) fuuid, O_RDONLY)) != -1)
356 fd = FcOpen((char *) cache_file, O_RDONLY | O_BINARY);
1463 fd = FcOpen((char *)FcAtomicNewFile (atomic), O_RDWR | O_CREAT | O_BINARY, 0666);
1663 fd = FcOpen ((const char *)cache_hashed, O_RDWR);
1798 fd = FcOpen((char *)FcAtomicNewFile (atomic), O_RDWR | O_CREAT, 0644);
H A Dfcint.h843 FcOpen(const char *pathname, int flags, ...);
H A Dfcfreetype.c2220 int fd = FcOpen ((char *) file, O_RDONLY);
H A Dfcxml.c3649 fd = FcOpen ((char *) realfilename, O_RDONLY);
/xsrc/external/mit/fontconfig/include/
H A Dfcint.h860 FcOpen(const char *pathname, int flags, ...);

Completed in 17 milliseconds