Searched refs:tmp_name (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/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-9.3-release/contrib/cvs/src/
H A Dlogin.c380 char *tmp_name; local
389 if ((tmp_fp = cvs_temp_file (&tmp_name)) == NULL)
391 tmp_name ? tmp_name : "(null)");
405 error (0, errno, "fatal error: cannot write %s", tmp_name);
407 error (0, errno, "cannot close %s", tmp_name);
411 if (CVS_UNLINK (tmp_name) < 0)
412 error (0, errno, "cannot remove %s", tmp_name);
433 error (0, errno, "cannot close %s", tmp_name);
446 copy_file (tmp_name, passfil
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcoff-arm.c1022 char *tmp_name;
1026 tmp_name = bfd_malloc (amt);
1028 BFD_ASSERT (tmp_name);
1030 sprintf (tmp_name, THUMB2ARM_GLUE_ENTRY_NAME, name);
1033 (coff_hash_table (info), tmp_name, FALSE, FALSE, TRUE);
1038 input_bfd, tmp_name, name);
1040 free (tmp_name);
1051 char *tmp_name;
1055 tmp_name = bfd_malloc (amt);
1057 BFD_ASSERT (tmp_name);
1020 char *tmp_name; local
1049 char *tmp_name; local
1832 char * tmp_name; local
1888 char * tmp_name; local
[all...]
H A Delf32-arm.c2515 char *tmp_name; local
2522 tmp_name = bfd_malloc ((bfd_size_type) strlen (name)
2525 BFD_ASSERT (tmp_name);
2527 sprintf (tmp_name, THUMB2ARM_GLUE_ENTRY_NAME, name);
2530 (&(hash_table)->root, tmp_name, FALSE, FALSE, TRUE);
2534 tmp_name, name);
2536 free (tmp_name);
2548 char *tmp_name; local
2555 tmp_name = bfd_malloc ((bfd_size_type) strlen (name)
2558 BFD_ASSERT (tmp_name);
2706 char * tmp_name; local
2774 char *tmp_name; local
2887 char *tmp_name; local
3838 char *tmp_name; local
[all...]
/freebsd-9.3-release/usr.sbin/kbdmap/
H A Dkbdmap.c329 char tmp_name[] = "/tmp/_kbd_lang.XXXX"; local
332 fd = mkstemp(tmp_name);
335 tmp_name);
362 size += strlen(tmp_name) + 3;
375 strcat(cmd, tmp_name);
380 fp = fopen(tmp_name, "r");
404 remove(tmp_name);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dlinespec.c289 char *tmp_name; local
291 tmp_name = gdb_mangle_name (t,
294 phys_name = alloca (strlen (tmp_name) + 1);
295 strcpy (phys_name, tmp_name);
296 xfree (tmp_name);
H A Dhpread.c3909 char *tmp_name = cplus_demangle (method_alias, DMGL_ANSI);
3910 char *op_string = strstr (tmp_name, "operator");
3894 char *tmp_name = cplus_demangle (method_alias, DMGL_ANSI); local
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devdns.c1021 char tmp_name[256], cmp_name[256]; /* used by the macros */ local
1058 do { tmp_name[0] = '\0'; \
1059 if (name_parse(packet, length, &j, tmp_name, \
1060 sizeof(tmp_name))<0) \
1064 do { tmp_name[0] = '\0'; \
1067 if (name_parse(packet, length, &j, tmp_name, \
1068 sizeof(tmp_name))<0) \
1074 if (strcmp(tmp_name, cmp_name) == 0) \
1077 if (evutil_ascii_strcasecmp(tmp_name, cmp_name) == 0) \
1222 char tmp_name[25 local
[all...]
/freebsd-9.3-release/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-9.3-release/contrib/gcc/
H A Dtree-vect-transform.c2873 char tmp_name[20]; local
2906 sprintf (tmp_name, "%s%d", "addr2int", i);
2907 addr_tmp = create_tmp_var (int_ptrsize_type, tmp_name);
2921 sprintf (tmp_name, "%s%d", "orptrs", i);
2922 or_tmp = create_tmp_var (int_ptrsize_type, tmp_name);
H A Domp-low.c1086 char *tmp_name, *prefix; local
1096 ASM_FORMAT_PRIVATE_NAME (tmp_name, prefix, tmp_ompfn_id_num++);
1097 return get_identifier (tmp_name);
H A Dgimplify.c425 char *tmp_name; local
435 ASM_FORMAT_PRIVATE_NAME (tmp_name, prefix ? prefix : "T", tmp_var_id_num++);
436 return get_identifier (tmp_name);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dname.c2017 dns_name_t tmp_name; local
2039 DNS_NAME_INIT(&tmp_name, odata);
2040 name = &tmp_name;
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Ddighost.c5065 dns_name_t tmp_name; local
5074 dns_name_init(&tmp_name, NULL);
5076 &tmp_name);
5079 dup_name(&tmp_name, &chase_authority_name, mctx);

Completed in 287 milliseconds