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