Lines Matching +refs:with +refs:open +refs:file
1 libXpm - X Pixmap (XPM) image file format library
23 --enable-open-zfile makes libXpm recognize file names ending in .Z and .gz
24 and open a pipe to the appropriate command to compress the file when writing
25 and uncompress the file when reading. This is enabled by default on platforms
26 other than MinGW and can be disabled by passing the --disable-open-zfile flag
29 --enable-stat-zfile make libXpm search for a file name with .Z or .gz added
30 if it can't find the file it was asked to open. It relies on the
31 --enable-open-zfile feature to open the file, and is enabled by default
32 when --enable-open-zfile is enabled, and can be disabled by passing the
35 All of these commands will be executed with whatever userid & privileges the
36 function is called with, relying on the caller to ensure the correct euid,