Home
last modified time | relevance | path

Searched refs:tmp_name (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/binutils/bfd/
H A Dcoff-arm.c1020 char *tmp_name; in find_thumb_glue() local
1026 BFD_ASSERT (tmp_name); in find_thumb_glue()
1038 free (tmp_name); in find_thumb_glue()
1049 char *tmp_name; in find_arm_glue() local
1055 BFD_ASSERT (tmp_name); in find_arm_glue()
1067 free (tmp_name); in find_arm_glue()
1861 free (tmp_name); in record_arm_to_thumb_glue()
1874 free (tmp_name); in record_arm_to_thumb_glue()
1917 free (tmp_name); in record_thumb_to_arm_glue()
1931 free (tmp_name); in record_thumb_to_arm_glue()
[all …]
H A Delf32-arm.c2508 char *tmp_name; in find_thumb_glue() local
2529 free (tmp_name); in find_thumb_glue()
2541 char *tmp_name; in find_arm_glue() local
2562 free (tmp_name); in find_arm_glue()
2699 char * tmp_name; in record_arm_to_thumb_glue() local
2745 free (tmp_name); in record_arm_to_thumb_glue()
2767 char *tmp_name; in record_thumb_to_arm_glue() local
2811 free (tmp_name); in record_thumb_to_arm_glue()
2830 free (tmp_name); in record_thumb_to_arm_glue()
2880 char *tmp_name; in record_vfp11_erratum_veneer() local
[all …]
/freebsd-12.1/usr.sbin/kbdmap/
H A Dkbdmap.c354 char tmp_name[] = "/tmp/_kbd_lang.XXXX"; in show_dialog() local
357 fd = mkstemp(tmp_name); in show_dialog()
360 tmp_name); in show_dialog()
387 size += strlen(tmp_name) + 3; in show_dialog()
400 strcat(cmd, tmp_name); in show_dialog()
405 fp = fopen(tmp_name, "r"); in show_dialog()
429 remove(tmp_name); in show_dialog()
/freebsd-12.1/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-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dutil.c579 const char *tmp_name, *name; in svn_fs_x__write_current() local
586 tmp_name = svn_fs_x__path_next(fs, scratch_pool); in svn_fs_x__write_current()
588 SVN_ERR(svn_io_file_open(&file, tmp_name, in svn_fs_x__write_current()
596 SVN_ERR(svn_io_copy_perms(name, tmp_name, scratch_pool)); in svn_fs_x__write_current()
599 SVN_ERR(svn_io_file_rename2(tmp_name, name, TRUE, scratch_pool)); in svn_fs_x__write_current()
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Dconfig_file.c1567 char *tmp_name = os_malloc(tmp_len); in wpa_config_write() local
1569 if (tmp_name) { in wpa_config_write()
1570 os_snprintf(tmp_name, tmp_len, "%s.tmp", name); in wpa_config_write()
1571 name = tmp_name; in wpa_config_write()
1579 os_free(tmp_name); in wpa_config_write()
1616 if (tmp_name) { in wpa_config_write()
1620 chmod_ret = chmod(tmp_name, in wpa_config_write()
1623 if (chmod_ret != 0 || rename(tmp_name, orig_name) != 0) in wpa_config_write()
1626 os_free(tmp_name); in wpa_config_write()
/freebsd-12.1/contrib/gdb/gdb/
H A Dlinespec.c289 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 Dhpread.c3894 char *tmp_name = cplus_demangle (method_alias, DMGL_ANSI); in hpread_read_struct_type() local
3895 char *op_string = strstr (tmp_name, "operator"); in hpread_read_struct_type()
/freebsd-12.1/contrib/libevent/
H A Devdns.c1058 do { tmp_name[0] = '\0'; \ in reply_parse()
1059 if (name_parse(packet, length, &j, tmp_name, \ in reply_parse()
1060 sizeof(tmp_name))<0) \ in reply_parse()
1071 tmp_name[0] = '\0'; in reply_parse()
1074 if (name_parse(packet, length, &j, tmp_name, sizeof(tmp_name)) < 0) in reply_parse()
1080 if (strcmp(tmp_name, cmp_name) == 0) in reply_parse()
1083 if (evutil_ascii_strcasecmp(tmp_name, cmp_name) == 0) in reply_parse()
1220 char tmp_name[256]; /* used by the macros */ in request_parse() local
1260 if (name_parse(packet, length, &j, tmp_name, sizeof(tmp_name))<0) in request_parse()
1264 namelen = (int)strlen(tmp_name); in request_parse()
[all …]
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A Devdns.c1058 do { tmp_name[0] = '\0'; \ in reply_parse()
1059 if (name_parse(packet, length, &j, tmp_name, \ in reply_parse()
1060 sizeof(tmp_name))<0) \ in reply_parse()
1064 do { tmp_name[0] = '\0'; \ in reply_parse()
1067 if (name_parse(packet, length, &j, tmp_name, \ in reply_parse()
1068 sizeof(tmp_name))<0) \ in reply_parse()
1074 if (strcmp(tmp_name, cmp_name) == 0) \ in reply_parse()
1222 char tmp_name[256]; /* used by the macros */ in request_parse() local
1262 if (name_parse(packet, length, &j, tmp_name, sizeof(tmp_name))<0) in request_parse()
1266 namelen = (int)strlen(tmp_name); in request_parse()
[all …]
/freebsd-12.1/sys/dev/extres/clk/
H A Dclk.c1485 const char *tmp_name; in clk_parse_ofw_clk_name() local
1490 tmp_name = ofw_bus_get_name(dev); in clk_parse_ofw_clk_name()
1491 if (tmp_name == NULL) in clk_parse_ofw_clk_name()
1493 *name = strdup(tmp_name, M_OFWPROP); in clk_parse_ofw_clk_name()
/freebsd-12.1/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-12.1/contrib/gcc/
H A Dtree-vect-transform.c2873 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 Domp-low.c1086 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 Dgimplify.c425 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()