Searched refs:tmp_name (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/gnu/usr.bin/cvs/src/ |
| D | login.c | 390 char *tmp_name; in password_entry_operation() local 399 if ((tmp_fp = cvs_temp_file (&tmp_name)) == NULL) in password_entry_operation() 400 error (1, errno, "unable to open temp file %s", tmp_name); in password_entry_operation() 414 error (0, errno, "fatal error: cannot write %s", tmp_name); in password_entry_operation() 416 error (0, errno, "cannot close %s", tmp_name); in password_entry_operation() 420 if (CVS_UNLINK (tmp_name) < 0) in password_entry_operation() 421 error (0, errno, "cannot remove %s", tmp_name); in password_entry_operation() 442 error (0, errno, "cannot close %s", tmp_name); in password_entry_operation() 455 copy_file (tmp_name, passfile); in password_entry_operation() 456 if (CVS_UNLINK (tmp_name) < 0) in password_entry_operation() [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | coff-arm.c | 975 char *tmp_name; in find_thumb_glue() local 979 tmp_name = bfd_malloc (amt); in find_thumb_glue() 981 BFD_ASSERT (tmp_name); in find_thumb_glue() 983 sprintf (tmp_name, THUMB2ARM_GLUE_ENTRY_NAME, name); in find_thumb_glue() 986 (coff_hash_table (info), tmp_name, FALSE, FALSE, TRUE); in find_thumb_glue() 991 input_bfd, tmp_name, name); in find_thumb_glue() 993 free (tmp_name); in find_thumb_glue() 1004 char *tmp_name; in find_arm_glue() local 1008 tmp_name = bfd_malloc (amt); in find_arm_glue() 1010 BFD_ASSERT (tmp_name); in find_arm_glue() [all …]
|
| D | elf32-arm.c | 1897 char *tmp_name; in find_thumb_glue() local 1904 tmp_name = bfd_malloc ((bfd_size_type) strlen (name) in find_thumb_glue() 1907 BFD_ASSERT (tmp_name); in find_thumb_glue() 1909 sprintf (tmp_name, THUMB2ARM_GLUE_ENTRY_NAME, name); in find_thumb_glue() 1912 (&(hash_table)->root, tmp_name, FALSE, FALSE, TRUE); in find_thumb_glue() 1917 input_bfd, tmp_name, name); in find_thumb_glue() 1919 free (tmp_name); in find_thumb_glue() 1931 char *tmp_name; in find_arm_glue() local 1938 tmp_name = bfd_malloc ((bfd_size_type) strlen (name) in find_arm_glue() 1941 BFD_ASSERT (tmp_name); in find_arm_glue() [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | linespec.c | 291 char *tmp_name; in add_matching_methods() local 293 tmp_name = gdb_mangle_name (t, in add_matching_methods() 296 phys_name = alloca (strlen (tmp_name) + 1); in add_matching_methods() 297 strcpy (phys_name, tmp_name); in add_matching_methods() 298 xfree (tmp_name); in add_matching_methods()
|
| D | hpread.c | 3889 char *tmp_name = cplus_demangle (method_alias, DMGL_ANSI); in hpread_read_struct_type() local 3890 char *op_string = strstr (tmp_name, "operator"); in hpread_read_struct_type()
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-s390.c | 893 char tmp_name[64]; local 996 sprintf (tmp_name, ".L\001%i", lp_count); 997 lp_sym = symbol_make (tmp_name); 1001 sprintf (tmp_name, ".L\001%i\002%i", lp_count, lpe_count); 1003 lpe->sym = symbol_make (tmp_name);
|