Lines Matching refs:snamebuf
261 char *snamebuf = NULL; in process_file() local
313 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()
810 snamebuf[0] = '.'; in process_file()
811 strcpy (&snamebuf[1], &sname[2]); in process_file()
812 newname = snamebuf; in process_file()