Home
last modified time | relevance | path

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

/dports/graphics/zphoto/zphoto-1.2/
H A Dutil.c373 zphoto_strsuffixcasecmp (const char *str1, const char *str2) in zphoto_strsuffixcasecmp() function
420 if (zphoto_strsuffixcasecmp(file_name, tmp) == 0 ) { in match_suffix()
456 if ((zphoto_strsuffixcasecmp(file_name, ".html") == 0) || in zphoto_web_file_p()
457 (zphoto_strsuffixcasecmp(file_name, ".css") == 0) || in zphoto_web_file_p()
458 (zphoto_strsuffixcasecmp(file_name, ".js") == 0) || in zphoto_web_file_p()
H A Dconfig.c177 zphoto_strsuffixcasecmp(path, "en") == 0) in rewrite_lang()
422 if (zphoto_strsuffixcasecmp(key, "_color") == 0 && in set_config_value()
H A Dzphoto.h340 int zphoto_strsuffixcasecmp (const char *str1, const char *str2);
H A DChangeLog424 (zphoto_strsuffixcasecmp): Renamed from strsuffixcasecmp.