Lines Matching defs:oname
109 const char *iname, *oname;
119 oname = ctf_strptr(ofp, otp->ctt_name);
121 if ((iname == NULL || oname == NULL) && (iname != oname))
125 if (iname == NULL && oname == NULL)
128 return (strcmp(iname, oname) == 0 ? B_FALSE: B_TRUE);
375 const char *iname, *oname;
391 oname = ctf_strptr(ofp, omp->ctm_name);
395 oname = ctf_strptr(ofp, olmp->ctlm_name);
403 if (strcmp(iname, oname) != 0) {