Searched refs:FC_MAX_FILE_LEN (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcdir.c226 file_prefix = (FcChar8 *) malloc (strlen ((char *) s_dir) + 1 + FC_MAX_FILE_LEN + 1);
255 if (e->d_name[0] != '.' && strlen (e->d_name) < FC_MAX_FILE_LEN)
H A Dfcstr.c1213 FcChar8 full[FC_MAX_FILE_LEN + 2];
1230 FcChar8 cwd[FC_MAX_FILE_LEN + 2];
1231 if (getcwd ((char *) cwd, FC_MAX_FILE_LEN) == NULL)
H A Dfcint.h508 #define FC_MAX_FILE_LEN 4096 macro
H A Dfcxml.c3399 file = (FcChar8 *) malloc (strlen ((char *) dir) + 1 + FC_MAX_FILE_LEN + 1);
/xsrc/external/mit/fontconfig/include/
H A Dfcint.h525 #define FC_MAX_FILE_LEN 4096 macro

Completed in 12 milliseconds