Home
last modified time | relevance | path

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

/dports/irc/epic4/epic4-2.10.9/source/
H A Dircaux.c1461 static Filename path_to_bunzip2; in uzfopen() local
1476 *path_to_bunzip2 = 0; in uzfopen()
1477 if (path_search("bunzip2", getenv("PATH"), path_to_bunzip2)) in uzfopen()
1478 path_search("bunzip", getenv("PATH"), path_to_bunzip2); in uzfopen()
1531 if (!*path_to_bunzip2) in uzfopen()
1615 else if ((ok_to_decompress == 3) && *path_to_bunzip2) in uzfopen()
1616 return open_compression(path_to_bunzip2, *filename); in uzfopen()
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dircaux.c1436 static char *path_to_bunzip2 = NULL; local
1456 path_to_bunzip2 = m_strdup(bzip);
1509 if (*path_to_bunzip2)
1627 else if ((ok_to_decompress == 3) && *path_to_bunzip2)
1628 return open_compression(path_to_bunzip2, filename_path, hook);
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dircaux.c1436 static char *path_to_bunzip2 = NULL; local
1456 path_to_bunzip2 = m_strdup(bzip);
1509 if (*path_to_bunzip2)
1627 else if ((ok_to_decompress == 3) && *path_to_bunzip2)
1628 return open_compression(path_to_bunzip2, filename_path, hook);
/dports/irc/epic5/epic5-2.1.6/source/
H A Dircaux.c1966 static Filename path_to_bunzip2; in uzfopen() local
1981 *path_to_bunzip2 = 0; in uzfopen()
1982 if (path_search("bunzip2", getenv("PATH"), path_to_bunzip2)) in uzfopen()
1983 path_search("bunzip", getenv("PATH"), path_to_bunzip2); in uzfopen()
2043 if (!*path_to_bunzip2) in uzfopen()
2127 else if ((ok_to_decompress == 3) && *path_to_bunzip2) in uzfopen()
2128 return open_compression(path_to_bunzip2, *filename); in uzfopen()