Home
last modified time | relevance | path

Searched refs:tname (Results 1 – 25 of 60) sorted by relevance

123

/dragonfly/crypto/libressl/include/openssl/
H A Dasn1t.h106 #tname \
118 #tname \
202 sizeof(tname),\
203 #tname \
214 sizeof(tname),\
215 #tname \
231 &tname##_aux,\
243 &tname##_aux,\
255 &tname##_aux,\
304 tname##_ch_tt,\
[all …]
/dragonfly/stand/boot/pc32/btxld/
H A Dbtxld.c180 if (tname) in cleanup()
181 remove(tname); in cleanup()
248 if (!(tname = strdup(name))) in btxld()
266 err(2, "%s", tname); in btxld()
272 err(2, "%s", tname); in btxld()
273 if (rename(tname, oname)) in btxld()
274 err(2, "%s: Can't rename to %s", tname, oname); in btxld()
275 tname = NULL; in btxld()
463 err(2, "%s", tname); in writex()
465 errx(2, "%s: Short write", tname); in writex()
[all …]
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c627 const char *tname, in TINFO_SETUP_TERM() argument
644 (void *) tp, _nc_visbuf(tname), Filedes, (void *) errret)); in TINFO_SETUP_TERM()
656 if (tname == 0) { in TINFO_SETUP_TERM()
657 tname = getenv("TERM"); in TINFO_SETUP_TERM()
658 if (tname == 0 || *tname == '\0') { in TINFO_SETUP_TERM()
660 tname = "unknown"; in TINFO_SETUP_TERM()
666 myname = strdup(tname); in TINFO_SETUP_TERM()
964 _nc_setupterm(const char *tname, in _nc_setupterm() argument
974 if (TINFO_SETUP_TERM(&termp, tname, Filedes, errret, reuse) == OK) { in _nc_setupterm()
992 setupterm(const char *tname, int Filedes, int *errret) in setupterm() argument
[all …]
H A Dlib_tparm.c490 TR(TRACE_CALLS, ("%s: format is null", TPS(tname))); in tparam_internal()
504 TR(TRACE_CALLS, ("%s: error in analysis", TPS(tname))); in tparam_internal()
566 _tracef(T_CALLED("%s(%s%s)"), TPS(tname), _nc_visbuf(cp), TPS(out_buff)); in tparam_internal()
852 TPS(tname) = "tparm"; in tparm_varargs()
885 TPS(tname) = "tiparm"; in tiparm()
/dragonfly/contrib/binutils-2.34/ld/
H A Dldwrite.c305 char *tname; in clone_section() local
314 tname = (char *) xmalloc (len + 1); in clone_section()
315 memcpy (tname, name, len + 1); in clone_section()
317 while (len && ISDIGIT (tname[len-1])) in clone_section()
319 if (len > 1 && tname[len-1] == '.') in clone_section()
321 tname[len-1] = 0; in clone_section()
325 if (bfd_family_coff (abfd) && strlen (tname) > 5) in clone_section()
336 tname[5] = 0; in clone_section()
339 if ((sname = bfd_get_unique_section_name (abfd, tname, count)) == NULL in clone_section()
348 free (tname); in clone_section()
/dragonfly/contrib/nvi2/common/
H A Dexf.c124 char *oname, *tname; in file_init() local
176 if ((tname = in file_init()
182 free(tname); in file_init()
189 frp->tname = tname; in file_init()
197 oname = frp->tname; in file_init()
412 if (frp->tname != NULL) { in file_init()
414 free(frp->tname); in file_init()
415 frp->tname = NULL; in file_init()
657 if (unlink(frp->tname)) in file_end()
659 free(frp->tname); in file_end()
[all …]
/dragonfly/contrib/bmake/
H A Dmeta.c239 const char *tname, in meta_name() argument
264 tname = buf; in meta_name()
272 if (tname[0] == '/') { in meta_name()
273 strlcpy(buf, tname, sizeof buf); in meta_name()
278 tname = buf; in meta_name()
282 tp = bmake_strdup(tname); in meta_name()
470 const char *tname; in meta_create() local
477 tname = GNode_VarTarget(gn); in meta_create()
495 cp = str_basename(tname); in meta_create()
1104 const char *tname; in meta_oodate() local
[all …]
/dragonfly/contrib/binutils-2.27/ld/
H A Dldwrite.c337 char *tname; in clone_section() local
346 tname = (char *) xmalloc (len + 1); in clone_section()
347 memcpy (tname, name, len + 1); in clone_section()
349 while (len && ISDIGIT (tname[len-1])) in clone_section()
351 if (len > 1 && tname[len-1] == '.') in clone_section()
353 tname[len-1] = 0; in clone_section()
357 if (bfd_family_coff (abfd) && strlen (tname) > 5) in clone_section()
368 tname[5] = 0; in clone_section()
371 if ((sname = bfd_get_unique_section_name (abfd, tname, count)) == NULL in clone_section()
380 free (tname); in clone_section()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dcplus-dem.c1421 string tname; in demangle_signature() local
1557 string_init(&tname); in demangle_signature()
1583 string_delete(&tname); in demangle_signature()
1779 if (tname->p[-1] == '>') in demangle_template_template_parm()
1780 string_append (tname, " "); in demangle_template_template_parm()
2148 string_append (tname, "<"); in demangle_template()
2166 string_append (tname, ", "); in demangle_template()
2240 s = tname; in demangle_template()
2272 if (tname->p[-1] == '>') in demangle_template()
2273 string_append (tname, " "); in demangle_template()
[all …]
/dragonfly/contrib/gdb-7/libiberty/
H A Dcplus-dem.c1401 string tname; in demangle_signature() local
1537 string_init(&tname); in demangle_signature()
1563 string_delete(&tname); in demangle_signature()
1759 if (tname->p[-1] == '>') in demangle_template_template_parm()
1760 string_append (tname, " "); in demangle_template_template_parm()
2128 string_append (tname, "<"); in demangle_template()
2146 string_append (tname, ", "); in demangle_template()
2220 s = tname; in demangle_template()
2252 if (tname->p[-1] == '>') in demangle_template()
2253 string_append (tname, " "); in demangle_template()
[all …]
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dcplus-dem.c1487 string tname; in demangle_signature() local
1623 string_init(&tname); in demangle_signature()
1649 string_delete(&tname); in demangle_signature()
1846 if (tname->p[-1] == '>') in demangle_template_template_parm()
1847 string_append (tname, " "); in demangle_template_template_parm()
2219 string_append (tname, "<"); in demangle_template()
2237 string_append (tname, ", "); in demangle_template()
2311 s = tname; in demangle_template()
2343 if (tname->p[-1] == '>') in demangle_template()
2344 string_append (tname, " "); in demangle_template()
[all …]
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dcplus-dem.c1401 string tname; in demangle_signature() local
1537 string_init(&tname); in demangle_signature()
1563 string_delete(&tname); in demangle_signature()
1759 if (tname->p[-1] == '>') in demangle_template_template_parm()
1760 string_append (tname, " "); in demangle_template_template_parm()
2128 string_append (tname, "<"); in demangle_template()
2146 string_append (tname, ", "); in demangle_template()
2220 s = tname; in demangle_template()
2252 if (tname->p[-1] == '>') in demangle_template()
2253 string_append (tname, " "); in demangle_template()
[all …]
/dragonfly/contrib/binutils-2.34/bfd/
H A Dtargets.c1584 _bfd_find_arch_match (const char *tname, const char **arch, in _bfd_find_arch_match() argument
1592 const char *in_a = strstr (*arch, tname); in _bfd_find_arch_match()
1593 char end_ch = (in_a ? in_a[strlen (tname)] : 0); in _bfd_find_arch_match()
1659 const char *tname = target_vec->name; in bfd_get_target_info() local
1662 if (arches && tname) in bfd_get_target_info()
1664 char *hyp = strchr (tname, '-'); in bfd_get_target_info()
1668 tname = ++hyp; in bfd_get_target_info()
1672 if (!_bfd_find_arch_match (tname, arches, def_target_arch)) in bfd_get_target_info()
1687 _bfd_find_arch_match (tname, arches, def_target_arch); in bfd_get_target_info()
/dragonfly/libexec/getty/
H A Dmain.c97 static const char *tname; variable
196 tname = "default"; in main()
198 tname = argv[1]; in main()
289 tname = autobaud(); in main()
294 tname = portselector(); in main()
404 tname = NX; in main()
789 gettable(tname, tabent); in dogettytab()
/dragonfly/lib/libc/resolv/
H A Dres_findzonecut.c272 char tname[NS_MAXDNAME]; in get_soa() local
284 if (ns_makecanon(dname, tname, sizeof tname) < 0) in get_soa()
286 dname = tname; in get_soa()
523 char tname[MAXDNAME]; in save_ns() local
547 tname, sizeof tname) < 0) { in save_ns()
553 nsrr->name = strdup(tname); in save_ns()
/dragonfly/contrib/gdb-7/bfd/
H A Dtargets.c1546 _bfd_find_arch_match (const char *tname, const char **arch, in _bfd_find_arch_match() argument
1554 const char *in_a = strstr (*arch, tname); in _bfd_find_arch_match()
1555 char end_ch = (in_a ? in_a[strlen (tname)] : 0); in _bfd_find_arch_match()
1621 const char *tname = target_vec->name; in bfd_get_target_info() local
1624 if (arches && tname) in bfd_get_target_info()
1626 char *hyp = strchr (tname, '-'); in bfd_get_target_info()
1630 tname = ++hyp; in bfd_get_target_info()
1634 if (!_bfd_find_arch_match (tname, arches, def_target_arch)) in bfd_get_target_info()
1649 _bfd_find_arch_match (tname, arches, def_target_arch); in bfd_get_target_info()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dtargets.c1664 _bfd_find_arch_match (const char *tname, const char **arch, in _bfd_find_arch_match() argument
1672 const char *in_a = strstr (*arch, tname); in _bfd_find_arch_match()
1673 char end_ch = (in_a ? in_a[strlen (tname)] : 0); in _bfd_find_arch_match()
1739 const char *tname = target_vec->name; in bfd_get_target_info() local
1742 if (arches && tname) in bfd_get_target_info()
1744 char *hyp = strchr (tname, '-'); in bfd_get_target_info()
1748 tname = ++hyp; in bfd_get_target_info()
1752 if (!_bfd_find_arch_match (tname, arches, def_target_arch)) in bfd_get_target_info()
1767 _bfd_find_arch_match (tname, arches, def_target_arch); in bfd_get_target_info()
/dragonfly/usr.sbin/mtree/
H A Dspec.c103 char *buf, *tname, *ntname; in spec() local
108 tname = NULL; in spec()
161 if ((ntname = realloc(tname, plen)) == NULL) in spec()
163 tname = ntname; in spec()
166 if (strunvis(tname, p) == -1) in spec()
168 p = tname; in spec()
184 mtree_err("%s: %s", tname, in spec()
192 mtree_err("%s: empty leaf element", tname); in spec()
/dragonfly/sys/libprop/
H A Dprop_object.c848 char tname[PATH_MAX]; in _prop_object_externalize_write_file() local
862 _prop_object_externalize_file_dirname(fname, tname); in _prop_object_externalize_write_file()
863 if (strlcat(tname, "/.plistXXXXXX", sizeof(tname)) >= sizeof(tname)) { in _prop_object_externalize_write_file()
867 if ((fd = mkstemp(tname)) == -1) in _prop_object_externalize_write_file()
884 if (rename(tname, fname) == -1) in _prop_object_externalize_write_file()
893 (void) unlink(tname); in _prop_object_externalize_write_file()
/dragonfly/contrib/binutils-2.27/binutils/
H A Darsup.c152 char *tname = (char *) xmalloc (strlen (name) + 10); in ar_open() local
158 sprintf (tname, "%.*stmp-%s", (int) (bname - name), name, bname); in ar_open()
159 obfd = bfd_openw (tname, NULL); in ar_open()
165 program_name, tname); in ar_open()
/dragonfly/contrib/binutils-2.34/binutils/
H A Darsup.c152 char *tname; in ar_open() local
158 if (asprintf (&tname, "%.*stmp-%s", (int) (bname - name), name, bname) == -1) in ar_open()
166 obfd = bfd_openw (tname, NULL); in ar_open()
172 program_name, tname); in ar_open()
/dragonfly/usr.sbin/pfctl/
H A Dpfctl_table.c117 pfctl_command_tables(int argc, char *argv[], char *tname, in pfctl_command_tables() argument
120 if (tname == NULL || command == NULL) in pfctl_command_tables()
122 return pfctl_table(argc, argv, tname, command, file, anchor, opts); in pfctl_command_tables()
126 pfctl_table(int argc, char *argv[], char *tname, const char *command, in pfctl_table() argument
144 if (tname != NULL) { in pfctl_table()
145 if (strlen(tname) >= PF_TABLE_NAME_SIZE) in pfctl_table()
147 if (strlcpy(table.pfrt_name, tname, in pfctl_table()
/dragonfly/usr.bin/login/
H A Dlogin.c159 char tname[sizeof(_PATH_TTY) + 10]; in main() local
235 snprintf(tname, sizeof(tname), "%s??", _PATH_TTY); in main()
236 ttyn = tname; in main()
448 if (ttyn != tname && chflags(ttyn, 0)) in main()
451 if (ttyn != tname && chown(ttyn, pwd->pw_uid, in main()
/dragonfly/contrib/ncurses/progs/
H A Dinfocmp.c1514 free(tname)
1525 char **tname = 0; in main() local
1757 || tname == 0 in main()
1802 tname[termcount] = argv[optind]; in main()
1835 tname[termcount]); in main()
1837 status = _nc_read_entry2(tname[termcount], in main()
1893 tname[0]); in main()
1909 show_comparing(tname); in main()
1914 show_comparing(tname); in main()
1919 show_comparing(tname); in main()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcalls.c537 tname += 10; in special_function_p()
539 tname += 3; in special_function_p()
541 tname += 2; in special_function_p()
543 tname += 1; in special_function_p()
546 if (tname[0] == 's') in special_function_p()
548 if ((tname[1] == 'e' in special_function_p()
557 if (tname[1] == 'i' in special_function_p()
561 else if ((tname[0] == 'q' && tname[1] == 's' in special_function_p()
563 || (tname[0] == 'v' && tname[1] == 'f' in special_function_p()
565 || (tname[0] == 'g' && tname[1] == 'e' in special_function_p()
[all …]

123