| /freebsd-9-stable/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| D | tdata.c | 61 if (tdp->t_name) in tdesc_layouthash() 62 name = tdp->t_name; in tdesc_layouthash() 70 name = tdp->t_tdesc->t_name; in tdesc_layouthash() 75 name = tdp->t_fndef->fn_ret->t_name; in tdesc_layouthash() 79 name = tdp->t_ardef->ad_contents->t_name; in tdesc_layouthash() 117 if (tdp1->t_name == NULL) { in tdesc_layoutcmp() 118 if (tdp2->t_name == NULL) in tdesc_layoutcmp() 122 } else if (tdp2->t_name == NULL) in tdesc_layoutcmp() 125 return (strcmp(tdp1->t_name, tdp2->t_name)); in tdesc_layoutcmp() 154 if (tdp->t_name == NULL) in tdesc_namehash() [all …]
|
| D | st_parse.c | 305 if (!streq(tdp->t_name, ii->ii_name)) { in parse_type() 307 ntdp->t_name = xstrdup(ii->ii_name); in parse_type() 317 if (tdp->t_name && !streq(tdp->t_name, ii->ii_name)) { in parse_type() 319 ntdp->t_name = xstrdup(ii->ii_name); in parse_type() 327 ntdp->t_name = xstrdup(ii->ii_name); in parse_type() 359 if (rtdp->t_name != NULL && in parse_sou() 360 strcmp(rtdp->t_name, idp->ii_name) != 0) { in parse_sou() 364 tdp->t_name = xstrdup(idp->ii_name); in parse_sou() 370 } else if (rtdp->t_name == NULL) { in parse_sou() 371 rtdp->t_name = xstrdup(idp->ii_name); in parse_sou() [all …]
|
| D | fixup_tdescs.c | 76 if (ml->ml_type->t_type != POINTER || ml->ml_type->t_name || in fix_ptrptr_to_struct() 78 ml->ml_type->t_tdesc->t_name) in fix_ptrptr_to_struct() 82 if (act->t_type != STRUCT || !streq(act->t_name, acts[i])) in fix_ptrptr_to_struct() 128 ml->ml_type->t_name || in fix_ptr_to_struct() 131 !streq(ml->ml_type->t_tdesc->t_name, "vmem")) in fix_ptr_to_struct() 225 if (!streq(cpu->t_name, "cpu") || cpu->t_type != STRUCT) in fix_small_cpu_struct() 255 machcpu->t_name = xstrdup("machcpu"); in fix_small_cpu_struct()
|
| D | dwarf.c | 566 tdp->t_name = xstrdup(name); in tdesc_intr_common() 622 new->t_name = xstrdup(old->t_name); in tdesc_intr_clone() 843 if (tdp->t_name != NULL) { in die_enum_create() 846 ii->ii_name = xstrdup(tdp->t_name); in die_enum_create() 1051 if (tdp->t_name != NULL) in die_sou_create() 1052 free(tdp->t_name); in die_sou_create() 1053 tdp->t_name = new; in die_sou_create() 1058 if (tdp->t_name != NULL) { in die_sou_create() 1061 ii->ii_name = xstrdup(tdp->t_name); in die_sou_create() 1435 if (tdp->t_name == NULL) in die_base_create() [all …]
|
| D | util.c | 249 return (tdp->t_name == NULL ? "(anon)" : tdp->t_name); in tdesc_name()
|
| D | merge.c | 378 if (!streq(ctdp->t_name, mtdp->t_name)) in equiv_node() 723 new->t_name = old->t_name ? xstrdup(old->t_name) : NULL; in conjure_template()
|
| D | ctf.c | 271 offset = strtab_insert(&b->ctb_strtab, tp->t_name); in write_type() 958 tdp->t_name = in resurrect_types() 961 tdp->t_name = NULL; in resurrect_types() 1145 iidesc_t *ii = iidesc_new(tdp->t_name); in resurrect_types()
|
| D | ctftools.h | 221 char *t_name; member
|
| D | stabs.c | 84 tdesc_t *new = lookupname(node->t_name); in resolve_fwd_node()
|
| /freebsd-9-stable/tools/regression/priv/ |
| D | main.c | 452 setprogname(test->t_name); in run_child() 454 enter_jail(test->t_name); in run_child() 456 set_creds(test->t_name, UID_OWNER, GID_OWNER); in run_child() 474 warnx("run(%s, %d, %d) setup failed", test->t_name, in run() 483 warn("run(%s, %d, %d) fork failed", test->t_name, asroot, in run() 496 warn("test: waitpid %s", test->t_name); in run()
|
| D | main.h | 62 const char *t_name; member
|
| /freebsd-9-stable/tools/regression/security/cap_test/ |
| D | cap_test.c | 82 if (strncmp(argv[i], all_tests[j].t_name, in main() 119 id, t->t_name); in execute()
|
| D | cap_test.h | 138 char *t_name; member
|
| /freebsd-9-stable/usr.sbin/IPXrouted/ |
| D | trace.c | 170 char *t_name; member 199 fprintf(fd, cp, p->t_name); 210 fprintf(fd, cp, p->t_name); 230 char *t_name; member 260 asprintf(&lstr, cp, olstr, p->t_name); 275 asprintf(&lstr, cp, olstr, p->t_name);
|
| /freebsd-9-stable/sys/netsmb/ |
| D | smb_rq.c | 579 error = smb_rq_alloc(t2p->t2_source, t2p->t_name ? in smb_t2_request_int() 603 nmlen = t2p->t_name ? strlen(t2p->t_name) : 0; in smb_t2_request_int() 630 if (t2p->t_name) in smb_t2_request_int() 631 mb_put_mem(mbp, t2p->t_name, nmlen, MB_MSYSTEM); in smb_t2_request_int() 661 error = smb_rq_new(rqp, t2p->t_name ? in smb_t2_request_int() 676 if (t2p->t_name == NULL) in smb_t2_request_int() 698 if (t2p->t_name == NULL) in smb_t2_request_int()
|
| D | smb_usr.c | 308 t2p->t_name = smb_strdupin(dp->ioc_name, 128); in smb_usr_t2request() 309 if (t2p->t_name == NULL) { in smb_usr_t2request() 351 if (t2p->t_name) in smb_usr_t2request() 352 smb_strfree(t2p->t_name); in smb_usr_t2request()
|
| D | smb_rq.h | 116 char * t_name; /* for T request, should be zero for T2 */ member
|
| /freebsd-9-stable/tools/tools/syscall_timing/ |
| D | syscall_timing.c | 623 const char *t_name; member 686 fprintf(stderr, " %s\n", tests[i].t_name); in usage() 757 if (strcmp(argv[j], tests[i].t_name) == 0) in main() 763 errx(-1, "%s requires -p", the_test->t_name); in main() 778 if (strcmp(argv[j], tests[i].t_name) == 0) in main() 791 printf("%s\t%d\t", the_test->t_name, k); in main()
|
| /freebsd-9-stable/crypto/heimdal/appl/ftp/ftp/ |
| D | cmds.c | 203 char *t_name; member 230 for (p = types; p->t_name; p++) { in settype() 231 printf("%s%s", sep, p->t_name); in settype() 243 for (p = types; p->t_name; p++) in settype() 244 if (strcmp(argv[1], p->t_name) == 0) in settype() 246 if (p->t_name == 0) { in settype() 256 strlcpy(typename, p->t_name, sizeof(typename)); in settype() 278 for (p = types; p->t_name; p++) in changetype() 281 if (p->t_name == 0) { in changetype()
|
| /freebsd-9-stable/contrib/tnftp/src/ |
| D | cmds.c | 136 const char *t_name; member 235 for (p = types; p->t_name; p++) { in settype() 236 fprintf(ttyout, "%s%s", sep, p->t_name); in settype() 257 for (p = types; p->t_name; p++) in set_type() 258 if (strcmp(ttype, p->t_name) == 0) in set_type() 260 if (p->t_name == 0) { in set_type() 270 (void)strlcpy(typename, p->t_name, sizeof(typename)); in set_type() 292 for (p = types; p->t_name; p++) in changetype() 295 if (p->t_name == 0) { in changetype()
|
| /freebsd-9-stable/lib/libedit/ |
| D | term.h | 53 const char *t_name; /* the terminal name */ member
|
| D | tty.h | 452 const char *t_name; member
|
| /freebsd-9-stable/lib/libiconv_modules/mapper_std/ |
| D | citrus_mapper_std.c | 326 const char *t_name; member 380 if (_bcs_strcasecmp(type, types[id].t_name) == 0) in _citrus_mapper_std_mapper_init()
|
| /freebsd-9-stable/usr.bin/mt/ |
| D | mt.c | 308 const char *t_name; /* printing name */ member 337 mt->t_name, bp->mt_resid); in status()
|
| /freebsd-9-stable/contrib/tcsh/ |
| D | ed.h | 224 const char *t_name; member
|