Searched refs:tempname (Results 1 – 3 of 3) sorted by relevance
/external/qemu/android/utils/ |
D | tempfile.c | 57 const char* tempname = NULL; in tempfile_create() local 77 tempname = temp_namebuff; in tempfile_create() 97 tempname = template; in tempfile_create() 99 tempfile = malloc( sizeof(*tempfile) + strlen(tempname) + 1 ); in tempfile_create() 101 strcpy( (char*)tempfile->name, tempname ); in tempfile_create()
|
/external/libffi/src/ |
D | closures.c | 211 char *tempname = __builtin_alloca (lendir + sizeof (suffix)); in open_temp_exec_file_dir() local 213 if (!tempname) in open_temp_exec_file_dir() 216 memcpy (tempname, dir, lendir); in open_temp_exec_file_dir() 217 memcpy (tempname + lendir, suffix, sizeof (suffix)); in open_temp_exec_file_dir() 219 return open_temp_exec_file_name (tempname); in open_temp_exec_file_dir()
|
/external/bison/ |
D | ChangeLog | 7098 * lib/mkstemp.c, lib/readpipe.c, lib/tempname.c, m4/mkstemp.m4: Remove. 7865 lib/strspn.c, lib/tempname.c: Use GPL, not LGPL. 10427 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
|