| /src/lib/libcurses/ |
| addnstr.c | 49 * addstr -- 53 addstr(const char *s) function 55 __CTRACE(__CTRACE_INPUT, "addstr: %s\n", s); 67 __CTRACE(__CTRACE_INPUT, "addstr: win %p, sttring: %s\n", win, s);
|
| curses.h | 437 #define addstr(s) waddnstr(stdscr, s, -1) macro 542 int addstr(const char *);
|
| /src/lib/libc/nameser/ |
| ns_print.c | 66 static int addstr(const char *src, size_t len, 129 T(addstr("\t\t\t", (size_t)3, &buf, &buflen)); 135 T(addstr("@\t\t\t", (size_t)4, &buf, &buflen)); 137 T(addstr(name, (size_t)len, &buf, &buflen)); 143 T(addstr(".", (size_t)1, &buf, &buflen)); 156 T(addstr(tmp, (size_t)len, &buf, &buflen)); 187 T(addstr(" ", (size_t)1, &buf, &buflen)); 205 T(addstr(" ", (size_t)1, &buf, &buflen)); 209 T(addstr(" (\n", (size_t)3, &buf, &buflen)); 217 T(addstr("\t\t\t\t\t", (size_t)5, &buf, &buflen)) 1232 addstr(const char *src, size_t len, char **buf, size_t *buflen) { function [all...] |
| /src/external/bsd/libbind/dist/nameser/ |
| ns_print.c | 59 static int addstr(const char *src, size_t len, 122 T(addstr("\t\t\t", 3, &buf, &buflen)); 128 T(addstr("@\t\t\t", 4, &buf, &buflen)); 130 T(addstr(name, len, &buf, &buflen)); 136 T(addstr(".", 1, &buf, &buflen)); 149 T(addstr(tmp, len, &buf, &buflen)); 180 T(addstr(" ", 1, &buf, &buflen)); 198 T(addstr(" ", 1, &buf, &buflen)); 202 T(addstr(" (\n", 3, &buf, &buflen)); 210 T(addstr("\t\t\t\t\t", 5, &buf, &buflen)) 1212 addstr(const char *src, size_t len, char **buf, size_t *buflen) { function [all...] |
| /src/external/mit/lua/dist/src/ |
| lobject.c | 596 #define addstr(a,b,l) ( memcpy(a,b,(l) * sizeof(char)), a += (l) ) macro 604 addstr(out, source + 1, bufflen - 1); 612 addstr(out, RETS, LL(RETS)); 619 addstr(out, PRE, LL(PRE)); /* add prefix */ 622 addstr(out, source, srclen); /* keep it */ 627 addstr(out, source, srclen); 628 addstr(out, RETS, LL(RETS));
|
| /src/sys/arch/m68k/m68k/ |
| db_disasm.c | 88 static void addstr(dis_buffer_t *, const char *s); 248 addstr(dbuf, tmp); 251 addstr(dbuf, ",sr"); 254 addstr(dbuf, ",ccr"); 260 addstr(dbuf, "rtm\t"); 269 addstr(dbuf, "movp"); 308 addstr(dbuf, tmp); 330 addstr(dbuf, tmp); 345 addstr(dbuf, "cas2l\t"); 347 addstr(dbuf, "cas2w\t") 2305 addstr(dis_buffer_t *dbuf, const char *s) function [all...] |
| /src/external/bsd/nsd/dist/ |
| radtree.c | 344 uint8_t* addstr = k+pos; local 346 if(bstr_is_prefix(addstr, addlen, r->str, r->len)) { 350 /* also for empty addstr */ 370 memcpy(dupstr, addstr, addlen); 390 } else if(bstr_is_prefix(r->str, r->len, addstr, addlen)) { 401 if(!radsel_prefix_remainder(region, r->len+1, addstr, 405 if(!radnode_array_space(region, r->node, addstr[r->len])) { 411 add->pidx = addstr[r->len] - r->node->offset; 423 common_len = bstr_common(r->str, r->len, addstr, addlen); 442 addstr, addlen, &s2_str, &s2_len)) [all...] |
| /src/external/bsd/nvi/dist/ipc/ |
| ip.h | 93 IPFunc_a addstr; member in struct:ip_si_operations
|
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| gcc_compat.c | 127 addstr(char *n) function 185 tisp = addstr("0ti");
|
| /src/external/bsd/mdocml/dist/ |
| roff.c | 981 char *addstr, *newstr; local 984 addstr = roff_strdup(man->roff, word); 985 mandoc_asprintf(&newstr, "%s %s", n->string, addstr); 986 free(addstr);
|