Searched refs:istr (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dc-lex.c730 cpp_string istr;
784 (parse_in, strs, concats + 1, &istr, wide))
786 value = build_string (istr.len, (char *) istr.text);
787 free ((void *) istr.text);
793 &istr, wide);
798 if (TREE_STRING_LENGTH (value) != (int) istr.len
799 || 0 != strncmp (TREE_STRING_POINTER (value), (char *) istr.text,
800 istr.len))
805 *valp = build_string (istr
728 cpp_string istr; local
[all...]
/freebsd-10.1-release/contrib/tcsh/
H A Dsh.hist.c1203 Char *istr, *ip; local
1206 istr = sprlex(&hp->Hlex);
1207 buf = xmalloc(Strlen(istr) * MB_LEN_MAX + 1);
1209 for (p = buf, ip = istr; *ip != '\0'; ip++)
1213 xfree(istr);
/freebsd-10.1-release/contrib/binutils/opcodes/
H A Dcr16-dis.c53 char *istr; member in struct:__anon681
180 if (strcmp (cinv->istr, str) == 0)
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1204 size_t symsize, nsym, isym, istr, len; local
1359 istr = data_str->d_size;
1570 dsym.st_name = istr;
1577 r = (char *)data_str->d_buf + istr;
1578 istr += 1 + sprintf(r, dt_symfmt,
/freebsd-10.1-release/contrib/binutils/gas/
H A Decoff.c4493 unsigned long istr;
4499 istr = 0;
4517 istr += str_cnt;
4520 return istr;
4461 unsigned long istr; local
/freebsd-10.1-release/contrib/gcc/cp/
H A Dparser.c2919 cpp_string str, istr, *strs;
2974 (parse_in, strs, count, &istr, wide))
2976 value = build_string (istr.len, (char *)istr.text);
2977 free ((void *)istr.text);
2917 cpp_string str, istr, *strs; local

Completed in 400 milliseconds