Lines Matching refs:dn_string

405 		s = strchr2esc(dnp->dn_string, strlen(dnp->dn_string));
407 s != NULL ? s : dnp->dn_string);
411 (void) snprintf(buf, len, "identifier %s", dnp->dn_string);
545 free(dnp->dn_string);
546 dnp->dn_string = NULL;
723 return (strlen(dnp->dn_string) + 1);
1248 dnp->dn_string = string;
1288 dnp->dn_string = name;
1324 dnp->dn_string = name;
1712 idp = dt_idstack_lookup(&yypcb->pcb_globals, dnp->dn_string);
1716 "undefined function name: %s\n", dnp->dn_string);
1726 free(dnp->dn_string);
1727 dnp->dn_string = NULL;
2272 if (pnp->dn_string == NULL)
2278 pidp = dt_idhash_insert(inp->din_hash, pnp->dn_string,
2589 if ((name = strrchr(dnp->dn_string, '`')) != NULL) {
2590 if (name > dnp->dn_string && name[-1] == '`') {
2595 if (name == dnp->dn_string + uref)
2598 scope = dnp->dn_string;
2605 name = dnp->dn_string + 1;
2609 name = dnp->dn_string;
2653 free(dnp->dn_string);
2654 dnp->dn_string = NULL;
2719 free(dnp->dn_string);
2720 dnp->dn_string = NULL;
2777 free(dnp->dn_string);
2778 dnp->dn_string = NULL;
2787 dnp->dn_string, mark, name,
2791 dnp->dn_string, dtrace_errmsg(dtp, dtrace_errno(dtp)));
3100 idp = dt_idhash_lookup(dhp, lp->dn_string + 1);
3105 &yypcb->pcb_globals, lp->dn_string);
3223 strchr(rp->dn_string, '`') == NULL && ctf_enum_value(
3224 lp->dn_ctfp, lp->dn_type, rp->dn_string, &val) == 0) {
3227 rp->dn_string)) != NULL) {
3231 opstr(op), rp->dn_string,
3236 free(rp->dn_string);
3237 rp->dn_string = NULL;
3568 strcmp(lp->dn_string, "self") == 0) {
3587 strcmp(lp->dn_string, "this") == 0) {
3619 if (dt_xlator_member(dxp, rp->dn_string) == NULL) {
3622 "for member: %s\n", rp->dn_string);
3681 if (ctf_member_info(ctfp, type, rp->dn_string, &m) == CTF_ERR) {
3683 "%s is not a member of %s\n", rp->dn_string,
4669 (void) fprintf(fp, "STRING \"%s\" (%s)\n", dnp->dn_string, buf);
4673 (void) fprintf(fp, "IDENT %s (%s)\n", dnp->dn_string, buf);
4702 if (dnp->dn_string != NULL) {
4704 buf, dnp->dn_string);