| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | schema_check.c | 42 char *textbuf, size_t textlen ); 59 char *textbuf, size_t textlen ) in entry_schema_check() argument 98 op->o_bd, e, a, text, textbuf, textlen ); in entry_schema_check() 110 snprintf( textbuf, textlen, in entry_schema_check() 120 snprintf( textbuf, textlen, in entry_schema_check() 154 rc = structural_class( aoc->a_vals, &oc, &socs, text, textbuf, textlen, in entry_schema_check() 173 snprintf( textbuf, textlen, in entry_schema_check() 186 snprintf( textbuf, textlen, in entry_schema_check() 200 snprintf( textbuf, textlen, in entry_schema_check() 215 snprintf( textbuf, textlen, in entry_schema_check() [all …]
|
| H A D | mods.c | 45 size_t textlen ) in modify_add_values() argument 85 snprintf( textbuf, textlen, in modify_add_values() 129 snprintf( textbuf, textlen, in modify_add_values() 177 snprintf( textbuf, textlen, in modify_add_values() 192 char *textbuf, size_t textlen ) in modify_delete_values() argument 194 return modify_delete_vindex( e, m, perm, text, textbuf, textlen, NULL ); in modify_delete_values() 203 char *textbuf, size_t textlen, in modify_delete_vindex() argument 227 snprintf( textbuf, textlen, in modify_delete_vindex() 250 snprintf( textbuf, textlen, in modify_delete_vindex() 264 snprintf( textbuf, textlen, in modify_delete_vindex() [all …]
|
| H A D | modify.c | 50 size_t textlen = sizeof( textbuf ); in do_modify() local 171 &rs->sr_text, textbuf, textlen, NULL ); in do_modify() 203 size_t textlen = sizeof( textbuf ); in fe_op_modify() local 267 &rs->sr_text, textbuf, textlen ); in fe_op_modify() 299 &rs->sr_text, textbuf, textlen ); in fe_op_modify() 355 size_t textlen ) in slap_mods_obsolete_check() argument 369 snprintf( textbuf, textlen, in slap_mods_obsolete_check() 389 size_t textlen ) in slap_mods_no_user_mod_check() argument 407 snprintf( textbuf, textlen, in slap_mods_no_user_mod_check() 413 snprintf( textbuf, textlen, in slap_mods_no_user_mod_check() [all …]
|
| H A D | schema_prep.c | 1395 char *textbuf, size_t textlen ) in rootDseObjectClass() argument 1400 snprintf( textbuf, textlen, in rootDseObjectClass() 1416 char *textbuf, size_t textlen ) in aliasObjectClass() argument 1421 snprintf( textbuf, textlen, in aliasObjectClass() 1435 char *textbuf, size_t textlen ) in referralObjectClass() argument 1440 snprintf( textbuf, textlen, in referralObjectClass() 1454 char *textbuf, size_t textlen ) in subentryObjectClass() argument 1459 snprintf( textbuf, textlen, in subentryObjectClass() 1466 snprintf( textbuf, textlen, in subentryObjectClass() 1481 char *textbuf, size_t textlen ) in dynamicObjectClass() argument [all …]
|
| H A D | add.c | 53 size_t textlen = sizeof( textbuf ); in do_add() local 174 textbuf, textlen, NULL ); in do_add() 186 1, 0, &rs->sr_text, textbuf, textlen ); in do_add() 246 size_t textlen = sizeof( textbuf ); in fe_op_add() local 291 &rs->sr_text, textbuf, textlen ); in fe_op_add() 312 &rs->sr_text, textbuf, textlen ); in fe_op_add() 333 op->ora_modlist, &rs->sr_text, textbuf, textlen ); in fe_op_add() 402 char *textbuf, size_t textlen ) in slap_mods2entry() argument 478 snprintf( textbuf, textlen, in slap_mods2entry() 530 char *textbuf, size_t textlen ) in slap_entry2mods() argument [all …]
|
| H A D | slapmodify.c | 56 size_t textlen = sizeof textbuf; in slapmodify() local 168 bvtext.bv_len = textlen; in slapmodify() 431 0, &text, textbuf, textlen ); in slapmodify() 436 0, &text, textbuf, textlen ); in slapmodify() 441 0, &text, textbuf, textlen ); in slapmodify() 446 0, &text, textbuf, textlen ); in slapmodify() 461 rc = slap_tool_entry_check( progname, op, e, lineno, &text, textbuf, textlen ); in slapmodify() 619 bvtext.bv_len = textlen; in slapmodify()
|
| H A D | slapadd.c | 106 size_t textlen = sizeof textbuf; in getrec0() local 204 if ( slap_tool_entry_check( progname, op, e, erec->lineno, &text, textbuf, textlen ) != in getrec0() 357 size_t textlen = sizeof textbuf; in slapadd() local 454 bvtext.bv_len = textlen; in slapadd() 497 bvtext.bv_len = textlen; in slapadd()
|
| H A D | slapschema.c | 116 size_t textlen = sizeof(textbuf); in slapschema() local 152 &text, textbuf, textlen ); in slapschema()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | dmacro.c | 32 Macro::Macro(const utf8_t *name, size_t namelen, const utf8_t *text, size_t textlen) in Macro() argument 40 this->textlen = textlen; in Macro() 61 …cro::define(Macro **ptable, const utf8_t *name, size_t namelen, const utf8_t *text, size_t textlen) in define() argument 74 table->textlen = textlen; in define() 78 table = new Macro(name, namelen, text, textlen); in define() 419 buf->spread(v + 1, 2 + m->textlen + 2); in expand() 422 memcpy(buf->data + v + 3, m->text, m->textlen); in expand() 423 buf->data[v + 3 + m->textlen] = 0xFF; in expand() 424 buf->data[v + 3 + m->textlen + 1] = '}'; in expand() 426 end += 2 + m->textlen + 2; in expand() [all …]
|
| H A D | macro.h | 26 size_t textlen; // length of replacement text member 30 Macro(const utf8_t *name, size_t namelen, const utf8_t *text, size_t textlen); 34 …ro *define(Macro **ptable, const utf8_t *name, size_t namelen, const utf8_t *text, size_t textlen);
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/ |
| H A D | modify.cpp | 39 char *textbuf, size_t textlen, in ndb_modify_delete() argument 53 textbuf, textlen, idx ); in ndb_modify_delete() 68 snprintf( textbuf, textlen, in ndb_modify_delete() 91 snprintf( textbuf, textlen, in ndb_modify_delete() 105 snprintf( textbuf, textlen, in ndb_modify_delete() 134 snprintf( textbuf, textlen, in ndb_modify_delete() 140 snprintf( textbuf, textlen, in ndb_modify_delete() 188 snprintf( textbuf, textlen, in ndb_modify_delete() 205 size_t textlen ) in ndb_modify_internal() argument 237 text, textbuf, textlen ); in ndb_modify_internal() [all …]
|
| /netbsd-src/external/gpl2/texinfo/dist/info/ |
| H A D | display.c | 61 display[i]->textlen = 0; in display_clear_display() 311 entry->textlen = 0; in display_update_one_window() 321 if ((i != pl_index) || (pl_index != entry->textlen)) in display_update_one_window() 334 && pl_index < entry->textlen) in display_update_one_window() 349 entry->textlen = pl_index; in display_update_one_window() 407 if (entry && entry->textlen) in display_update_one_window() 409 entry->textlen = 0; in display_update_one_window() 436 display[line_index]->textlen = strlen (win->modeline); in display_update_one_window() 492 the_display[i]->textlen = 0; in display_scroll_display() 512 the_display[i]->textlen = 0; in display_scroll_display() [all …]
|
| H A D | dir.c | 36 SEARCH_BINDING *binding, char *text, int textlen); 276 SEARCH_BINDING *binding, char *text, int textlen) in insert_text_into_fb_at_binding() argument 284 contents = (char *)xmalloc (fb->filesize + textlen + 1); in insert_text_into_fb_at_binding() 286 memcpy (contents + start, text, textlen); in insert_text_into_fb_at_binding() 287 memcpy (contents + start + textlen, fb->contents + start, end - start); in insert_text_into_fb_at_binding() 290 fb->filesize += textlen; in insert_text_into_fb_at_binding()
|
| H A D | filesys.c | 432 convert_eols (char *text, long int textlen) in convert_eols() argument 437 while (textlen--) in convert_eols() 439 if (*s == '\r' && textlen && s[1] == '\n') in convert_eols() 442 textlen--; in convert_eols()
|
| /netbsd-src/external/mpl/bind/dist/bin/tools/ |
| H A D | dnstap-read.c | 127 size_t textlen; in print_hex() 133 textlen = (dt->msgdata.length * 2) + 1; in print_hex() 134 isc_buffer_allocate(mctx, &b, textlen); in print_hex() 157 size_t textlen = 2048; in print_packet() 159 isc_buffer_allocate(mctx, &b, textlen); in print_packet() 165 isc_buffer_reserve(b, textlen); in print_packet() 173 textlen *= 2; in print_packet() 124 size_t textlen; print_hex() local 154 size_t textlen = 2048; print_packet() local
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
| H A D | modify.c | 82 size_t textlen ) in wt_modify_internal() argument 145 text, textbuf, textlen ); in wt_modify_internal() 162 text, textbuf, textlen ); in wt_modify_internal() 176 text, textbuf, textlen ); in wt_modify_internal() 190 text, textbuf, textlen ); in wt_modify_internal() 210 text, textbuf, textlen ); in wt_modify_internal() 234 text, textbuf, textlen ); in wt_modify_internal() 266 text, textbuf, textlen ); in wt_modify_internal() 311 text, textbuf, textlen ); in wt_modify_internal() 458 size_t textlen = sizeof textbuf; in wt_modify() local [all …]
|
| /netbsd-src/external/bsd/libbind/dist/irs/ |
| H A D | irp.c | 367 irs_irp_read_response(struct irp_p *pvt, char *text, size_t textlen) { in irs_irp_read_response() argument 383 } else if (text != NULL && textlen > 0U) { in irs_irp_read_response() 388 strncpy(text, p, textlen - 1); in irs_irp_read_response() 389 p[textlen - 1] = '\0'; in irs_irp_read_response() 484 size_t textlen, char **body, size_t *bodylen) { in irs_irp_get_full_response() argument 485 int result = irs_irp_read_response(pvt, text, textlen); in irs_irp_get_full_response()
|
| H A D | irp_p.h | 52 int irs_irp_read_response(struct irp_p *pvt, char *text, size_t textlen); 55 char *text, size_t textlen,
|
| /netbsd-src/external/mpl/bind/dist/tests/isccfg/ |
| H A D | duration_test.c | 95 output(void *closure, const char *text, int textlen) { 98 REQUIRE(textlen >= 0 && textlen < CFG_DURATION_MAXLEN); in output() 101 INSIST(r == textlen); in output() 96 output(void * closure,const char * text,int textlen) output() argument
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| H A D | modify.c | 89 size_t textlen ) in mdb_modify_internal() argument 166 text, textbuf, textlen ); in mdb_modify_internal() 194 mval_fail: strncpy( textbuf, mdb_strerror( err ), textlen ); in mdb_modify_internal() 230 text, textbuf, textlen ); in mdb_modify_internal() 287 text, textbuf, textlen ); in mdb_modify_internal() 333 text, textbuf, textlen ); in mdb_modify_internal() 418 text, textbuf, textlen ); in mdb_modify_internal() 583 size_t textlen = sizeof textbuf; in mdb_modify() local 713 &dummy, &rs->sr_text, textbuf, textlen ); in mdb_modify()
|
| /netbsd-src/external/bsd/libfido2/dist/src/ |
| H A D | aes256.c | 121 size_t textlen; in aes256_gcm() local 152 textlen = in->len; in aes256_gcm() 154 textlen = in->len - 16; in aes256_gcm() 164 EVP_Cipher(ctx, out->ptr, in->ptr, (u_int)textlen) < 0 || in aes256_gcm()
|
| /netbsd-src/external/mpl/bind/dist/lib/isccfg/include/isccfg/ |
| H A D | cfg.h | 506 void (*f)(void *closure, const char *text, int textlen), 510 void (*f)(void *closure, const char *text, int textlen), 524 * at 'text' and comprising 'textlen' characters. 532 void (*f)(void *closure, const char *text, int textlen),
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/ |
| H A D | cfg.h | 501 void (*f)(void *closure, const char *text, int textlen), 505 void (*f)(void *closure, const char *text, int textlen), 527 void (*f)(void *closure, const char *text, int textlen),
|
| /netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/utbm/ |
| H A D | utbm.c | 436 utbm_exec(utbm_pattern_t pat, ucs2_t *text, unsigned long textlen, in utbm_exec() argument 442 if (pat == 0 || pat->pat_used == 0 || text == 0 || textlen == 0 || in utbm_exec() 443 textlen < pat->patlen) in utbm_exec() 447 end = text + textlen; in utbm_exec()
|
| /netbsd-src/external/mpl/bind/dist/doc/misc/ |
| H A D | cfg_test.c | 47 output(void *closure, const char *text, int textlen) { 49 (void)fwrite(text, 1, textlen, stdout); in output() 48 output(void * closure,const char * text,int textlen) output() argument
|