| /src/games/hunt/huntd/ |
| terminal.c | 72 * outstr: 76 outstr(PLAYER *pp, const char *str, int len) function
|
| /src/crypto/external/bsd/libsaslc/dist/src/ |
| mech_plain.c | 73 char *outstr; local 107 len = asprintf(&outstr, "%s%c%s%c%s", authzid != NULL ? authzid : "", 113 *out = outstr;
|
| /src/bin/sh/ |
| output.c | 134 outstr(p, out1); 141 outstr(p, out2); 148 outstr(p, outx); 154 outstr(const char *p, struct output *file) function 218 outstr(p, file); 411 outstr(s, dest);
|
| /src/usr.bin/infocmp/ |
| infocmp.c | 59 outstr(FILE *f, const char *str) function 180 outstr(NULL, ents[i].str) + 7; 209 col += outstr(stdout, ents[i].str); 338 outstr(stdout, ent->str); 409 outstr(stdout, ents1[i1].str);
|
| /src/external/bsd/mdocml/dist/ |
| dba.c | 243 static char *outstr = NULL; local 249 outstr = mandoc_realloc(outstr, newlen + 1); 252 *outstr = inbyte; 253 memcpy(outstr + 1, instr, newlen); 254 return outstr;
|
| /src/external/gpl3/gcc/dist/gcc/common/config/aarch64/ |
| aarch64-common.cc | 289 std::string outstr = ""; local 331 outstr += "+"; 332 outstr += opt.name; 360 outstr += "+no"; 361 outstr += opt.name; 365 return outstr; 420 std::string outstr = a_to_an->arch_name local 428 return xstrdup (outstr.c_str ());
|
| /src/external/gpl3/gcc.old/dist/gcc/common/config/aarch64/ |
| aarch64-common.cc | 357 std::string outstr = ""; local 444 outstr += "+"; 445 outstr += opt->name; 464 outstr += "+no"; 465 outstr += opt->name; 469 return outstr; 524 std::string outstr = a_to_an->arch_name local 532 return xstrdup (outstr.c_str ());
|
| /src/external/bsd/openldap/dist/tests/progs/ |
| slapd-mtread.c | 169 char outstr[BUFSIZ]; local 273 snprintf(outstr, BUFSIZ, "MT Test Start: conns: %d (%s)", noconns, uri); 274 tester_error(outstr); 275 snprintf(outstr, BUFSIZ, "Threads: RO: %d RW: %d", threads, rwthreads); 276 tester_error(outstr); 281 snprintf(outstr, BUFSIZ, "Created RO thread %d", i); 282 thread_verbose(-1, outstr); 287 snprintf(outstr, BUFSIZ, "Created RW thread %d", i + MAX_THREAD); 288 thread_verbose(-1, outstr); 308 snprintf(outstr, BUFSIZ, "RO thread %d pass=%d fail=%d", i [all...] |
| /src/external/gpl2/xcvs/dist/src/ |
| subr.c | 1691 char *outstr; local 1700 outstr = b->data; 1715 outstr = cmdlineescape (inquotes ? inquotes : '"', b->data); 1720 expand_string (&buf, &length, doff + strlen(outstr)); 1722 strncpy(d, outstr, strlen(outstr)); 1723 d += strlen(outstr); 1727 free(outstr);
|