Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dutil.c466 if (UtilPathExists(pszToFile)) {
508 if (UtilPathExists(pszToFile)) {
548 int UtilPathExists(pszPath) in UtilPathExists() function
592 if (UtilPathExists(pszDir)) {
H A Drm_intrf.c241 if (!UtilPathExists(gRMCastIntrfInfo.szPath)) { in RMCastInit()
273 if (UtilPathExists(gRMCastIntrfInfo.szPath)) { in RMCastInit()
298 if (!UtilPathExists(gRMCastIntrfInfo.szPath)) { in RMCastInit()
H A Dutil.e57 extern int UtilPathExists ARGS_DECL((char *pszPath));
H A Dimport.c2798 if (!UtilPathExists(part_fname)) { in ImportGIFToXPixmapDeck()
2801 if (!UtilPathExists(part_fname)) { in ImportGIFToXPixmapDeck()
2821 } else if (!UtilPathExists(part_fname)) { in ImportGIFToXPixmapDeck()
H A Draster.c648 if (UtilPathExists(path)) { in Init2PatFill()
H A Dexec.c7869 if (!UtilPathExists(src_file_name)) {
7875 if (UtilPathExists(dest_file_name)) {
9461 if (!UtilPathExists(src_file_name)) {
H A Dfile.c793 if (UtilPathExists(szPath)) return TRUE;
806 if (UtilPathExists(gszMsgBox)) {
H A Dxpixmap.c4688 if (!UtilPathExists(jpeg_filename)) {
H A Dxbitmap.c166 if (*spec != '\0' && !UtilPathExists(spec)) { in SetHtmlExportTemplate()