Lines Matching refs:snamebuf
264 char *snamebuf = NULL; in process_file() local
307 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()
774 snamebuf[0] = '.'; in process_file()
775 strcpy (&snamebuf[1], &sname[2]); in process_file()
776 newname = snamebuf; in process_file()