Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
H A Dlogin.c376 char *tmp_name; in password_entry_operation() local
385 if ((tmp_fp = cvs_temp_file (&tmp_name)) == NULL) in password_entry_operation()
386 error (1, errno, "unable to open temp file %s", tmp_name); in password_entry_operation()
402 error (0, errno, "cannot close %s", tmp_name); in password_entry_operation()
406 if (CVS_UNLINK (tmp_name) < 0) in password_entry_operation()
407 error (0, errno, "cannot remove %s", tmp_name); in password_entry_operation()
428 error (0, errno, "cannot close %s", tmp_name); in password_entry_operation()
441 copy_file (tmp_name, passfile); in password_entry_operation()
442 if (CVS_UNLINK (tmp_name) < 0) in password_entry_operation()
443 error (0, errno, "cannot remove %s", tmp_name); in password_entry_operation()
[all …]
/dragonfly/tools/tools/firmware/
H A Dfw_convert_ispfw.sh225 tmp_name="${output_file}${variant_string}${variant_number}"
226 while [ -f "$tmp_name" ];do
228 tmp_name="${output_file}${variant_string}${variant_number}"
231 output_file="$tmp_name"
/dragonfly/usr.sbin/kbdmap/
H A Dkbdmap.c328 char tmp_name[] = "/tmp/_kbd_lang.XXXX"; in show_dialog() local
331 fd = mkstemp(tmp_name); in show_dialog()
334 tmp_name); in show_dialog()
361 size += strlen(tmp_name) + 3; in show_dialog()
374 strcat(cmd, tmp_name); in show_dialog()
379 fp = fopen(tmp_name, "r"); in show_dialog()
403 remove(tmp_name); in show_dialog()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dhsa-brig.c2130 char tmp_name[64]; in hsa_output_global_variables() local
2133 get_identifier (tmp_name), in hsa_output_global_variables()
2173 char tmp_name[64]; in hsa_output_kernels() local
2176 get_identifier (tmp_name), in hsa_output_kernels()
2297 get_identifier (tmp_name), in hsa_output_kernels()
2330 get_identifier (tmp_name), in hsa_output_kernels()
2405 char tmp_name[64]; in hsa_output_libgomp_mapping() local
2408 get_identifier (tmp_name), in hsa_output_libgomp_mapping()
2443 get_identifier (tmp_name), in hsa_output_libgomp_mapping()
2533 char tmp_name[64]; in hsa_output_brig() local
[all …]
H A Dgimple-expr.c417 char *tmp_name; in create_tmp_var_name() local
429 ASM_FORMAT_PRIVATE_NAME (tmp_name, prefix ? prefix : "T", tmp_var_id_num++); in create_tmp_var_name()
430 return get_identifier (tmp_name); in create_tmp_var_name()
H A Dcgraphclones.c524 char *tmp_name, *prefix; in clone_function_name_1() local
530 ASM_FORMAT_PRIVATE_NAME (tmp_name, prefix, clone_fn_id_num++); in clone_function_name_1()
531 return get_identifier (tmp_name); in clone_function_name_1()
H A Dubsan.c493 char tmp_name[32]; in ubsan_type_descriptor() local
494 ASM_GENERATE_INTERNAL_LABEL (tmp_name, "Lubsan_type", ubsan_ids[0]++); in ubsan_type_descriptor()
495 decl = build_decl (UNKNOWN_LOCATION, VAR_DECL, get_identifier (tmp_name), in ubsan_type_descriptor()
599 char tmp_name[32]; in ubsan_create_data() local
600 ASM_GENERATE_INTERNAL_LABEL (tmp_name, "Lubsan_data", ubsan_ids[1]++); in ubsan_create_data()
601 tree var = build_decl (UNKNOWN_LOCATION, VAR_DECL, get_identifier (tmp_name), in ubsan_create_data()
H A Dtree-vect-loop-manip.c2782 char tmp_name[20]; in vect_create_cond_for_align_checks() local
2819 sprintf (tmp_name, "addr2int%d", i); in vect_create_cond_for_align_checks()
2820 addr_tmp_name = make_temp_ssa_name (int_ptrsize_type, NULL, tmp_name); in vect_create_cond_for_align_checks()
2829 sprintf (tmp_name, "orptrs%d", i); in vect_create_cond_for_align_checks()
2830 new_or_tmp_name = make_temp_ssa_name (int_ptrsize_type, NULL, tmp_name); in vect_create_cond_for_align_checks()
H A Dtree-predcom.c2612 tree new_name, tmp_name, var, r1, r2; in reassociate_to_the_same_stmt() local
2667 tmp_name = make_ssa_name (var); in reassociate_to_the_same_stmt()
2672 tmp_stmt = gimple_build_assign (tmp_name, gimple_assign_rhs_code (s1), in reassociate_to_the_same_stmt()
2677 gimple_assign_set_rhs_with_ops (&bsi, code, new_name, tmp_name); in reassociate_to_the_same_stmt()
/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-param.c473 char *tmp_name = NULL; in add_setshow_generic() local
555 tmp_name = cmd_name; in add_setshow_generic()
556 param = lookup_cmd (&tmp_name, *show_list, "", 0, 1); in add_setshow_generic()
560 tmp_name = cmd_name; in add_setshow_generic()
561 param = lookup_cmd (&tmp_name, *set_list, "", 0, 1); in add_setshow_generic()
/dragonfly/contrib/wpa_supplicant/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()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-vect-loop-manip.c2272 char tmp_name[20]; in vect_create_cond_for_align_checks() local
2313 sprintf (tmp_name, "%s%d", "addr2int", i); in vect_create_cond_for_align_checks()
2314 addr_tmp = create_tmp_var (int_ptrsize_type, tmp_name); in vect_create_cond_for_align_checks()
2327 sprintf (tmp_name, "%s%d", "orptrs", i); in vect_create_cond_for_align_checks()
2328 or_tmp = create_tmp_var (int_ptrsize_type, tmp_name); in vect_create_cond_for_align_checks()
H A Dtree-predcom.c2178 tree new_name, tmp_name, var, r1, r2; in reassociate_to_the_same_stmt() local
2235 tmp_name = make_ssa_name (var, NULL); in reassociate_to_the_same_stmt()
2241 tmp_name, in reassociate_to_the_same_stmt()
2246 gimple_assign_set_rhs_with_ops (&bsi, code, new_name, tmp_name); in reassociate_to_the_same_stmt()
H A Dcgraph.c2205 char *tmp_name, *prefix; in clone_function_name() local
2217 ASM_FORMAT_PRIVATE_NAME (tmp_name, prefix, clone_fn_id_num++); in clone_function_name()
2218 return get_identifier (tmp_name); in clone_function_name()
H A Dgimplify.c431 char *tmp_name; in create_tmp_var_name() local
443 ASM_FORMAT_PRIVATE_NAME (tmp_name, prefix ? prefix : "T", tmp_var_id_num++); in create_tmp_var_name()
444 return get_identifier (tmp_name); in create_tmp_var_name()