Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dremote.e29 extern char gunzipCmd[];
H A Dremote.c53 char gunzipCmd[MAXPATHLENGTH+1]; variable
650 uncompress_cmd = gunzipCmd;
652 gunzipCmd);
2144 *gunzipCmd = '\0'; in InitRemote()
2146 strcpy(gunzipCmd, "gunzip -c"); in InitRemote()
2148 strcpy(gunzipCmd, c_ptr); in InitRemote()
H A Dmainloop.c575 char *uncompress_cmd=gunzipCmd, *tmp_fname=NULL, *cmd=NULL;
597 uncompress_cmd = gunzipCmd;
616 gunzipCmd);