Searched refs:tmpnameroot (Results 1 – 1 of 1) sorted by relevance
2488 HChar tmpnameroot[50]; // large enough in ML_() local2489 HChar tmpname[VG_(mkstemp_fullname_bufsz)(sizeof tmpnameroot - 1)]; in ML_()2497 VG_(memset)(tmpnameroot, 0, sizeof(tmpnameroot)); in ML_()2498 VG_(sprintf)(tmpnameroot, "petmp%d", VG_(getpid)()); in ML_()2500 fd = VG_(mkstemp)( tmpnameroot, tmpname ); in ML_()