Home
last modified time | relevance | path

Searched refs:dn_string (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pragma.c102 name = dnp->dn_string; in dt_pragma_attributes()
106 name = dnp->dn_string; in dt_pragma_attributes()
109 part = dnp->dn_string; in dt_pragma_attributes()
183 name = dnp->dn_list->dn_string; in dt_pragma_binding()
274 nnp->dn_string) != NULL; in dt_pragma_depends()
284 nnp->dn_string); in dt_pragma_depends()
341 cnp->dn_string, nnp->dn_string); in dt_pragma_depends()
359 n += strlen(enp->dn_string) + 1; in dt_pragma_error()
460 fnp->dn_string = NULL; in dt_pragma_line()
549 "#%s\n", dnp->dn_string); in dt_pragma()
[all …]
H A Ddt_decl.c293 if (dnp->dn_string != NULL && in dt_decl_protoform()
294 strcmp(dnp->dn_string, fnp->dn_string) == 0) in dt_decl_protoform()
329 dnp->dn_string ? dnp->dn_string : "(anonymous)", i); in dt_decl_prototype()
339 dnp->dn_string ? dnp->dn_string : "(anonymous)", i); in dt_decl_prototype()
342 if (is_void && dnp->dn_string != NULL) { in dt_decl_prototype()
344 "not have a name: %s\n", dnp->dn_string); in dt_decl_prototype()
347 if (dnp->dn_string != NULL && in dt_decl_prototype()
351 form ? "not" : "already", kind, dnp->dn_string, i); in dt_decl_prototype()
354 if (dnp->dn_string == NULL && in dt_decl_prototype()
725 dsp->ds_ctfp, dsp->ds_type, dnp->dn_string, &value) != 0) { in dt_decl_enumerator()
H A Ddt_parser.c430 s = strchr2esc(dnp->dn_string, strlen(dnp->dn_string)); in dt_node_name()
570 free(dnp->dn_string); in dt_node_free()
571 dnp->dn_string = NULL; in dt_node_free()
1339 dnp->dn_string = name; in dt_node_ident()
1375 dnp->dn_string = name; in dt_node_type()
1779 free(dnp->dn_string); in dt_node_func()
1780 dnp->dn_string = NULL; in dt_node_func()
2726 free(dnp->dn_string); in dt_xcook_ident()
2792 free(dnp->dn_string); in dt_xcook_ident()
2851 free(dnp->dn_string); in dt_xcook_ident()
[all …]
H A Ddt_provider.c185 if (nnp->dn_string != NULL && in dt_probe_argmap()
186 strcmp(nnp->dn_string, xnp->dn_string) == 0) in dt_probe_argmap()
466 if (xargs->dn_string != NULL) in dt_probe_create()
H A Ddt_parser.h121 #define dn_string dn_u._const._string /* STRING, IDENT, TYPE */ macro
H A Ddt_cg.c348 dst->dn_right->dn_string, &m)) == NULL) { in dt_cg_field_set()
1090 dn.dn_right->dn_string = mnp->dn_membname; in dt_cg_asgn_op()
1098 dn.dn_right->dn_string = mnp->dn_membname; in dt_cg_asgn_op()
1846 mnp = dt_xlator_member(dxp, dnp->dn_right->dn_string); in dt_cg_node()
1873 dnp->dn_right->dn_string, &m)) == NULL) { in dt_cg_node()
1930 stroff = dt_strtab_insert(yypcb->pcb_strtab, dnp->dn_string); in dt_cg_node()
H A Ddt_cc.c508 format = dnp->dn_args->dn_string; in dt_action_printa()
598 str = dnp->dn_args->dn_string; in dt_action_printflike()