Lines Matching refs:dn_string
430 s = strchr2esc(dnp->dn_string, strlen(dnp->dn_string));
432 s != NULL ? s : dnp->dn_string);
436 (void) snprintf(buf, len, "identifier %s", dnp->dn_string);
570 free(dnp->dn_string);
571 dnp->dn_string = NULL;
755 return (strlen(dnp->dn_string) + 1);
1322 dnp->dn_string = string;
1362 dnp->dn_string = name;
1398 dnp->dn_string = name;
1788 idp = dt_idstack_lookup(&yypcb->pcb_globals, dnp->dn_string);
1792 "undefined function name: %s\n", dnp->dn_string);
1802 free(dnp->dn_string);
1803 dnp->dn_string = NULL;
2369 if (pnp->dn_string == NULL)
2375 pidp = dt_idhash_insert(inp->din_hash, pnp->dn_string,
2685 if ((name = strrchr(dnp->dn_string, '`')) != NULL) {
2686 if (name > dnp->dn_string && name[-1] == '`') {
2691 if (name == dnp->dn_string + uref)
2694 scope = dnp->dn_string;
2701 name = dnp->dn_string + 1;
2705 name = dnp->dn_string;
2749 free(dnp->dn_string);
2750 dnp->dn_string = NULL;
2815 free(dnp->dn_string);
2816 dnp->dn_string = NULL;
2874 free(dnp->dn_string);
2875 dnp->dn_string = NULL;
2884 dnp->dn_string, mark, name,
2888 dnp->dn_string, dtrace_errmsg(dtp, dtrace_errno(dtp)));
3227 idp = dt_idhash_lookup(dhp, lp->dn_string + 1);
3232 &yypcb->pcb_globals, lp->dn_string);
3354 strchr(rp->dn_string, '`') == NULL && ctf_enum_value(
3355 lp->dn_ctfp, lp->dn_type, rp->dn_string, &val) == 0) {
3358 rp->dn_string)) != NULL) {
3362 opstr(op), rp->dn_string,
3367 free(rp->dn_string);
3368 rp->dn_string = NULL;
3692 if (strcmp(lp->dn_string, "self") == 0) {
3694 } else if (strcmp(lp->dn_string, "this") == 0) {
3729 if (dt_xlator_member(dxp, rp->dn_string) == NULL) {
3732 "for member: %s\n", rp->dn_string);
3791 if (ctf_member_info(ctfp, type, rp->dn_string, &m) == CTF_ERR) {
3793 "%s is not a member of %s\n", rp->dn_string,
4679 char *escd = strchr2esc(dnp->dn_string, strlen(dnp->dn_string));
4686 (void) fprintf(fp, "%s", dnp->dn_string);
4876 (void) fprintf(fp, "STRING \"%s\" (%s)\n", dnp->dn_string, buf);
4880 (void) fprintf(fp, "IDENT %s (%s)\n", dnp->dn_string, buf);
4909 if (dnp->dn_string != NULL) {
4911 buf, dnp->dn_string);