Home
last modified time | relevance | path

Searched refs:fullname (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/gd/libgd/
H A Dgdft.c372 char fullname[MAXPATHLEN], cur_dir[MAXPATHLEN]; local
406 snprintf(fullname, sizeof(fullname) - 1, "%s", name);
407 if (access(fullname, R_OK) == 0) {
426 snprintf(fullname, sizeof(fullname) - 1, "%s/%s%s", dir, name, ext); \
427 if (access(fullname, R_OK) == 0) { \
458 err = FT_New_Face (*b->library, fullname, 0, &a->face);

Completed in 9 milliseconds