Searched refs:tmpsuffix (Results 1 – 1 of 1) sorted by relevance
76 static const char tmpsuffix[] = ".XXXXXX"; in DoCreateRelroFile() local77 char relro_tmp[strlen(relro) + sizeof(tmpsuffix)]; in DoCreateRelroFile()79 strlcat(relro_tmp, tmpsuffix, sizeof(relro_tmp)); in DoCreateRelroFile()