Home
last modified time | relevance | path

Searched refs:temp_name (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dtilde.c187 char *temp_name; in tilde_expand_word() local
204 temp_name = xmalloc (1 + strlen (&dirname[1]) in tilde_expand_word()
207 strcpy (temp_name, temp_home); in tilde_expand_word()
209 temp_name[0] = 0; in tilde_expand_word()
210 strcat (temp_name, &dirname[1]); in tilde_expand_word()
212 dirname = xstrdup (temp_name); in tilde_expand_word()
213 free (temp_name); in tilde_expand_word()
241 temp_name = xmalloc (1 + strlen (expansion) in tilde_expand_word()
243 strcpy (temp_name, expansion); in tilde_expand_word()
244 strcat (temp_name, &dirname[i]); in tilde_expand_word()
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Darsup.c45 static char *temp_name; variable
155 temp_name = make_tempname (real_name, &temp_fd); in ar_open()
157 if (temp_name == NULL) in ar_open()
165 obfd = bfd_fdopenw (temp_name, NULL, temp_fd); in ar_open()
171 program_name, temp_name); in ar_open()
371 smart_rename (temp_name, real_name, temp_fd, NULL, false); in ar_save()
373 free (temp_name); in ar_save()
H A DChangeLog2200 * arsup.c (temp_name, real_ofd): New static variables.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Darsup.c45 static char *temp_name; variable
155 temp_name = make_tempname (real_name, &temp_fd); in ar_open()
157 if (temp_name == NULL) in ar_open()
165 obfd = bfd_fdopenw (temp_name, NULL, temp_fd); in ar_open()
171 program_name, temp_name); in ar_open()
371 smart_rename (temp_name, real_name, temp_fd, NULL, false); in ar_save()
373 free (temp_name); in ar_save()
H A DChangeLog1695 * arsup.c (temp_name, real_ofd): New static variables.
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dibmi.c475 char* temp_name = uv__strdup(address->name); in uv_interface_addresses() local
476 char* dot = strrchr(temp_name, '.'); in uv_interface_addresses()
479 if (strlen(temp_name) <= 10) { in uv_interface_addresses()
480 rc = get_ibmi_physical_address(temp_name, &address->phys_addr); in uv_interface_addresses()
483 uv__free(temp_name); in uv_interface_addresses()
/netbsd-src/external/gpl3/binutils.old/usr.bin/ld/
H A DMakefile62 echo "e${f}.c: $$temp_name $$script" \
/netbsd-src/external/gpl3/binutils/usr.bin/ld/
H A DMakefile63 echo "e${f}.c: $$temp_name $$script" \
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Diresolve.cc51 char temp_name[15 + 2*GFC_MAX_SYMBOL_LEN + 5 + GFC_MAX_SYMBOL_LEN + 1]; in gfc_get_string() local
67 ret = vsnprintf (temp_name, sizeof (temp_name), format, ap); in gfc_get_string()
69 if (ret < 1 || ret >= (int) sizeof (temp_name)) /* Reject truncation. */ in gfc_get_string()
71 temp_name[sizeof (temp_name) - 1] = 0; in gfc_get_string()
72 str = temp_name; in gfc_get_string()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Diresolve.c51 char temp_name[15 + 2*GFC_MAX_SYMBOL_LEN + 5 + GFC_MAX_SYMBOL_LEN + 1]; in gfc_get_string() local
67 ret = vsnprintf (temp_name, sizeof (temp_name), format, ap); in gfc_get_string()
69 if (ret < 1 || ret >= (int) sizeof (temp_name)) /* Reject truncation. */ in gfc_get_string()
71 temp_name[sizeof (temp_name) - 1] = 0; in gfc_get_string()
72 str = temp_name; in gfc_get_string()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc2135 static struct temp_name { struct
2141 struct temp_name *next; argument
6235 struct temp_name *t; in do_spec_1()
6368 t = XNEW (struct temp_name); in do_spec_1()
H A DChangeLog-199917988 option_map, translate_options, make_temp_file, temp_name,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcc.c1962 static struct temp_name { struct
1968 struct temp_name *next; argument
5509 struct temp_name *t; in do_spec_1()
5640 t = XNEW (struct temp_name); in do_spec_1()