| /src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/ |
| scopebuffer.d | 39 auto textbuf = ScopeBuffer!char(buf); 40 scope(exit) textbuf.free(); // necessary for cleanup 42 // Put characters and strings into textbuf, verify they got there 43 textbuf.put('a'); 44 textbuf.put('x'); 45 textbuf.put("abc"); 46 assert(textbuf.length == 5); 47 assert(textbuf[1 .. 3] == "xa"); 48 assert(textbuf[3] == 'b'); 51 textbuf.length = 3 [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/ |
| mods.c | 44 char *textbuf, 84 *text = textbuf; 85 snprintf( textbuf, textlen, 128 *text = textbuf; 129 snprintf( textbuf, textlen, 176 *text = textbuf; 177 snprintf( textbuf, textlen, 192 char *textbuf, size_t textlen ) 194 return modify_delete_vindex( e, m, perm, text, textbuf, textlen, NULL ); 203 char *textbuf, size_t textlen [all...] |
| schema_check.c | 42 char *textbuf, size_t textlen ); 59 char *textbuf, size_t textlen ) 86 *text = textbuf; 98 op->o_bd, e, a, text, textbuf, textlen ); 110 snprintf( textbuf, textlen, 120 snprintf( textbuf, textlen, 126 e->e_dn, textbuf ); 154 rc = structural_class( aoc->a_vals, &oc, &socs, text, textbuf, textlen, 173 snprintf( textbuf, textlen, 179 e->e_dn, textbuf ); [all...] |
| modify.c | 49 char textbuf[ SLAP_TEXT_BUFLEN ]; local 50 size_t textlen = sizeof( textbuf ); 171 &rs->sr_text, textbuf, textlen, NULL ); 202 char textbuf[ SLAP_TEXT_BUFLEN ]; local 203 size_t textlen = sizeof( textbuf ); 267 &rs->sr_text, textbuf, textlen ); 299 &rs->sr_text, textbuf, textlen ); 354 char *textbuf, 369 snprintf( textbuf, textlen, 372 *text = textbuf; [all...] |
| schema_prep.c | 1395 char *textbuf, size_t textlen ) 1397 *text = textbuf; 1400 snprintf( textbuf, textlen, 1416 char *textbuf, size_t textlen ) 1418 *text = textbuf; 1421 snprintf( textbuf, textlen, 1435 char *textbuf, size_t textlen ) 1437 *text = textbuf; 1440 snprintf( textbuf, textlen, 1454 char *textbuf, size_t textlen [all...] |
| slapschema.c | 115 char textbuf[SLAP_TEXT_BUFLEN]; local 116 size_t textlen = sizeof(textbuf); 152 &text, textbuf, textlen );
|
| add.c | 52 char textbuf[ SLAP_TEXT_BUFLEN ]; local 53 size_t textlen = sizeof( textbuf ); 174 textbuf, textlen, NULL ); 186 1, 0, &rs->sr_text, textbuf, textlen ); 245 char textbuf[ SLAP_TEXT_BUFLEN ]; local 246 size_t textlen = sizeof( textbuf ); 291 &rs->sr_text, textbuf, textlen ); 312 &rs->sr_text, textbuf, textlen ); 333 op->ora_modlist, &rs->sr_text, textbuf, textlen ); 402 char *textbuf, size_t textlen [all...] |
| slapadd.c | 105 char textbuf[SLAP_TEXT_BUFLEN] = { '\0' }; local 106 size_t textlen = sizeof textbuf; 205 if ( slap_tool_entry_check( progname, op, e, erec->lineno, &text, textbuf, textlen ) != 357 char textbuf[SLAP_TEXT_BUFLEN] = { '\0' }; local 358 size_t textlen = sizeof textbuf; 456 bvtext.bv_val = textbuf; 499 bvtext.bv_val = textbuf;
|
| slapmodify.c | 55 char textbuf[SLAP_TEXT_BUFLEN] = { '\0' }; local 56 size_t textlen = sizeof textbuf; 169 bvtext.bv_val = textbuf; 431 0, &text, textbuf, textlen ); 436 0, &text, textbuf, textlen ); 441 0, &text, textbuf, textlen ); 446 0, &text, textbuf, textlen ); 461 rc = slap_tool_entry_check( progname, op, e, lineno, &text, textbuf, textlen ); 620 bvtext.bv_val = textbuf;
|
| slapcommon.h | 124 char *textbuf,
|
| slapcommon.c | 1185 char *textbuf, 1206 text, textbuf, textlen ); 1213 textbuf[ 0 ] = '\0'; 1219 int rc = slap_entry2mods( e, &ml, text, textbuf, textlen ); 1225 textbuf[ 0 ] = '\0'; 1227 rc = slap_mods_check( op, ml, text, textbuf, textlen, NULL ); 1234 textbuf[ 0 ] = '\0';
|
| /src/external/mpl/dhcp/dist/common/tests/ |
| ns_name_test.c | 49 char textbuf[sizeof(text_list)]; local 66 ret = MRns_name_uncompress_list(compbuf, ret, textbuf, sizeof(textbuf)); 73 ATF_REQUIRE_MSG((memcmp(textbuf, text_list, sizeof(textbuf)) == 0),
|
| /src/usr.sbin/sysinst/ |
| net.c | 402 char *textbuf, *t; local 405 textsize = collect(T_OUTPUT, &textbuf, 410 (void)strtok(textbuf, "\n"); /* ignore first line */ 428 free(textbuf); 536 char *textbuf; local 652 if (collect(T_OUTPUT, &textbuf, 658 strlcpy(net_defroute, textbuf, 660 free(textbuf); 665 if (collect(T_OUTPUT, &textbuf, 671 strlcpy(net_namesvr, textbuf, 1296 char *textbuf = NULL; local [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/back-sql/ |
| modify.c | 141 char textbuf[ SLAP_TEXT_BUFLEN ] = { '\0' }; local 153 &rs->sr_text, textbuf, sizeof( textbuf ) );
|
| modrdn.c | 390 char textbuf[ SLAP_TEXT_BUFLEN ] = { '\0' }; local 437 &rs->sr_text, textbuf, sizeof( textbuf ) );
|
| /src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
| modify.c | 82 char *textbuf, 146 text, textbuf, textlen ); 163 text, textbuf, textlen ); 177 text, textbuf, textlen ); 191 text, textbuf, textlen ); 210 text, textbuf, textlen ); 234 text, textbuf, textlen ); 266 text, textbuf, textlen ); 311 text, textbuf, textlen ); 456 char textbuf[SLAP_TEXT_BUFLEN] local [all...] |
| add.c | 38 char textbuf[SLAP_TEXT_BUFLEN]; local 39 size_t textlen = sizeof textbuf; 59 get_relax(op), 1, NULL, &rs->sr_text, textbuf, textlen ); 69 rs->sr_err = slap_add_opattrs( op, &rs->sr_text, textbuf, textlen, 1 );
|
| modrdn.c | 54 char textbuf[SLAP_TEXT_BUFLEN]; local 55 size_t textlen = sizeof textbuf; 430 &dummy, &rs->sr_text, textbuf, textlen );
|
| /src/external/mpl/bind/dist/fuzz/ |
| dns_message_checksig.c | 461 char textbuf[64]; local 466 isc_buffer_init(&b, textbuf, sizeof(textbuf)); 468 fprintf(stderr, "tsigstatus=%.*s\n", (int)b.used, textbuf); 469 isc_buffer_init(&b, textbuf, sizeof(textbuf)); 471 fprintf(stderr, "sig0status=%.*s\n", (int)b.used, textbuf);
|
| /src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| modify.c | 92 char *textbuf, 170 text, textbuf, textlen ); 198 mval_fail: strncpy( textbuf, mdb_strerror( err ), textlen ); 235 text, textbuf, textlen ); 292 text, textbuf, textlen ); 340 text, textbuf, textlen ); 425 text, textbuf, textlen ); 589 char textbuf[SLAP_TEXT_BUFLEN]; local 590 size_t textlen = sizeof textbuf; 720 &dummy, &rs->sr_text, textbuf, textlen ) [all...] |
| add.c | 35 char textbuf[SLAP_TEXT_BUFLEN]; local 36 size_t textlen = sizeof textbuf; 60 get_relax(op), 1, NULL, &rs->sr_text, textbuf, textlen ); 83 rs->sr_err = slap_add_opattrs( op, &rs->sr_text, textbuf, textlen, 1 );
|
| monitor.c | 278 char textbuf[ SLAP_TEXT_BUFLEN ]; local 294 textbuf, sizeof( textbuf ) ); 303 textbuf, sizeof( textbuf ) );
|
| /src/external/bsd/openldap/dist/servers/slapd/back-ldif/ |
| ldif.c | 1153 char *textbuf ) 1173 &rs->sr_text, textbuf, 1180 &rs->sr_text, textbuf, 1187 &rs->sr_text, textbuf, 1194 &rs->sr_text, textbuf, 1202 &rs->sr_text, textbuf, 1214 &rs->sr_text, textbuf, 1230 &rs->sr_text, textbuf, 1245 &rs->sr_text, textbuf, SLAP_TEXT_BUFLEN ); 1405 char textbuf[SLAP_TEXT_BUFLEN] local 1478 char textbuf[SLAP_TEXT_BUFLEN]; local 1748 char textbuf[SLAP_TEXT_BUFLEN]; local [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| constraint.c | 1078 char textbuf[SLAP_TEXT_BUFLEN]; local 1079 size_t textlen = sizeof(textbuf); 1086 &text, textbuf, textlen ); 1092 &text, textbuf, textlen ); 1098 &text, textbuf, textlen ); 1104 &text, textbuf, textlen ); 1111 &text, textbuf, textlen ); 1122 &text, textbuf, textlen ); 1137 &text, textbuf, textlen );
|
| /src/external/bsd/openldap/dist/servers/slapd/back-monitor/ |
| log.c | 199 static char textbuf[ BACKMONITOR_BUFSIZE ]; local 210 &text, textbuf, sizeof( textbuf ) );
|