/src/usr.sbin/makefs/cd9660/ |
cd9660_write.c | 263 char *temp_file_name; local in function:cd9660_write_file 273 temp_file_name = ecalloc(CD9660MAXPATH + 1, 1); 287 temp_file_name); 289 writenode->fileDataSector, temp_file_name); 369 free(temp_file_name);
|
cd9660_write.c | 263 char *temp_file_name; local in function:cd9660_write_file 273 temp_file_name = ecalloc(CD9660MAXPATH + 1, 1); 287 temp_file_name); 289 writenode->fileDataSector, temp_file_name); 369 free(temp_file_name);
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
sanitizer_libc_test.cc | 66 static void temp_file_name(char *buf, size_t bufsize, const char *prefix) { function in typeref:typename:void 108 temp_file_name(tmpfile, sizeof(tmpfile), "sanitizer_common.fileops.tmp."); 174 temp_file_name(file_name_, sizeof(file_name_), 290 temp_file_name(tmpfile, sizeof(tmpfile),
|
sanitizer_libc_test.cc | 66 static void temp_file_name(char *buf, size_t bufsize, const char *prefix) { function in typeref:typename:void 108 temp_file_name(tmpfile, sizeof(tmpfile), "sanitizer_common.fileops.tmp."); 174 temp_file_name(file_name_, sizeof(file_name_), 290 temp_file_name(tmpfile, sizeof(tmpfile),
|