Searched refs:tmp_name (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/contrib/ncurses/misc/
H A Dmakedef.cmd67 tmp_name = 'foo.tmp'
83 'emxexp -u' lib_file '>' tmp_name
84 'cat' tmp_name def_file '| sed' tidy_up '| sort > foo2.tmp'
86 'del' tmp_name '1>NUL'
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dcoff-arm.c1022 char *tmp_name;
1026 tmp_name = bfd_malloc (amt);
1028 BFD_ASSERT (tmp_name);
1030 sprintf (tmp_name, THUMB2ARM_GLUE_ENTRY_NAME, name);
1033 (coff_hash_table (info), tmp_name, FALSE, FALSE, TRUE);
1038 input_bfd, tmp_name, name);
1040 free (tmp_name);
1051 char *tmp_name;
1055 tmp_name = bfd_malloc (amt);
1057 BFD_ASSERT (tmp_name);
1020 char *tmp_name; local
1049 char *tmp_name; local
1832 char * tmp_name; local
1888 char * tmp_name; local
[all...]
H A Delf32-arm.c2515 char *tmp_name; local
2522 tmp_name = bfd_malloc ((bfd_size_type) strlen (name)
2525 BFD_ASSERT (tmp_name);
2527 sprintf (tmp_name, THUMB2ARM_GLUE_ENTRY_NAME, name);
2530 (&(hash_table)->root, tmp_name, FALSE, FALSE, TRUE);
2534 tmp_name, name);
2536 free (tmp_name);
2548 char *tmp_name; local
2555 tmp_name = bfd_malloc ((bfd_size_type) strlen (name)
2558 BFD_ASSERT (tmp_name);
2706 char * tmp_name; local
2774 char *tmp_name; local
2887 char *tmp_name; local
3838 char *tmp_name; local
[all...]
/freebsd-10.0-release/usr.sbin/kbdmap/
H A Dkbdmap.c329 char tmp_name[] = "/tmp/_kbd_lang.XXXX"; local
332 fd = mkstemp(tmp_name);
335 tmp_name);
362 size += strlen(tmp_name) + 3;
375 strcat(cmd, tmp_name);
380 fp = fopen(tmp_name, "r");
404 remove(tmp_name);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dlinespec.c289 char *tmp_name; local
291 tmp_name = gdb_mangle_name (t,
294 phys_name = alloca (strlen (tmp_name) + 1);
295 strcpy (phys_name, tmp_name);
296 xfree (tmp_name);
H A Dhpread.c3909 char *tmp_name = cplus_demangle (method_alias, DMGL_ANSI);
3910 char *op_string = strstr (tmp_name, "operator");
3894 char *tmp_name = cplus_demangle (method_alias, DMGL_ANSI); local
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-s390.c896 char tmp_name[64]; local
999 sprintf (tmp_name, ".L\001%i", lp_count);
1000 lp_sym = symbol_make (tmp_name);
1004 sprintf (tmp_name, ".L\001%i\002%i", lp_count, lpe_count);
1006 lpe->sym = symbol_make (tmp_name);
/freebsd-10.0-release/contrib/gcc/
H A Dtree-vect-transform.c2873 char tmp_name[20]; local
2906 sprintf (tmp_name, "%s%d", "addr2int", i);
2907 addr_tmp = create_tmp_var (int_ptrsize_type, tmp_name);
2921 sprintf (tmp_name, "%s%d", "orptrs", i);
2922 or_tmp = create_tmp_var (int_ptrsize_type, tmp_name);
H A Domp-low.c1086 char *tmp_name, *prefix; local
1096 ASM_FORMAT_PRIVATE_NAME (tmp_name, prefix, tmp_ompfn_id_num++);
1097 return get_identifier (tmp_name);
H A Dgimplify.c425 char *tmp_name; local
435 ASM_FORMAT_PRIVATE_NAME (tmp_name, prefix ? prefix : "T", tmp_var_id_num++);
436 return get_identifier (tmp_name);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs_fs.c8292 const char *tmp_name, *name;
8302 SVN_ERR(svn_io_write_unique(&tmp_name,
8307 return move_into_place(tmp_name, name, name, pool);
8291 const char *tmp_name, *name; local

Completed in 232 milliseconds