Searched refs:Tmppath (Results 1 – 1 of 1) sorted by relevance
151 static char **Tmppath, **Tmpcur; variable218 if(!Tmppath && !(Tmppath = _sfgetpath("TMPPATH")) )219 { if(!(Tmppath = (char**)malloc(2*sizeof(char*))) )223 if(!(Tmppath[0] = (char*)malloc(strlen(file)+1)) )224 { free(Tmppath);225 Tmppath = NIL(char**);228 strcpy(Tmppath[0],file);229 Tmppath[1] = NIL(char*);236 Tmpcur = Tmppath;