Searched refs:origpath (Results 1 – 2 of 2) sorted by relevance
119 char *origpath = new char[(end - p) + need_slash + namelen + 1]; in open_file() local120 memcpy(origpath, p, end - p); in open_file()122 origpath[end - p] = '/'; in open_file()123 strcpy(origpath + (end - p) + need_slash, name); in open_file()125 fprintf(stderr, "origpath `%s'\n", origpath); in open_file()127 char *path = relocate(origpath); in open_file()128 a_delete origpath; in open_file() local176 char *origpath = new char[(end - p) + need_slash + namelen + 1]; in open_file_cautious() local177 memcpy(origpath, p, end - p); in open_file_cautious()179 origpath[end - p] = '/'; in open_file_cautious()[all …]
7426 (freercsnode): Free the origpath.