Searched refs:snamebuf (Results 1 – 1 of 1) sorted by relevance
261 char *snamebuf = NULL; in process_file() local313 free (snamebuf); in process_file()660 snamebuf = xmalloc (maxnamelen + 2); in process_file()731 snamebuf[0] = '.'; in process_file()732 strcpy (&snamebuf[1], &sname[2]); in process_file()733 newname = snamebuf; in process_file()754 snamebuf[0] = '.'; in process_file()755 snamebuf[1] = 'z'; in process_file()756 strcpy (&snamebuf[2], &sname[1]); in process_file()757 newname = snamebuf; in process_file()[all …]