Home
last modified time | relevance | path

Searched refs:istr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.hist.c1201 Char *istr, *ip; in fmthist() local
1204 istr = sprlex(&hp->Hlex); in fmthist()
1205 buf = xmalloc(Strlen(istr) * MB_LEN_MAX + 1); in fmthist()
1207 for (p = buf, ip = istr; *ip != '\0'; ip++) in fmthist()
1211 xfree(istr); in fmthist()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1208 size_t symsize, osym, nsym, isym, istr, len; in process_obj() local
1365 istr = data_str->d_size; in process_obj()
1599 dsym.st_name = istr; in process_obj()
1609 r = (char *) data_str->d_buf + istr; in process_obj()
1611 istr += sprintf(r, in process_obj()
1615 istr += sprintf(r, dt_symfmt, in process_obj()
1618 istr++; in process_obj()