Searched refs:stringbuf (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dalloc_entry.c58 static char *stringbuf; /* buffer for string capabilities */ variable
59 static size_t next_free; /* next free character in stringbuf */
68 if (tp == 0 && stringbuf != 0) {
69 FreeAndNull(stringbuf);
74 if (stringbuf == 0)
75 stringbuf = (char *) malloc(MAX_STRTAB);
130 result = (stringbuf + next_free - 1);
133 strcpy(&stringbuf[next_free], string);
137 result = (stringbuf + old_next_free);
175 assert(tp->term_names >= stringbuf);
[all...]
/freebsd-9.3-release/sys/kern/
H A Dsubr_hints.c299 static char stringbuf[256]; local
309 bcopy(s, &stringbuf[offset], len);
310 stringbuf[offset + len] = '\0';
311 ret = &stringbuf[offset];
/freebsd-9.3-release/contrib/libstdc++/include/std/
H A Dstd_iosfwd.h140 typedef basic_stringbuf<char> stringbuf; ///< @isiosfwd typedef
/freebsd-9.3-release/contrib/gcc/
H A Dread-rtl.c1052 char *stringbuf; local
1065 stringbuf = read_quoted_string (infile);
1070 stringbuf = read_braced_string (infile);
1082 set_rtx_ptr_loc (stringbuf, read_rtx_filename, old_lineno);
1083 return stringbuf;
1616 char *stringbuf;
1636 stringbuf = read_string (infile, star_if_braced);
1642 if (*stringbuf == '\0'
1657 stringbuf = XOBFINISH (&string_obstack, char *);
1661 XTMPL (return_rtx, i) = stringbuf;
1614 char *stringbuf; local
[all...]

Completed in 130 milliseconds