Searched refs:tmproot (Results 1 – 1 of 1) sorted by relevance
728 char *tmproot; variable730 if ((tmproot = (char *)malloc(rootlen+2)) == (char *)NULL) {734 strcpy(tmproot, pathcomp);735 if (tmproot[rootlen-1] == '/') {736 tmproot[--rootlen] = '\0';738 if (rootlen > 0 && (stat(tmproot, &G.statbuf) ||742 free(tmproot);749 if (mkdir(tmproot, 0777) == -1) {752 FnFilter1(tmproot)));753 free(tmproot);[all …]