Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dimport.c1683 char szGifPath[MAXPATHLENGTH+1]; in ImportGIFFile() local
1690 *szGifPath = *tmp_fname = *file_name = '\0'; in ImportGIFFile()
1699 sprintf(szGifPath, "%s%c%s", path, DIR_SEP, name); in ImportGIFFile()
1701 "gif", szGifPath) == INVALID) { in ImportGIFFile()
1704 } else if (FileIsRemote(szGifPath)) { in ImportGIFFile()
1732 (remote_file ? tmp_fname : szGifPath)) && in ImportGIFFile()
1772 (short_name ? rest : szGifPath)); in ImportGIFFile()
1787 SetCurImportDir(szGifPath); in ImportGIFFile()
1791 (short_name ? rest : szGifPath)); in ImportGIFFile()
1815 (short_name ? rest : szGifPath)); in ImportGIFFile()
[all …]