| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | login.c | 390 char *tmp_name; local 399 if ((tmp_fp = cvs_temp_file (&tmp_name)) == NULL) 400 error (1, errno, "unable to open temp file %s", tmp_name); 413 error (0, errno, "fatal error: cannot write %s", tmp_name); 415 error (0, errno, "cannot close %s", tmp_name); 419 if (CVS_UNLINK (tmp_name) < 0) 420 error (0, errno, "cannot remove %s", tmp_name); 441 error (0, errno, "cannot close %s", tmp_name); 454 copy_file (tmp_name, passfile); 455 if (CVS_UNLINK (tmp_name) < 0) [all …]
|
| H A D | ChangeLog | 1882 * login.c (logout): free `tmp_name' when done.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | coff-arm.c | 977 char *tmp_name; in find_thumb_glue() local 981 tmp_name = bfd_malloc (amt); in find_thumb_glue() 983 BFD_ASSERT (tmp_name); in find_thumb_glue() 985 sprintf (tmp_name, THUMB2ARM_GLUE_ENTRY_NAME, name); in find_thumb_glue() 988 (coff_hash_table (info), tmp_name, FALSE, FALSE, TRUE); in find_thumb_glue() 993 input_bfd, tmp_name, name); in find_thumb_glue() 995 free (tmp_name); in find_thumb_glue() 1006 char *tmp_name; in find_arm_glue() local 1010 tmp_name = bfd_malloc (amt); in find_arm_glue() 1012 BFD_ASSERT (tmp_name); in find_arm_glue() [all …]
|
| H A D | elf32-arm.c | 2025 char *tmp_name; in find_thumb_glue() local 2032 tmp_name = bfd_malloc ((bfd_size_type) strlen (name) in find_thumb_glue() 2035 BFD_ASSERT (tmp_name); in find_thumb_glue() 2037 sprintf (tmp_name, THUMB2ARM_GLUE_ENTRY_NAME, name); in find_thumb_glue() 2040 (&(hash_table)->root, tmp_name, FALSE, FALSE, TRUE); in find_thumb_glue() 2045 input_bfd, tmp_name, name); in find_thumb_glue() 2047 free (tmp_name); in find_thumb_glue() 2059 char *tmp_name; in find_arm_glue() local 2066 tmp_name = bfd_malloc ((bfd_size_type) strlen (name) in find_arm_glue() 2069 BFD_ASSERT (tmp_name); in find_arm_glue() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | coff-arm.c | 1051 char *tmp_name; local 1055 tmp_name = (char *) bfd_malloc (amt); 1057 BFD_ASSERT (tmp_name); 1059 sprintf (tmp_name, THUMB2ARM_GLUE_ENTRY_NAME, name); 1062 (coff_hash_table (info), tmp_name, FALSE, FALSE, TRUE); 1067 bfd_archive_filename (input_bfd), tmp_name, name); 1069 free (tmp_name); 1081 char *tmp_name; local 1085 tmp_name = (char *) bfd_malloc (amt); 1087 BFD_ASSERT (tmp_name); [all …]
|
| H A D | elf32-arm.h | 446 char *tmp_name; local 453 tmp_name = (char *) bfd_malloc ((bfd_size_type) strlen (name) 456 BFD_ASSERT (tmp_name); 458 sprintf (tmp_name, THUMB2ARM_GLUE_ENTRY_NAME, name); 461 (&(hash_table)->root, tmp_name, FALSE, FALSE, TRUE); 466 bfd_archive_filename (input_bfd), tmp_name, name); 468 free (tmp_name); 481 char *tmp_name; local 488 tmp_name = (char *) bfd_malloc ((bfd_size_type) strlen (name) 491 BFD_ASSERT (tmp_name); [all …]
|
| /openbsd-src/gnu/llvm/lldb/tools/darwin-threads/ |
| H A D | examine-threads.c | 78 char tmp_name[PATH_MAX]; in get_process_name_for_pid() local 79 if (proc_pidpath(pid, tmp_name, sizeof(tmp_name)) == 0) { in get_process_name_for_pid() 83 if (strrchr(tmp_name, '/')) in get_process_name_for_pid() 84 return strdup(strrchr(tmp_name, '/') + 1); in get_process_name_for_pid() 86 return strdup(tmp_name); in get_process_name_for_pid()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | linespec.c | 289 char *tmp_name; in add_matching_methods() local 291 tmp_name = gdb_mangle_name (t, in add_matching_methods() 294 phys_name = alloca (strlen (tmp_name) + 1); in add_matching_methods() 295 strcpy (phys_name, tmp_name); in add_matching_methods() 296 xfree (tmp_name); in add_matching_methods()
|
| H A 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()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-s390.c | 895 char tmp_name[64]; local 998 sprintf (tmp_name, ".L\001%i", lp_count); 999 lp_sym = symbol_make (tmp_name); 1003 sprintf (tmp_name, ".L\001%i\002%i", lp_count, lpe_count); 1005 lpe->sym = symbol_make (tmp_name);
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-s390.c | 898 char tmp_name[64]; local 1001 sprintf (tmp_name, ".L\001%i", lp_count); 1002 lp_sym = symbol_make (tmp_name); 1006 sprintf (tmp_name, ".L\001%i\002%i", lp_count, lpe_count); 1008 lpe->sym = symbol_make (tmp_name);
|
| /openbsd-src/usr.bin/dig/lib/dns/ |
| H A D | name.c | 1458 dns_name_t tmp_name; in dns_name_concatenate() local 1475 dns_name_init(&tmp_name, odata); in dns_name_concatenate() 1476 name = &tmp_name; in dns_name_concatenate()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-vect-transform.c | 2873 char tmp_name[20]; in vect_create_cond_for_align_checks() local 2906 sprintf (tmp_name, "%s%d", "addr2int", i); in vect_create_cond_for_align_checks() 2907 addr_tmp = create_tmp_var (int_ptrsize_type, tmp_name); in vect_create_cond_for_align_checks() 2921 sprintf (tmp_name, "%s%d", "orptrs", i); in vect_create_cond_for_align_checks() 2922 or_tmp = create_tmp_var (int_ptrsize_type, tmp_name); in vect_create_cond_for_align_checks()
|
| H A D | omp-low.c | 1086 char *tmp_name, *prefix; in create_omp_child_function_name() local 1096 ASM_FORMAT_PRIVATE_NAME (tmp_name, prefix, tmp_ompfn_id_num++); in create_omp_child_function_name() 1097 return get_identifier (tmp_name); in create_omp_child_function_name()
|
| H A D | gimplify.c | 425 char *tmp_name; in create_tmp_var_name() local 435 ASM_FORMAT_PRIVATE_NAME (tmp_name, prefix ? prefix : "T", tmp_var_id_num++); in create_tmp_var_name() 436 return get_identifier (tmp_name); in create_tmp_var_name()
|