Searched refs:FcOpen (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fccompat.c | 116 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 D | fcstat.c | 434 int fd = FcOpen ((const char *) dir, O_RDONLY);
|
| H A D | fccache.c | 246 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 D | fcint.h | 843 FcOpen(const char *pathname, int flags, ...);
|
| H A D | fcfreetype.c | 2220 int fd = FcOpen ((char *) file, O_RDONLY);
|
| H A D | fcxml.c | 3649 fd = FcOpen ((char *) realfilename, O_RDONLY);
|
| /xsrc/external/mit/fontconfig/include/ |
| H A D | fcint.h | 860 FcOpen(const char *pathname, int flags, ...);
|
Completed in 17 milliseconds