Home
last modified time | relevance | path

Searched refs:pszXbmPath (Results 1 – 3 of 3) sorted by last modified time

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Deps.c767 int ConvertPsToXbm(pszPsPath, pszXbmPath, file_buf_sz) in ConvertPsToXbm() argument
768 char *pszPsPath, *pszXbmPath; in ConvertPsToXbm()
775 if (MkTempFile(pszXbmPath, file_buf_sz, tmpDir, TOOL_NAME) == NULL) {
789 if ((pFile=fopen(pszXbmPath,"w")) == NULL) {
791 pszXbmPath);
805 unlink(pszXbmPath);
828 FailToWriteFileMessage(pszXbmPath);
829 unlink(pszXbmPath);
H A Dimport.c1834 int ConvertPbmToXbm(pszPbmPath, pszXbmPath, xbm_path_sz) in ConvertPbmToXbm() argument
1835 char *pszPbmPath, *pszXbmPath; in ConvertPbmToXbm()
1843 if (MkTempFile(pszXbmPath, xbm_path_sz, tmpDir, TOOL_NAME) == NULL) {
1857 if ((pFile=fopen(pszXbmPath,"w")) == NULL) {
1859 pszXbmPath);
1873 unlink(pszXbmPath);
1896 FailToWriteFileMessage(pszXbmPath);
1897 unlink(pszXbmPath);
H A Dimport.e57 extern int ConvertPbmToXbm ARGS_DECL((char *pszPbmPath, char *pszXbmPath,