Searched refs:t_name (Results 1 - 25 of 31) sorted by path

12

/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c325 offset = strtab_insert(&b->ctb_strtab, tp->t_name);
1059 tdp->t_name =
1062 tdp->t_name = NULL;
1254 iidesc_t *ii = iidesc_new(tdp->t_name);
H A Dctftools.h221 char *t_name; member in struct:tdesc
H A Ddwarf.c523 tdp->t_name = xstrdup(name);
579 new->t_name = xstrdup(old->t_name);
813 if (tdp->t_name != NULL) {
816 ii->ii_name = xstrdup(tdp->t_name);
1018 if (tdp->t_name != NULL)
1019 free(tdp->t_name);
1020 tdp->t_name = new;
1025 if (tdp->t_name != NULL) {
1028 ii->ii_name = xstrdup(tdp->t_name);
[all...]
H A Dfixup_tdescs.c76 if (ml->ml_type->t_type != POINTER || ml->ml_type->t_name ||
78 ml->ml_type->t_tdesc->t_name)
82 if (act->t_type != STRUCT || !streq(act->t_name, acts[i]))
128 ml->ml_type->t_name ||
131 !streq(ml->ml_type->t_tdesc->t_name, "vmem"))
225 if (!streq(cpu->t_name, "cpu") || cpu->t_type != STRUCT)
255 machcpu->t_name = xstrdup("machcpu");
H A Dmerge.c378 if (!streq(ctdp->t_name, mtdp->t_name))
723 new->t_name = old->t_name ? xstrdup(old->t_name) : NULL;
H A Dst_parse.c305 if (!streq(tdp->t_name, ii->ii_name)) {
307 ntdp->t_name = xstrdup(ii->ii_name);
317 if (tdp->t_name && !streq(tdp->t_name, ii->ii_name)) {
319 ntdp->t_name = xstrdup(ii->ii_name);
327 ntdp->t_name = xstrdup(ii->ii_name);
359 if (rtdp->t_name != NULL &&
360 strcmp(rtdp->t_name, idp->ii_name) != 0) {
364 tdp->t_name = xstrdup(idp->ii_name);
370 } else if (rtdp->t_name
[all...]
H A Dstabs.c84 tdesc_t *new = lookupname(node->t_name);
H A Dtdata.c61 if (tdp->t_name)
62 name = tdp->t_name;
70 name = tdp->t_tdesc->t_name;
75 name = tdp->t_fndef->fn_ret->t_name;
79 name = tdp->t_ardef->ad_contents->t_name;
117 if (tdp1->t_name == NULL) {
118 if (tdp2->t_name == NULL)
122 } else if (tdp2->t_name == NULL)
125 return (strcmp(tdp1->t_name, tdp2->t_name));
[all...]
H A Dutil.c249 return (tdp->t_name == NULL ? "(anon)" : tdp->t_name);
/freebsd-10.0-release/contrib/tcsh/
H A Ded.h224 const char *t_name; member in struct:__anon4335
H A Ded.term.c632 ttylist[z][m->m_type].t_name);
634 st = len = strlen(ttylist[z][m->m_type].t_name);
/freebsd-10.0-release/contrib/tnftp/src/
H A Dcmds.c136 const char *t_name; member in struct:types
235 for (p = types; p->t_name; p++) {
236 fprintf(ttyout, "%s%s", sep, p->t_name);
257 for (p = types; p->t_name; p++)
258 if (strcmp(ttype, p->t_name) == 0)
260 if (p->t_name == 0) {
270 (void)strlcpy(typename, p->t_name, sizeof(typename));
292 for (p = types; p->t_name; p++)
295 if (p->t_name == 0) {
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c203 char *t_name; member in struct:types
230 for (p = types; p->t_name; p++) {
231 printf("%s%s", sep, p->t_name);
243 for (p = types; p->t_name; p++)
244 if (strcmp(argv[1], p->t_name) == 0)
246 if (p->t_name == 0) {
256 strlcpy(typename, p->t_name, sizeof(typename));
278 for (p = types; p->t_name; p++)
281 if (p->t_name == 0) {
/freebsd-10.0-release/lib/libedit/
H A Dterm.c881 *term = el->el_term.t_name;
968 el->el_term.t_name = term;
H A Dterm.h53 const char *t_name; /* the terminal name */ member in struct:__anon5531
H A Dtty.c1147 el->el_tty.t_t[z][m->m_type].t_name);
1150 strlen(el->el_tty.t_t[z][m->m_type].t_name);
H A Dtty.h452 const char *t_name; member in struct:__anon5533
/freebsd-10.0-release/lib/libiconv_modules/mapper_std/
H A Dcitrus_mapper_std.c326 const char *t_name; member in struct:__anon5593
380 if (_bcs_strcasecmp(type, types[id].t_name) == 0)
/freebsd-10.0-release/sys/netsmb/
H A Dsmb_rq.c579 error = smb_rq_alloc(t2p->t2_source, t2p->t_name ?
603 nmlen = t2p->t_name ? strlen(t2p->t_name) : 0;
630 if (t2p->t_name)
631 mb_put_mem(mbp, t2p->t_name, nmlen, MB_MSYSTEM);
661 error = smb_rq_new(rqp, t2p->t_name ?
676 if (t2p->t_name == NULL)
698 if (t2p->t_name == NULL)
H A Dsmb_rq.h116 char * t_name; /* for T request, should be zero for T2 */ member in struct:smb_t2rq
H A Dsmb_usr.c315 t2p->t_name = smb_strdupin(dp->ioc_name, 128);
316 if (t2p->t_name == NULL) {
358 if (t2p->t_name)
359 smb_strfree(t2p->t_name);
/freebsd-10.0-release/tools/regression/priv/
H A Dmain.c452 setprogname(test->t_name);
454 enter_jail(test->t_name);
456 set_creds(test->t_name, UID_OWNER, GID_OWNER);
474 warnx("run(%s, %d, %d) setup failed", test->t_name,
483 warn("run(%s, %d, %d) fork failed", test->t_name, asroot,
496 warn("test: waitpid %s", test->t_name);
H A Dmain.h62 const char *t_name; member in struct:test
/freebsd-10.0-release/tools/regression/security/cap_test/
H A Dcap_test.c82 if (strncmp(argv[i], all_tests[j].t_name,
119 id, t->t_name);
H A Dcap_test.h138 char *t_name; member in struct:test

Completed in 375 milliseconds

12