Lines Matching defs:nstr
354 token(char **ostr, size_t *olen, const elfcap_str_t *nstr)
356 if (*olen < nstr->s_len)
359 (void) strcat(*ostr, nstr->s_str);
360 *ostr += nstr->s_len;
361 *olen -= nstr->s_len;
398 const elfcap_str_t *nstr;
411 err = get_str_desc(style, &cdp[cnt - 1], &nstr);
414 if ((err = token(&str, &slen, nstr)) != ELFCAP_ERR_NONE)
531 const elfcap_str_t *nstr;
543 if ((err = get_str_desc(style, &cdp[num], &nstr)) != 0)
546 if (strcasecmp(str, nstr->s_str) == 0)
549 if (strcmp(str, nstr->s_str) == 0)