Searched refs:snamebuf (Results 1 – 1 of 1) sorted by relevance
264 char *snamebuf = NULL; in process_file() local307 free (snamebuf); in process_file()624 snamebuf = xmalloc (maxnamelen + 2); in process_file()695 snamebuf[0] = '.'; in process_file()696 strcpy (&snamebuf[1], &sname[2]); in process_file()697 newname = snamebuf; in process_file()718 snamebuf[0] = '.'; in process_file()719 snamebuf[1] = 'z'; in process_file()720 strcpy (&snamebuf[2], &sname[1]); in process_file()721 newname = snamebuf; in process_file()[all …]